2022-12-01T10:01:47.4871901Z Requested labels: linux.2xlarge 2022-12-01T10:01:47.4871974Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:01:47.4871995Z Waiting for a runner to pick up this job... 2022-12-01T10:01:47.6949278Z Job is about to start running on the runner: i-0cdfe79b8a599be7f (organization) 2022-12-01T10:01:51.8625250Z Current runner version: '2.299.1' 2022-12-01T10:01:51.8630708Z Runner name: 'i-0cdfe79b8a599be7f' 2022-12-01T10:01:51.8631182Z Runner group name: 'Default' 2022-12-01T10:01:51.8631743Z Machine name: 'ip-10-0-5-214' 2022-12-01T10:01:51.8633752Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:01:51.8634398Z Actions: read 2022-12-01T10:01:51.8634763Z Checks: read 2022-12-01T10:01:51.8635054Z Contents: read 2022-12-01T10:01:51.8635300Z Deployments: read 2022-12-01T10:01:51.8635594Z Discussions: read 2022-12-01T10:01:51.8635880Z Issues: read 2022-12-01T10:01:51.8636142Z Metadata: read 2022-12-01T10:01:51.8636431Z Packages: read 2022-12-01T10:01:51.8636731Z Pages: read 2022-12-01T10:01:51.8636977Z PullRequests: read 2022-12-01T10:01:51.8637342Z RepositoryProjects: read 2022-12-01T10:01:51.8637683Z SecurityEvents: read 2022-12-01T10:01:51.8637937Z Statuses: read 2022-12-01T10:01:51.8638217Z ##[endgroup] 2022-12-01T10:01:51.8641269Z Secret source: None 2022-12-01T10:01:51.8641943Z Prepare workflow directory 2022-12-01T10:01:52.4606180Z Prepare all required actions 2022-12-01T10:01:52.4765812Z Getting action download info 2022-12-01T10:01:52.6600987Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:01:55.4784121Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:01:55.7042639Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:01:55.8470917Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:01:56.0960230Z Getting action download info 2022-12-01T10:01:56.2570091Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:01:56.4355319Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:01:56.4356980Z ##[group] Inputs 2022-12-01T10:01:56.4357379Z build-environment: linux-bionic-py3.7-clang9 2022-12-01T10:01:56.4358185Z 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.4359065Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:01:56.4359506Z sync-tag: 2022-12-01T10:01:56.4359854Z ##[endgroup] 2022-12-01T10:01:56.4360452Z Complete job name: linux-bionic-py3.7-clang9 / test (default, 2, 2, linux.2xlarge) 2022-12-01T10:01:56.5085581Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:01:56.5085897Z with: 2022-12-01T10:01:56.5086113Z submodules: recursive 2022-12-01T10:01:56.5086333Z fetch-depth: 0 2022-12-01T10:01:56.5086521Z env: 2022-12-01T10:01:56.5086731Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.5086952Z ##[endgroup] 2022-12-01T10:01:56.5314535Z ##[group]Run retry () { 2022-12-01T10:01:56.5314839Z retry () { 2022-12-01T10:01:56.5315086Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:01:56.5315331Z } 2022-12-01T10:01:56.5315553Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5315792Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:01:56.5316067Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5316342Z else 2022-12-01T10:01:56.5316560Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5316787Z fi 2022-12-01T10:01:56.5317048Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.5332974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:01:56.5333238Z env: 2022-12-01T10:01:56.5333451Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.5333670Z NO_SUDO: 2022-12-01T10:01:56.5333862Z ##[endgroup] 2022-12-01T10:01:56.5503455Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.6630908Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:01:59.6631146Z with: 2022-12-01T10:01:59.6631349Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:59.6631564Z fetch-depth: 0 2022-12-01T10:01:59.6631735Z submodules: recursive 2022-12-01T10:01:59.6631923Z quiet-checkout: true 2022-12-01T10:01:59.6632148Z repository: pytorch/pytorch 2022-12-01T10:01:59.6632603Z token: *** 2022-12-01T10:01:59.6632781Z ssh-strict: true 2022-12-01T10:01:59.6632975Z persist-credentials: true 2022-12-01T10:01:59.6633169Z clean: true 2022-12-01T10:01:59.6633329Z lfs: false 2022-12-01T10:01:59.6633521Z set-safe-directory: true 2022-12-01T10:01:59.6633700Z env: 2022-12-01T10:01:59.6633858Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:59.6634043Z ##[endgroup] 2022-12-01T10:01:59.7791332Z Syncing repository: pytorch/pytorch 2022-12-01T10:01:59.7792792Z ##[group]Getting Git version info 2022-12-01T10:01:59.7793233Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:59.7793687Z [command]/usr/bin/git version 2022-12-01T10:01:59.7793868Z git version 2.37.1 2022-12-01T10:01:59.7798710Z ##[endgroup] 2022-12-01T10:01:59.7818752Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2cf7e452-2b41-4fac-b034-7977b4e578fa' before making global git config changes 2022-12-01T10:01:59.7819516Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:01:59.7822190Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.7859606Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:59.7864629Z ##[group]Initializing the repository 2022-12-01T10:01:59.7867739Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.8038245Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:01:59.8038740Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:01:59.8039101Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:01:59.8039364Z hint: 2022-12-01T10:01:59.8039707Z hint: git config --global init.defaultBranch 2022-12-01T10:01:59.8039973Z hint: 2022-12-01T10:01:59.8040496Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:01:59.8041171Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:01:59.8041627Z hint: 2022-12-01T10:01:59.8042199Z hint: git branch -m 2022-12-01T10:01:59.8042909Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:01:59.8049676Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:01:59.8077973Z ##[endgroup] 2022-12-01T10:01:59.8078710Z ##[group]Disabling automatic garbage collection 2022-12-01T10:01:59.8081923Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:01:59.8109269Z ##[endgroup] 2022-12-01T10:01:59.8109911Z ##[group]Setting up auth 2022-12-01T10:01:59.8116481Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:01:59.8146211Z [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.8385242Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:01:59.8414227Z [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.8654220Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:59.8696268Z ##[endgroup] 2022-12-01T10:01:59.8697017Z ##[group]Fetching the repository 2022-12-01T10:01:59.8703188Z [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:50.3074979Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:02:50.3110886Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:51.5528689Z ##[endgroup] 2022-12-01T10:02:51.5529103Z ##[group]Determining the checkout info 2022-12-01T10:02:51.5529710Z ##[endgroup] 2022-12-01T10:02:51.5530281Z ##[group]Checking out the ref 2022-12-01T10:02:51.5533821Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:52.7841053Z ##[endgroup] 2022-12-01T10:02:52.7841460Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:02:52.7846074Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:52.7889660Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:02:52.7918423Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:02:52.7945481Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:02:52.7970101Z ##[endgroup] 2022-12-01T10:02:52.7970658Z ##[group]Fetching submodules 2022-12-01T10:02:52.7973882Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:02:52.8228056Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:02:52.8475320Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:02:52.8477555Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:02:52.8478813Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:02:52.8481543Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:02:52.8484165Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:02:52.8487727Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:52.8489656Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:02:52.8492610Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:02:52.8496522Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:02:52.8498974Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:02:52.8502728Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:02:52.8505985Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:02:52.8509412Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:02:52.8513025Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:02:52.8516822Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:02:52.8520470Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:02:52.8524250Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:02:52.8528233Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:52.8532209Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:02:52.8537022Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:02:52.8541119Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:02:52.8545643Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:02:52.8550024Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:02:52.8554727Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:02:52.8559299Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:02:52.8564084Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:02:52.8568852Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:02:52.8573733Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:02:52.8579182Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:02:52.8584255Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:02:52.8589473Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:02:52.8594910Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:02:52.8600309Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:02:52.8605997Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:02:52.8611452Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:02:52.8619198Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:02:52.8624982Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:02:52.8630844Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:02:52.8637018Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:02:52.8643247Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:02:52.8649531Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:02:52.8674464Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:02:53.1458754Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:02:53.3556486Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:02:53.5727344Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:02:53.9010443Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:02:54.1715446Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:02:56.3226249Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:03:02.2330725Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:03:02.8992622Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:03:03.6747158Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:03:05.2093277Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:03:06.2949985Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:03:07.7288024Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:03:14.3672923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:03:15.2372839Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:03:16.4108859Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:03:17.6065661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:03:17.8313541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:03:18.2885426Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:03:18.6070085Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:03:19.6663088Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:03:20.1389566Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:03:20.3461628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:03:20.6364742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:03:22.0438996Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:03:22.4956549Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:03:23.0567998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:03:28.9772770Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:03:30.6563035Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:03:31.1241985Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:03:31.3585280Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:03:36.7196986Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:03:36.9251406Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:03:37.1867606Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:03:38.0488849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:03:38.3138592Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:03:38.6675629Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:03:38.9597328Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:03:39.5445499Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:03:41.6677406Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:03:42.1636864Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:03:44.2601569Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:03:44.2699774Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:03:44.2774827Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:03:44.2982125Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:03:44.3187640Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:03:44.3533418Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:03:44.9115270Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:03:44.9305488Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:03:45.0207831Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:03:45.0521400Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:03:45.3152176Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:03:45.6903506Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:03:45.9112818Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:03:45.9531601Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:03:45.9544929Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:45.9546784Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:45.9548905Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:45.9551261Z 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:45.9573690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:03:46.9865126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:03:47.5232807Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:03:48.6023659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:03:48.9540289Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:03:49.0456393Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:03:49.0995409Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:03:49.1088152Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:03:49.1866294Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:03:49.2194027Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:03:49.2275941Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:03:49.2638978Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:03:49.2855628Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:03:49.3274772Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:03:49.3380465Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:03:49.3393410Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:49.3414192Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:03:57.3539454Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:03:57.3554325Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:57.3577411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:04:05.0695495Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:04:05.0787893Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:04:05.0918228Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:04:05.1777866Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:04:05.1791769Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:05.1794043Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:05.1816581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:04:06.4683923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:04:07.6563860Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:04:07.7066220Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:04:07.7250809Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:04:07.7378325Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:04:07.8357795Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:04:08.0591133Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:04:08.0617605Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:08.0619440Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:08.0642310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:09.4952242Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:10.3328216Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:04:10.3609505Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:04:10.3748737Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:04:10.3761122Z 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.3782277Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:04:12.1362948Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:04:12.1382649Z 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.1384090Z 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.1406935Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:12.5298563Z 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.3736915Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:04:13.4331489Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:04:13.4344502Z 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.4366478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:04:13.7229382Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:13.7311592Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:04:13.9646572Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:04:13.9665005Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:13.9667037Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:13.9690484Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:04:14.3551366Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:04:15.4295413Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:04:15.4925068Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:04:15.5003208Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:04:15.5104502Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:04:15.5403031Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:04:15.5483989Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:04:15.5744842Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:04:15.5830167Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:04:15.6227526Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:04:15.7217459Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:04:15.7453771Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:04:15.7467240Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:15.7469157Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:15.7471514Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:15.7474026Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:15.7495715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:04:16.8301198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:04:17.1261208Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:04:19.2295161Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:04:20.1866808Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:04:20.2001454Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:04:20.2651536Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:04:20.2906161Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:04:20.2918784Z 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:20.2940934Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:04:20.6342158Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:20.7580667Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:04:20.7608857Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:04:20.7872182Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.7906365Z Entering 'third_party/FP16' 2022-12-01T10:04:20.7942283Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.7976361Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.8011112Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.8046393Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.8080217Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.8124544Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.8161395Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.8196109Z Entering 'third_party/cub' 2022-12-01T10:04:20.8231911Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.8270985Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.8311580Z Entering 'third_party/eigen' 2022-12-01T10:04:20.8348475Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.8382790Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.8419947Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.8453009Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.8487426Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.8521449Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.8557208Z Entering 'third_party/fmt' 2022-12-01T10:04:20.8592597Z Entering 'third_party/foxi' 2022-12-01T10:04:20.8626306Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.8659342Z Entering 'third_party/gloo' 2022-12-01T10:04:20.8693612Z Entering 'third_party/googletest' 2022-12-01T10:04:20.8728684Z Entering 'third_party/ideep' 2022-12-01T10:04:20.8764585Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.8799095Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.8838923Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.8873046Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.8906841Z Entering 'third_party/kineto' 2022-12-01T10:04:20.8942541Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.8975140Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.9008837Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.9044175Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.9077380Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.9112965Z Entering 'third_party/onnx' 2022-12-01T10:04:20.9159616Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.9194213Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.9229762Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.9263733Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.9302016Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.9334970Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.9367518Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.9406509Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.9440361Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.9477359Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.9512203Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.9546691Z Entering 'third_party/psimd' 2022-12-01T10:04:20.9581389Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.9614679Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.9648852Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.9683838Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.9717741Z Entering 'third_party/python-six' 2022-12-01T10:04:20.9751248Z Entering 'third_party/sleef' 2022-12-01T10:04:20.9785438Z Entering 'third_party/tbb' 2022-12-01T10:04:20.9821568Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.9856036Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.9888676Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.9922018Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.9956398Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.9990150Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.0025914Z Entering 'third_party/zstd' 2022-12-01T10:04:21.0068136Z ##[endgroup] 2022-12-01T10:04:21.0069283Z ##[group]Persisting credentials for submodules 2022-12-01T10:04:21.0074697Z [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.0326927Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.0359579Z Entering 'third_party/FP16' 2022-12-01T10:04:21.0394798Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.0427668Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.0461489Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.0495699Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.0528953Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.0572019Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.0605907Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.0640654Z Entering 'third_party/cub' 2022-12-01T10:04:21.0673295Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.0710310Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.0750382Z Entering 'third_party/eigen' 2022-12-01T10:04:21.0785882Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.0820334Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.0852483Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.0885104Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.0916895Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.0950545Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.0985929Z Entering 'third_party/fmt' 2022-12-01T10:04:21.1019001Z Entering 'third_party/foxi' 2022-12-01T10:04:21.1051643Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.1085754Z Entering 'third_party/gloo' 2022-12-01T10:04:21.1119010Z Entering 'third_party/googletest' 2022-12-01T10:04:21.1152062Z Entering 'third_party/ideep' 2022-12-01T10:04:21.1186110Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.1220557Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.1259491Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.1292793Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.1325784Z Entering 'third_party/kineto' 2022-12-01T10:04:21.1360044Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.1392822Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.1427541Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.1461829Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.1494680Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.1528919Z Entering 'third_party/onnx' 2022-12-01T10:04:21.1572925Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.1606563Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.1642704Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.1675915Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.1711869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.1746372Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.1779056Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.1816941Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.1849601Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.1886238Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.1919199Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.1953727Z Entering 'third_party/psimd' 2022-12-01T10:04:21.1987635Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.2022645Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.2056363Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.2089527Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.2123278Z Entering 'third_party/python-six' 2022-12-01T10:04:21.2158303Z Entering 'third_party/sleef' 2022-12-01T10:04:21.2193000Z Entering 'third_party/tbb' 2022-12-01T10:04:21.2230312Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.2265809Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.2299320Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.2332613Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.2366462Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.2399696Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.2436203Z Entering 'third_party/zstd' 2022-12-01T10:04:21.2482271Z [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:21.2741404Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.2772886Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:04:21.2786832Z Entering 'third_party/FP16' 2022-12-01T10:04:21.2819523Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:04:21.2832976Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.2865321Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:04:21.2879086Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.2911798Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:04:21.2925977Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.2958274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:04:21.2972749Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.3004830Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:04:21.3018501Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.3050497Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:04:21.3074931Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.3107590Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:21.3121313Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.3154182Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:21.3168559Z Entering 'third_party/cub' 2022-12-01T10:04:21.3199969Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:04:21.3214010Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.3246795Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:04:21.3266223Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.3297321Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:04:21.3317571Z Entering 'third_party/eigen' 2022-12-01T10:04:21.3350485Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:04:21.3366184Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.3397582Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:04:21.3411622Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.3442585Z 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:21.3456973Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.3487175Z 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:21.3501770Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.3532379Z 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:21.3546184Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.3577337Z 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:21.3592622Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.3624776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:04:21.3640010Z Entering 'third_party/fmt' 2022-12-01T10:04:21.3671324Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:04:21.3685701Z Entering 'third_party/foxi' 2022-12-01T10:04:21.3716989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:04:21.3731069Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.3762469Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:04:21.3776580Z Entering 'third_party/gloo' 2022-12-01T10:04:21.3807851Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:04:21.3823896Z Entering 'third_party/googletest' 2022-12-01T10:04:21.3854352Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:21.3868963Z Entering 'third_party/ideep' 2022-12-01T10:04:21.3901698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:04:21.3915489Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.3946987Z 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:21.3961815Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.3993212Z 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:21.4012674Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.4044651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:04:21.4058276Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.4089949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:04:21.4104676Z Entering 'third_party/kineto' 2022-12-01T10:04:21.4136952Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:04:21.4151350Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.4182572Z 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:21.4196216Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.4227999Z 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:21.4243699Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.4276248Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:04:21.4290376Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.4321404Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:04:21.4335771Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.4366698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:04:21.4382523Z Entering 'third_party/onnx' 2022-12-01T10:04:21.4413427Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:21.4438278Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.4470612Z 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:21.4484703Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.4515399Z 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:21.4531524Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.4563445Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:04:21.4578280Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.4609709Z 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:21.4627703Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.4659507Z 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:21.4673674Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.4705360Z 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:21.4719321Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.4751245Z 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:21.4769967Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.4802585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:04:21.4817197Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.4848287Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:04:21.4867503Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.4899034Z 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:21.4913202Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.4946708Z 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:21.4962168Z Entering 'third_party/psimd' 2022-12-01T10:04:21.4993990Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:04:21.5007696Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.5039641Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:04:21.5053761Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.5085455Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:21.5099950Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.5130692Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:04:21.5144714Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.5176792Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:04:21.5190362Z Entering 'third_party/python-six' 2022-12-01T10:04:21.5223094Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:04:21.5237327Z Entering 'third_party/sleef' 2022-12-01T10:04:21.5269266Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:04:21.5284067Z Entering 'third_party/tbb' 2022-12-01T10:04:21.5316447Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:04:21.5332922Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.5365180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:04:21.5380076Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.5411536Z 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:21.5427485Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.5457933Z 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:21.5470845Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.5502921Z 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:21.5517687Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.5549893Z 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:21.5562310Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.5594715Z 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:21.5611063Z Entering 'third_party/zstd' 2022-12-01T10:04:21.5642755Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:04:21.6231862Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:04:21.6489864Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.6525506Z Entering 'third_party/FP16' 2022-12-01T10:04:21.6560450Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.6595690Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.6630056Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.6664955Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.6699566Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.6744360Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.6780137Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.6815494Z Entering 'third_party/cub' 2022-12-01T10:04:21.6849644Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.6888315Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.6928702Z Entering 'third_party/eigen' 2022-12-01T10:04:21.6965738Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.7000153Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.7033546Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.7067095Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.7100113Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.7134057Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.7170318Z Entering 'third_party/fmt' 2022-12-01T10:04:21.7204860Z Entering 'third_party/foxi' 2022-12-01T10:04:21.7239397Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.7273914Z Entering 'third_party/gloo' 2022-12-01T10:04:21.7308559Z Entering 'third_party/googletest' 2022-12-01T10:04:21.7343692Z Entering 'third_party/ideep' 2022-12-01T10:04:21.7377902Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.7449460Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.7456983Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.7492262Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.7526658Z Entering 'third_party/kineto' 2022-12-01T10:04:21.7564457Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.7598776Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.7633364Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.7668514Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.7702633Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.7737672Z Entering 'third_party/onnx' 2022-12-01T10:04:21.7783619Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.7818328Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.7853677Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.7888053Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.7927029Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.7962658Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.7996654Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.8035681Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.8070752Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.8108647Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.8143065Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.8179252Z Entering 'third_party/psimd' 2022-12-01T10:04:21.8212964Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.8247707Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.8281892Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.8316978Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.8351356Z Entering 'third_party/python-six' 2022-12-01T10:04:21.8386435Z Entering 'third_party/sleef' 2022-12-01T10:04:21.8420801Z Entering 'third_party/tbb' 2022-12-01T10:04:21.8457340Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.8492743Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.8526327Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.8559921Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.8594533Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.8626797Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.8664132Z Entering 'third_party/zstd' 2022-12-01T10:04:21.8709760Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:04:21.8970544Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.9004594Z Entering 'third_party/FP16' 2022-12-01T10:04:21.9039325Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.9073697Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.9107280Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.9142685Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.9176992Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.9220025Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.9253913Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.9288552Z Entering 'third_party/cub' 2022-12-01T10:04:21.9322130Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.9361069Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.9400853Z Entering 'third_party/eigen' 2022-12-01T10:04:21.9437997Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.9475749Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.9509119Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.9544290Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.9578068Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.9611935Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.9647761Z Entering 'third_party/fmt' 2022-12-01T10:04:21.9682835Z Entering 'third_party/foxi' 2022-12-01T10:04:21.9716657Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.9750207Z Entering 'third_party/gloo' 2022-12-01T10:04:21.9784244Z Entering 'third_party/googletest' 2022-12-01T10:04:21.9819614Z Entering 'third_party/ideep' 2022-12-01T10:04:21.9852808Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.9887411Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.9927657Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.9962686Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.9996800Z Entering 'third_party/kineto' 2022-12-01T10:04:22.0031148Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.0067021Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.0101941Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.0135924Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.0170225Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.0205234Z Entering 'third_party/onnx' 2022-12-01T10:04:22.0251632Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.0285421Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.0322239Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.0355827Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.0394572Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.0427405Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.0461348Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.0498830Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.0532384Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.0570800Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.0604346Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.0640162Z Entering 'third_party/psimd' 2022-12-01T10:04:22.0674055Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.0708460Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.0743027Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.0776329Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.0810930Z Entering 'third_party/python-six' 2022-12-01T10:04:22.0846224Z Entering 'third_party/sleef' 2022-12-01T10:04:22.0880719Z Entering 'third_party/tbb' 2022-12-01T10:04:22.0917182Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.0951577Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.0984942Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.1017606Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.1051673Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.1084884Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.1121463Z Entering 'third_party/zstd' 2022-12-01T10:04:22.1163996Z ##[endgroup] 2022-12-01T10:04:22.1202449Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:04:22.1229648Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:04:22.1354665Z Prepare all required actions 2022-12-01T10:04:22.1380769Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:04:22.1380970Z env: 2022-12-01T10:04:22.1381148Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1381324Z ##[endgroup] 2022-12-01T10:04:22.1396660Z ##[group]Run set -euo pipefail 2022-12-01T10:04:22.1396893Z set -euo pipefail 2022-12-01T10:04:22.1397103Z function get_ec2_metadata() { 2022-12-01T10:04:22.1397381Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:04:22.1397739Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:04:22.1398039Z  category=$1 2022-12-01T10:04:22.1398269Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:04:22.1398494Z } 2022-12-01T10:04:22.1398700Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:04:22.1398979Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:04:22.1399357Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:04:22.1399612Z echo "system info $(uname -a)" 2022-12-01T10:04:22.1411328Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.1411547Z env: 2022-12-01T10:04:22.1411726Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1411919Z ##[endgroup] 2022-12-01T10:04:22.1487860Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:04:22.1534292Z instance-id: i-0cdfe79b8a599be7f 2022-12-01T10:04:22.1582306Z instance-type: c5.2xlarge 2022-12-01T10:04:22.1588691Z system info Linux ip-10-0-5-214.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:22.1605360Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:04:22.1605648Z if systemctl is-active --quiet docker; then 2022-12-01T10:04:22.1605904Z  echo "Docker daemon is running..."; 2022-12-01T10:04:22.1606115Z else 2022-12-01T10:04:22.1606355Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:04:22.1606587Z fi 2022-12-01T10:04:22.1617534Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.1617751Z env: 2022-12-01T10:04:22.1617927Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1618101Z ##[endgroup] 2022-12-01T10:04:22.1657739Z Docker daemon is running... 2022-12-01T10:04:22.1673464Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:22.1673825Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:22.1674097Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:22.1674479Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:04:22.1674834Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:04:22.1685439Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.1685644Z env: 2022-12-01T10:04:22.1685818Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.1686016Z AWS_RETRY_MODE: standard 2022-12-01T10:04:22.1686193Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:04:22.1686389Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:04:22.1686578Z ##[endgroup] 2022-12-01T10:04:23.3204726Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:04:23.3205185Z Configure a credential helper to remove this warning. See 2022-12-01T10:04:23.3205832Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:04:23.3206194Z 2022-12-01T10:04:23.3206332Z Login Succeeded 2022-12-01T10:04:23.3234546Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:23.3234859Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:23.3235206Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:23.3246609Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.3246832Z env: 2022-12-01T10:04:23.3247004Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.3247180Z ##[endgroup] 2022-12-01T10:04:23.3319617Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:04:23.3319849Z with: 2022-12-01T10:04:23.3320179Z github-secret: *** 2022-12-01T10:04:23.3320385Z activate-with-label: false 2022-12-01T10:04:23.3320566Z label: with-ssh 2022-12-01T10:04:23.3320762Z remove-existing-keys: true 2022-12-01T10:04:23.3320955Z env: 2022-12-01T10:04:23.3321112Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.3321297Z ##[endgroup] 2022-12-01T10:04:23.7575283Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:04:23.8388644Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:04:23.8402093Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:04:23.8427181Z Login using: ssh ec2-user@ec2-3-236-110-207.compute-1.amazonaws.com 2022-12-01T10:04:23.8488517Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:04:23.8488773Z with: 2022-12-01T10:04:23.8489097Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:23.8489417Z env: 2022-12-01T10:04:23.8489588Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.8489761Z ##[endgroup] 2022-12-01T10:04:23.8503093Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:23.8503490Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:23.8503758Z # ignore output since only exit code is used for conditional 2022-12-01T10:04:23.8504042Z # only pull docker image if it's not available locally 2022-12-01T10:04:23.8504336Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:04:23.8504643Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:04:23.8504852Z fi 2022-12-01T10:04:23.8516271Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.8516493Z env: 2022-12-01T10:04:23.8516669Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.8517017Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:23.8517347Z ##[endgroup] 2022-12-01T10:04:24.0801505Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-12-01T10:04:24.0802407Z 726b8a513d66: Pulling fs layer 2022-12-01T10:04:24.0802814Z 4c162df00807: Pulling fs layer 2022-12-01T10:04:24.0803157Z 12d7c3bb4071: Pulling fs layer 2022-12-01T10:04:24.0803474Z a4ada130b3d8: Pulling fs layer 2022-12-01T10:04:24.0803737Z 1c004b6833a9: Pulling fs layer 2022-12-01T10:04:24.0803952Z c69cf3e07f05: Pulling fs layer 2022-12-01T10:04:24.0804152Z d7fa3cc1c4b0: Pulling fs layer 2022-12-01T10:04:24.0804347Z 5b3f7eea69ee: Pulling fs layer 2022-12-01T10:04:24.0804541Z f3b75eca38c8: Pulling fs layer 2022-12-01T10:04:24.0804732Z fb9742168942: Pulling fs layer 2022-12-01T10:04:24.0804911Z ba69bdb35bc3: Pulling fs layer 2022-12-01T10:04:24.0805154Z 270cb7e030e6: Pulling fs layer 2022-12-01T10:04:24.0805456Z cf0509a05e67: Pulling fs layer 2022-12-01T10:04:24.0805766Z c7c883db0ae1: Pulling fs layer 2022-12-01T10:04:24.0806107Z e403471ed02a: Pulling fs layer 2022-12-01T10:04:24.0806433Z 746c4a84b946: Pulling fs layer 2022-12-01T10:04:24.0806764Z a1625d05811f: Pulling fs layer 2022-12-01T10:04:24.0807113Z d4230d2a5583: Pulling fs layer 2022-12-01T10:04:24.0807443Z 35dbacbde92e: Pulling fs layer 2022-12-01T10:04:24.0807830Z 74f159c4e8f4: Pulling fs layer 2022-12-01T10:04:24.0808127Z 30e25e3dd13e: Pulling fs layer 2022-12-01T10:04:24.0808450Z d9a2350b6e9c: Pulling fs layer 2022-12-01T10:04:24.0808788Z a4ada130b3d8: Waiting 2022-12-01T10:04:24.0809112Z 892077bdfb99: Pulling fs layer 2022-12-01T10:04:24.0809456Z 1c004b6833a9: Waiting 2022-12-01T10:04:24.0809765Z 21bc22d75102: Pulling fs layer 2022-12-01T10:04:24.0810083Z 882d6677f9d0: Pulling fs layer 2022-12-01T10:04:24.0810451Z c69cf3e07f05: Waiting 2022-12-01T10:04:24.0810777Z 61e5f18293fb: Pulling fs layer 2022-12-01T10:04:24.0811099Z d7fa3cc1c4b0: Waiting 2022-12-01T10:04:24.0811419Z 0c99ed5e47b0: Pulling fs layer 2022-12-01T10:04:24.0811752Z 5b3f7eea69ee: Waiting 2022-12-01T10:04:24.0812078Z de5ace6d3a82: Pulling fs layer 2022-12-01T10:04:24.0812416Z f3b75eca38c8: Waiting 2022-12-01T10:04:24.0812750Z 1d13d3c2c08b: Pulling fs layer 2022-12-01T10:04:24.0813065Z fb9742168942: Waiting 2022-12-01T10:04:24.0813391Z 700c1b016e9c: Pulling fs layer 2022-12-01T10:04:24.0813688Z ba69bdb35bc3: Waiting 2022-12-01T10:04:24.0813861Z 2f80402944a8: Pulling fs layer 2022-12-01T10:04:24.0814050Z 3a954d3daee2: Pulling fs layer 2022-12-01T10:04:24.0814405Z c7064c3fe401: Pulling fs layer 2022-12-01T10:04:24.0814785Z 892077bdfb99: Waiting 2022-12-01T10:04:24.0814945Z 74f159c4e8f4: Waiting 2022-12-01T10:04:24.0815199Z 379b44c142c3: Pulling fs layer 2022-12-01T10:04:24.0815377Z 21bc22d75102: Waiting 2022-12-01T10:04:24.0815534Z 30e25e3dd13e: Waiting 2022-12-01T10:04:24.0815717Z acc9cb4226e8: Pulling fs layer 2022-12-01T10:04:24.0815899Z 270cb7e030e6: Waiting 2022-12-01T10:04:24.0816057Z c7c883db0ae1: Waiting 2022-12-01T10:04:24.0816237Z 04a9294e28b0: Pulling fs layer 2022-12-01T10:04:24.0816417Z d9a2350b6e9c: Waiting 2022-12-01T10:04:24.0816585Z cfc71ad63958: Pulling fs layer 2022-12-01T10:04:24.0816764Z cf0509a05e67: Waiting 2022-12-01T10:04:24.0816939Z 486e91289918: Pulling fs layer 2022-12-01T10:04:24.0817102Z 746c4a84b946: Waiting 2022-12-01T10:04:24.0817274Z e403471ed02a: Waiting 2022-12-01T10:04:24.0817448Z 98b91e719899: Pulling fs layer 2022-12-01T10:04:24.0817623Z 086a9aefc964: Pulling fs layer 2022-12-01T10:04:24.0817800Z d4230d2a5583: Waiting 2022-12-01T10:04:24.0818001Z 35dbacbde92e: Waiting 2022-12-01T10:04:24.0818171Z e39d6e9213cc: Pulling fs layer 2022-12-01T10:04:24.0818354Z 2f80402944a8: Waiting 2022-12-01T10:04:24.0818520Z 700c1b016e9c: Waiting 2022-12-01T10:04:24.0818671Z 61e5f18293fb: Waiting 2022-12-01T10:04:24.0818847Z 721a11edd37d: Pulling fs layer 2022-12-01T10:04:24.0819025Z 3a954d3daee2: Waiting 2022-12-01T10:04:24.0819192Z 0c99ed5e47b0: Waiting 2022-12-01T10:04:24.0819357Z e9641285c2a8: Pulling fs layer 2022-12-01T10:04:24.0819534Z c7064c3fe401: Waiting 2022-12-01T10:04:24.0819708Z 592c7690849c: Pulling fs layer 2022-12-01T10:04:24.0819872Z 379b44c142c3: Waiting 2022-12-01T10:04:24.0820038Z acc9cb4226e8: Waiting 2022-12-01T10:04:24.0820253Z bfafe70370d0: Pulling fs layer 2022-12-01T10:04:24.0820422Z cfc71ad63958: Waiting 2022-12-01T10:04:24.0820586Z 04a9294e28b0: Waiting 2022-12-01T10:04:24.0820767Z 0adbe1559bf5: Pulling fs layer 2022-12-01T10:04:24.0820945Z f14c564c7117: Pulling fs layer 2022-12-01T10:04:24.0821121Z 1d13d3c2c08b: Waiting 2022-12-01T10:04:24.0821290Z 486e91289918: Waiting 2022-12-01T10:04:24.0821441Z 882d6677f9d0: Waiting 2022-12-01T10:04:24.0821619Z a63b16c316d4: Pulling fs layer 2022-12-01T10:04:24.0821794Z 592c7690849c: Waiting 2022-12-01T10:04:24.0821957Z 7e36a9a0278d: Pulling fs layer 2022-12-01T10:04:24.0822138Z bfafe70370d0: Waiting 2022-12-01T10:04:24.0822308Z 721a11edd37d: Waiting 2022-12-01T10:04:24.0822460Z e9641285c2a8: Waiting 2022-12-01T10:04:24.0822646Z fdb717be0bec: Pulling fs layer 2022-12-01T10:04:24.0822840Z cbe98da5c664: Pulling fs layer 2022-12-01T10:04:24.0823012Z 0adbe1559bf5: Waiting 2022-12-01T10:04:24.0823180Z 086a9aefc964: Waiting 2022-12-01T10:04:24.0823361Z cec98a24dbc4: Pulling fs layer 2022-12-01T10:04:24.0823530Z 98b91e719899: Waiting 2022-12-01T10:04:24.0823693Z a63b16c316d4: Waiting 2022-12-01T10:04:24.0823872Z f78b1ddfe0f0: Pulling fs layer 2022-12-01T10:04:24.0824040Z 7e36a9a0278d: Waiting 2022-12-01T10:04:24.0824207Z fdb717be0bec: Waiting 2022-12-01T10:04:24.0824381Z cbe98da5c664: Waiting 2022-12-01T10:04:24.0824551Z 3ef99cf88871: Pulling fs layer 2022-12-01T10:04:24.0824734Z cec98a24dbc4: Waiting 2022-12-01T10:04:24.0824909Z f78b1ddfe0f0: Waiting 2022-12-01T10:04:24.0825078Z 6adffe6d0822: Pulling fs layer 2022-12-01T10:04:24.0825270Z 23d8dc483f65: Pulling fs layer 2022-12-01T10:04:24.0825455Z 3ef99cf88871: Waiting 2022-12-01T10:04:24.0825625Z acb57cbc9657: Pulling fs layer 2022-12-01T10:04:24.0825819Z 4b911fbe2260: Pulling fs layer 2022-12-01T10:04:24.0826001Z 23d8dc483f65: Waiting 2022-12-01T10:04:24.0826162Z de5ace6d3a82: Waiting 2022-12-01T10:04:24.0826344Z a29c59a3a158: Pulling fs layer 2022-12-01T10:04:24.0826536Z 7c23f774c2d1: Pulling fs layer 2022-12-01T10:04:24.0826703Z a29c59a3a158: Waiting 2022-12-01T10:04:24.0826875Z acb57cbc9657: Waiting 2022-12-01T10:04:24.0827043Z 7c23f774c2d1: Waiting 2022-12-01T10:04:24.0827208Z 4b911fbe2260: Waiting 2022-12-01T10:04:24.1718940Z 4c162df00807: Verifying Checksum 2022-12-01T10:04:24.1719368Z 4c162df00807: Download complete 2022-12-01T10:04:24.2458191Z a4ada130b3d8: Download complete 2022-12-01T10:04:24.4227240Z 726b8a513d66: Verifying Checksum 2022-12-01T10:04:24.4227907Z 726b8a513d66: Download complete 2022-12-01T10:04:24.4945876Z c69cf3e07f05: Verifying Checksum 2022-12-01T10:04:24.4946269Z c69cf3e07f05: Download complete 2022-12-01T10:04:24.5682097Z d7fa3cc1c4b0: Verifying Checksum 2022-12-01T10:04:24.5682524Z d7fa3cc1c4b0: Download complete 2022-12-01T10:04:24.6452056Z 5b3f7eea69ee: Verifying Checksum 2022-12-01T10:04:24.6452502Z 5b3f7eea69ee: Download complete 2022-12-01T10:04:24.7241057Z f3b75eca38c8: Verifying Checksum 2022-12-01T10:04:24.7241715Z f3b75eca38c8: Download complete 2022-12-01T10:04:24.7853581Z fb9742168942: Verifying Checksum 2022-12-01T10:04:24.7854028Z fb9742168942: Download complete 2022-12-01T10:04:24.9061882Z ba69bdb35bc3: Verifying Checksum 2022-12-01T10:04:24.9062231Z ba69bdb35bc3: Download complete 2022-12-01T10:04:24.9999075Z 270cb7e030e6: Verifying Checksum 2022-12-01T10:04:24.9999546Z 270cb7e030e6: Download complete 2022-12-01T10:04:25.0746638Z 726b8a513d66: Pull complete 2022-12-01T10:04:25.0747029Z cf0509a05e67: Verifying Checksum 2022-12-01T10:04:25.0747263Z cf0509a05e67: Download complete 2022-12-01T10:04:25.1765679Z 4c162df00807: Pull complete 2022-12-01T10:04:25.3147133Z 1c004b6833a9: Verifying Checksum 2022-12-01T10:04:25.3147442Z 1c004b6833a9: Download complete 2022-12-01T10:04:25.3865194Z e403471ed02a: Verifying Checksum 2022-12-01T10:04:25.3865499Z e403471ed02a: Download complete 2022-12-01T10:04:25.5097670Z 746c4a84b946: Verifying Checksum 2022-12-01T10:04:25.5098081Z 746c4a84b946: Download complete 2022-12-01T10:04:25.5989314Z a1625d05811f: Verifying Checksum 2022-12-01T10:04:25.5989711Z a1625d05811f: Download complete 2022-12-01T10:04:25.6936497Z d4230d2a5583: Verifying Checksum 2022-12-01T10:04:25.6936835Z d4230d2a5583: Download complete 2022-12-01T10:04:25.7790660Z 35dbacbde92e: Verifying Checksum 2022-12-01T10:04:25.7791080Z 35dbacbde92e: Download complete 2022-12-01T10:04:25.8482087Z 74f159c4e8f4: Download complete 2022-12-01T10:04:25.9156357Z 30e25e3dd13e: Verifying Checksum 2022-12-01T10:04:25.9156761Z 30e25e3dd13e: Download complete 2022-12-01T10:04:25.9976914Z d9a2350b6e9c: Verifying Checksum 2022-12-01T10:04:25.9977240Z d9a2350b6e9c: Download complete 2022-12-01T10:04:26.0725240Z 892077bdfb99: Verifying Checksum 2022-12-01T10:04:26.0725615Z 892077bdfb99: Download complete 2022-12-01T10:04:26.1624277Z 21bc22d75102: Verifying Checksum 2022-12-01T10:04:26.1624631Z 21bc22d75102: Download complete 2022-12-01T10:04:26.8111782Z 12d7c3bb4071: Verifying Checksum 2022-12-01T10:04:26.8112150Z 12d7c3bb4071: Download complete 2022-12-01T10:04:26.8880070Z 61e5f18293fb: Download complete 2022-12-01T10:04:26.9583494Z 0c99ed5e47b0: Verifying Checksum 2022-12-01T10:04:26.9584806Z 0c99ed5e47b0: Download complete 2022-12-01T10:04:27.0442059Z de5ace6d3a82: Verifying Checksum 2022-12-01T10:04:27.0442455Z de5ace6d3a82: Download complete 2022-12-01T10:04:27.1075479Z 882d6677f9d0: Verifying Checksum 2022-12-01T10:04:27.1075985Z 882d6677f9d0: Download complete 2022-12-01T10:04:27.1180674Z 1d13d3c2c08b: Download complete 2022-12-01T10:04:27.2013515Z 700c1b016e9c: Download complete 2022-12-01T10:04:27.2700071Z 3a954d3daee2: Download complete 2022-12-01T10:04:27.3274389Z c7064c3fe401: Verifying Checksum 2022-12-01T10:04:27.3274871Z c7064c3fe401: Download complete 2022-12-01T10:04:27.4030593Z 379b44c142c3: Verifying Checksum 2022-12-01T10:04:27.4031270Z 379b44c142c3: Download complete 2022-12-01T10:04:27.4635596Z acc9cb4226e8: Verifying Checksum 2022-12-01T10:04:27.4636062Z acc9cb4226e8: Download complete 2022-12-01T10:04:27.5278666Z 04a9294e28b0: Verifying Checksum 2022-12-01T10:04:27.5278946Z 04a9294e28b0: Download complete 2022-12-01T10:04:27.6026694Z cfc71ad63958: Verifying Checksum 2022-12-01T10:04:27.6027117Z cfc71ad63958: Download complete 2022-12-01T10:04:27.6928458Z 486e91289918: Verifying Checksum 2022-12-01T10:04:27.6928941Z 486e91289918: Download complete 2022-12-01T10:04:29.1599920Z 2f80402944a8: Verifying Checksum 2022-12-01T10:04:29.1600501Z 2f80402944a8: Download complete 2022-12-01T10:04:29.4439498Z 98b91e719899: Verifying Checksum 2022-12-01T10:04:29.4442430Z 98b91e719899: Download complete 2022-12-01T10:04:29.5583764Z e39d6e9213cc: Verifying Checksum 2022-12-01T10:04:29.5584141Z e39d6e9213cc: Download complete 2022-12-01T10:04:29.6418289Z 721a11edd37d: Verifying Checksum 2022-12-01T10:04:29.6418734Z 721a11edd37d: Download complete 2022-12-01T10:04:31.3297701Z 086a9aefc964: Verifying Checksum 2022-12-01T10:04:31.3298100Z 086a9aefc964: Download complete 2022-12-01T10:04:31.4090144Z 592c7690849c: Verifying Checksum 2022-12-01T10:04:31.4090566Z 592c7690849c: Download complete 2022-12-01T10:04:31.4908276Z bfafe70370d0: Verifying Checksum 2022-12-01T10:04:31.4908734Z bfafe70370d0: Download complete 2022-12-01T10:04:31.9456281Z 0adbe1559bf5: Download complete 2022-12-01T10:04:32.0251558Z f14c564c7117: Download complete 2022-12-01T10:04:32.1064186Z a63b16c316d4: Download complete 2022-12-01T10:04:32.1752609Z 7e36a9a0278d: Verifying Checksum 2022-12-01T10:04:32.1753116Z 7e36a9a0278d: Download complete 2022-12-01T10:04:32.2552811Z fdb717be0bec: Verifying Checksum 2022-12-01T10:04:32.2553229Z fdb717be0bec: Download complete 2022-12-01T10:04:32.5038124Z cbe98da5c664: Verifying Checksum 2022-12-01T10:04:32.5038635Z cbe98da5c664: Download complete 2022-12-01T10:04:32.5838901Z cec98a24dbc4: Verifying Checksum 2022-12-01T10:04:32.5839182Z cec98a24dbc4: Download complete 2022-12-01T10:04:32.6629816Z f78b1ddfe0f0: Verifying Checksum 2022-12-01T10:04:32.6630242Z f78b1ddfe0f0: Download complete 2022-12-01T10:04:32.8621066Z 12d7c3bb4071: Pull complete 2022-12-01T10:04:33.0998168Z a4ada130b3d8: Pull complete 2022-12-01T10:04:35.9505766Z 3ef99cf88871: Verifying Checksum 2022-12-01T10:04:35.9506138Z 3ef99cf88871: Download complete 2022-12-01T10:04:36.0229760Z 6adffe6d0822: Verifying Checksum 2022-12-01T10:04:36.0230036Z 6adffe6d0822: Download complete 2022-12-01T10:04:36.0898102Z 23d8dc483f65: Verifying Checksum 2022-12-01T10:04:36.0898428Z 23d8dc483f65: Download complete 2022-12-01T10:04:36.1687121Z acb57cbc9657: Download complete 2022-12-01T10:04:36.2493655Z 4b911fbe2260: Verifying Checksum 2022-12-01T10:04:36.2494025Z 4b911fbe2260: Download complete 2022-12-01T10:04:36.3340640Z a29c59a3a158: Download complete 2022-12-01T10:04:37.0099884Z 7c23f774c2d1: Verifying Checksum 2022-12-01T10:04:37.0100165Z 7c23f774c2d1: Download complete 2022-12-01T10:04:39.7890355Z 1c004b6833a9: Pull complete 2022-12-01T10:04:40.2663925Z c69cf3e07f05: Pull complete 2022-12-01T10:04:40.7419693Z d7fa3cc1c4b0: Pull complete 2022-12-01T10:04:41.0790305Z 5b3f7eea69ee: Pull complete 2022-12-01T10:04:41.3430647Z f3b75eca38c8: Pull complete 2022-12-01T10:04:41.5961537Z fb9742168942: Pull complete 2022-12-01T10:04:41.9513748Z ba69bdb35bc3: Pull complete 2022-12-01T10:04:42.3471489Z 270cb7e030e6: Pull complete 2022-12-01T10:04:42.8568569Z cf0509a05e67: Pull complete 2022-12-01T10:04:43.8254923Z c7c883db0ae1: Verifying Checksum 2022-12-01T10:04:43.8255252Z c7c883db0ae1: Download complete 2022-12-01T10:05:11.9865830Z c7c883db0ae1: Pull complete 2022-12-01T10:05:12.2995436Z e403471ed02a: Pull complete 2022-12-01T10:05:12.5247296Z 746c4a84b946: Pull complete 2022-12-01T10:05:12.6947154Z a1625d05811f: Pull complete 2022-12-01T10:05:12.8753550Z d4230d2a5583: Pull complete 2022-12-01T10:05:13.1404287Z 35dbacbde92e: Pull complete 2022-12-01T10:05:13.3814039Z 74f159c4e8f4: Pull complete 2022-12-01T10:05:13.5815017Z 30e25e3dd13e: Pull complete 2022-12-01T10:05:13.7594257Z d9a2350b6e9c: Pull complete 2022-12-01T10:05:13.9924770Z 892077bdfb99: Pull complete 2022-12-01T10:05:14.1769551Z 21bc22d75102: Pull complete 2022-12-01T10:05:16.1392414Z 882d6677f9d0: Pull complete 2022-12-01T10:05:16.3721572Z 61e5f18293fb: Pull complete 2022-12-01T10:05:16.6071265Z 0c99ed5e47b0: Pull complete 2022-12-01T10:05:16.8683909Z de5ace6d3a82: Pull complete 2022-12-01T10:05:17.0919262Z 1d13d3c2c08b: Pull complete 2022-12-01T10:05:17.2802349Z 700c1b016e9c: Pull complete 2022-12-01T10:05:17.4553701Z e9641285c2a8: Verifying Checksum 2022-12-01T10:05:17.4556314Z e9641285c2a8: Download complete 2022-12-01T10:05:21.4781062Z 2f80402944a8: Pull complete 2022-12-01T10:05:21.6994981Z 3a954d3daee2: Pull complete 2022-12-01T10:05:21.9173195Z c7064c3fe401: Pull complete 2022-12-01T10:05:22.1420439Z 379b44c142c3: Pull complete 2022-12-01T10:05:22.3329709Z acc9cb4226e8: Pull complete 2022-12-01T10:05:22.5431825Z 04a9294e28b0: Pull complete 2022-12-01T10:05:22.7609275Z cfc71ad63958: Pull complete 2022-12-01T10:05:22.9904633Z 486e91289918: Pull complete 2022-12-01T10:05:23.2066431Z 98b91e719899: Pull complete 2022-12-01T10:05:30.0684689Z 086a9aefc964: Pull complete 2022-12-01T10:05:30.3178040Z e39d6e9213cc: Pull complete 2022-12-01T10:05:30.4816701Z 721a11edd37d: Pull complete 2022-12-01T10:05:47.9624365Z e9641285c2a8: Pull complete 2022-12-01T10:05:48.2404753Z 592c7690849c: Pull complete 2022-12-01T10:05:48.4582071Z bfafe70370d0: Pull complete 2022-12-01T10:05:49.6701399Z 0adbe1559bf5: Pull complete 2022-12-01T10:05:49.8899229Z f14c564c7117: Pull complete 2022-12-01T10:05:50.0780075Z a63b16c316d4: Pull complete 2022-12-01T10:05:50.1972604Z 7e36a9a0278d: Pull complete 2022-12-01T10:05:50.4037398Z fdb717be0bec: Pull complete 2022-12-01T10:05:50.8326704Z cbe98da5c664: Pull complete 2022-12-01T10:05:50.9750983Z cec98a24dbc4: Pull complete 2022-12-01T10:05:51.0813299Z f78b1ddfe0f0: Pull complete 2022-12-01T10:05:55.1244268Z 3ef99cf88871: Pull complete 2022-12-01T10:05:55.3249494Z 6adffe6d0822: Pull complete 2022-12-01T10:05:55.5630464Z 23d8dc483f65: Pull complete 2022-12-01T10:05:55.7874022Z acb57cbc9657: Pull complete 2022-12-01T10:05:56.0097256Z 4b911fbe2260: Pull complete 2022-12-01T10:05:56.2205890Z a29c59a3a158: Pull complete 2022-12-01T10:05:57.8631667Z 7c23f774c2d1: Pull complete 2022-12-01T10:05:57.9848042Z Digest: sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:05:58.0143622Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:58.0409070Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:58.0592107Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:05:58.0592414Z python3 -m pip install psutil==5.9.1 2022-12-01T10:05:58.0592641Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:05:58.0592900Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:05:58.0593183Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:05:58.1912695Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:58.1912932Z env: 2022-12-01T10:05:58.1913115Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:58.1913291Z ##[endgroup] 2022-12-01T10:05:59.0818569Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:59.1010462Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:05:59.5162122Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:59.5344062Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:05:59.7434201Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:05:59.7492608Z Prepare all required actions 2022-12-01T10:05:59.7492925Z Getting action download info 2022-12-01T10:05:59.9200753Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:06:00.1629068Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:06:00.3010144Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:06:00.3010447Z with: 2022-12-01T10:06:00.3010640Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:00.3010820Z env: 2022-12-01T10:06:00.3010995Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:00.3011183Z ##[endgroup] 2022-12-01T10:06:00.3035887Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:06:00.3036104Z with: 2022-12-01T10:06:00.3036287Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:00.3036502Z s3-bucket: gha-artifacts 2022-12-01T10:06:00.3036697Z region: us-east-1 2022-12-01T10:06:00.3036849Z env: 2022-12-01T10:06:00.3037057Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:00.3037231Z ##[endgroup] 2022-12-01T10:06:00.7211282Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-py3.7-clang9/ 2022-12-01T10:06:00.7212091Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6261292Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6261543Z 2022-12-01T10:06:05.6264588Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:05.6265564Z Artifact download has finished successfully 2022-12-01T10:06:05.6376716Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:06:05.6376954Z unzip -o artifacts.zip 2022-12-01T10:06:05.6388085Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:05.6388291Z env: 2022-12-01T10:06:05.6388466Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.6388654Z ##[endgroup] 2022-12-01T10:06:05.6447127Z Archive: artifacts.zip 2022-12-01T10:06:05.6448235Z creating: dist/ 2022-12-01T10:06:06.4717979Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:06.4718364Z creating: build/custom_test_artifacts/ 2022-12-01T10:06:06.4718677Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:06:06.4719042Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:06:06.4720699Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4721222Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4721688Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4722162Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4722583Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4724308Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4725426Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4725940Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4726369Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4727982Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4728891Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4730652Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4731191Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4732090Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4732867Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4733504Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4734049Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4734738Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4735252Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:06:06.4735819Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4736427Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4736973Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:06:06.4737513Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:06:06.4738082Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4738580Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:06:06.4739016Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4739453Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:06:06.4739896Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:06:06.4754804Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:06:06.4814728Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:06:06.4815295Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:06:06.4815913Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4816536Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4817125Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:06:06.4817601Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:06:06.4818211Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4818815Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:06:06.4819355Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4819814Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:06:06.4820275Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:06:06.4835850Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:06:06.4872803Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:06:06.4873490Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.4874141Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.4874701Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.4875184Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.4875614Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.4876688Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:06:06.4877424Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:06:06.4877913Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:06:06.4928662Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:06:06.4958728Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:06:06.4959141Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:06:06.4959477Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:06:06.4961222Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4961745Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4962250Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4962662Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4963078Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4964171Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4965196Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4965612Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4966169Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4968073Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4968983Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4970066Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4970654Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4971698Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4972498Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4972981Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4973536Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4974073Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4974786Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:06:06.4975320Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:06:06.4975910Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:06:06.4976394Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:06:06.4977000Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:06:06.4977624Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:06:06.4978195Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:06:06.4978648Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:06:06.4979090Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:06:06.4979520Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:06:06.4994459Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:06:06.5018526Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:06:06.5019137Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5019695Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5020242Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5020652Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5021247Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5022552Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:06:06.5023560Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:06:06.5023994Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:06:06.5043462Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:06:06.5043837Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:06:06.5044209Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:06:06.5046280Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.5046714Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.5047139Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.5047586Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.5048035Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.5050134Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.5051393Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.5051835Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.5052284Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.5054881Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.5056049Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.5057653Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.5058220Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.5059640Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.5060533Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.5061047Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.5062031Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.5062540Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.5063115Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:06:06.5063733Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.5064403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.5065017Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:06:06.5065545Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:06:06.5066031Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.5066728Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:06:06.5067305Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.5068480Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:06:06.5069442Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:06:06.5073530Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:06:06.5153639Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:06:06.5154542Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:06:06.5155431Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.5156385Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.5157289Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:06:06.5158165Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:06:06.5159071Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.5159958Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:06:06.5160845Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.5161701Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:06:06.5162574Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:06:06.5176865Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:06:06.5196981Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:06:06.5197996Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5198868Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5199733Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5200518Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5201427Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5202599Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:06:06.5203591Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:06:06.5204360Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:06:06.5274140Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:06:06.5290613Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:06:06.5291109Z creating: build/lib/ 2022-12-01T10:06:06.5291481Z inflating: build/lib/libclog.a 2022-12-01T10:06:06.5346591Z inflating: build/lib/libgtest.a 2022-12-01T10:06:06.5354823Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:06:06.5416167Z inflating: build/lib/libbenchmark.a 2022-12-01T10:06:06.5488700Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:06:06.5496458Z inflating: build/lib/libittnotify.a 2022-12-01T10:06:06.5520819Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:06:06.5585226Z inflating: build/lib/libgloo.a 2022-12-01T10:06:06.5645590Z inflating: build/lib/libasmjit.a 2022-12-01T10:06:06.6021773Z inflating: build/lib/libprotobuf.a 2022-12-01T10:06:06.6036169Z inflating: build/lib/libfmt.a 2022-12-01T10:06:06.6036869Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:06:06.6086771Z inflating: build/lib/libc10.so 2022-12-01T10:06:06.6087638Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:06:06.6095240Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:06:06.6102218Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:06:06.6114437Z inflating: build/lib/libqnnpack.a 2022-12-01T10:06:06.6117004Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:06:06.6135390Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:06:06.6146823Z inflating: build/lib/libgmock.a 2022-12-01T10:06:06.6147488Z inflating: build/lib/libgtest_main.a 2022-12-01T10:06:06.6148184Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:06:06.6568120Z inflating: build/lib/libprotoc.a 2022-12-01T10:06:07.5667448Z inflating: build/lib/libdnnl.a 2022-12-01T10:06:07.5684294Z inflating: build/lib/libnnpack.a 2022-12-01T10:06:07.6150533Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:06:07.7122247Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:06:07.8100866Z inflating: build/lib/libfbgemm.a 2022-12-01T10:06:07.8101319Z inflating: build/lib/libgmock_main.a 2022-12-01T10:06:07.8277125Z inflating: build/lib/libkineto.a 2022-12-01T10:06:07.8314212Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:06:07.8354617Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:06:07.8459265Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:06:07.8980192Z inflating: build/lib/libonnx.a 2022-12-01T10:06:09.8430035Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:06:09.8430611Z inflating: build/lib/libtorch.so 2022-12-01T10:06:09.8452700Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:06:09.8507359Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:06:09.8532961Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:06:09.8537503Z inflating: build/lib/libshm.so 2022-12-01T10:06:10.0146679Z inflating: build/lib/libtorch_python.so 2022-12-01T10:06:10.0182717Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:06:10.0182937Z creating: build/bin/ 2022-12-01T10:06:10.0228202Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:06:10.0274054Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:06:10.0319704Z inflating: build/bin/c10_Device_test 2022-12-01T10:06:10.0363668Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:06:10.0416374Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:06:10.0461610Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:06:10.0510315Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:06:10.0560181Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:06:10.0610414Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:06:10.0654896Z inflating: build/bin/c10_Array_test 2022-12-01T10:06:10.0701970Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:06:10.0747527Z inflating: build/bin/c10_C++17_test 2022-12-01T10:06:10.0791208Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:06:10.0835879Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:06:10.0880446Z inflating: build/bin/c10_Half_test 2022-12-01T10:06:10.0930356Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:06:10.0984334Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:06:10.1029078Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:06:10.1163699Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:06:10.1211995Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:06:10.1257649Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:06:10.1301183Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:06:10.1358331Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:06:10.1404176Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:06:10.1453564Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:06:10.1502830Z inflating: build/bin/c10_complex_test 2022-12-01T10:06:10.1552022Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:06:10.1641158Z inflating: build/bin/c10_either_test 2022-12-01T10:06:10.1688264Z inflating: build/bin/c10_exception_test 2022-12-01T10:06:10.1733506Z inflating: build/bin/c10_flags_test 2022-12-01T10:06:10.1865700Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:06:10.1910928Z inflating: build/bin/c10_irange_test 2022-12-01T10:06:10.1960958Z inflating: build/bin/c10_logging_test 2022-12-01T10:06:10.2029183Z inflating: build/bin/c10_optional_test 2022-12-01T10:06:10.2085180Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:06:10.2133150Z inflating: build/bin/c10_registry_test 2022-12-01T10:06:10.2178857Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:06:10.2229988Z inflating: build/bin/c10_string_view_test 2022-12-01T10:06:10.2277817Z inflating: build/bin/c10_typeid_test 2022-12-01T10:06:10.2317846Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:06:10.2685146Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:06:10.3051951Z inflating: build/bin/protoc 2022-12-01T10:06:10.3360912Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:06:10.3658253Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:06:10.3979256Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:06:10.4032159Z inflating: build/bin/TCPStoreTest 2022-12-01T10:06:10.4079405Z inflating: build/bin/FileStoreTest 2022-12-01T10:06:10.4126419Z inflating: build/bin/HashStoreTest 2022-12-01T10:06:10.4129178Z inflating: build/bin/example_allreduce 2022-12-01T10:06:10.4205319Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:06:10.4251850Z inflating: build/bin/Dimname_test 2022-12-01T10:06:10.4316150Z inflating: build/bin/Dict_test 2022-12-01T10:06:10.4366423Z inflating: build/bin/NamedTensor_test 2022-12-01T10:06:10.4425824Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:06:10.4477896Z inflating: build/bin/apply_utils_test 2022-12-01T10:06:10.4530394Z inflating: build/bin/atest 2022-12-01T10:06:10.4587281Z inflating: build/bin/basic 2022-12-01T10:06:10.4636400Z inflating: build/bin/broadcast_test 2022-12-01T10:06:10.4683642Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:06:10.4728541Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:06:10.4780370Z inflating: build/bin/cpu_generator_test 2022-12-01T10:06:10.4824865Z inflating: build/bin/dlconvertor_test 2022-12-01T10:06:10.4907810Z inflating: build/bin/cpu_rng_test 2022-12-01T10:06:10.4960921Z inflating: build/bin/extension_backend_test 2022-12-01T10:06:10.5007607Z inflating: build/bin/half_test 2022-12-01T10:06:10.5052305Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:06:10.5141800Z inflating: build/bin/ivalue_test 2022-12-01T10:06:10.5189300Z inflating: build/bin/math_kernel_test 2022-12-01T10:06:10.5236894Z inflating: build/bin/memory_format_test 2022-12-01T10:06:10.5291768Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:06:10.5337404Z inflating: build/bin/operator_name_test 2022-12-01T10:06:10.5384977Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:06:10.5436833Z inflating: build/bin/native_test 2022-12-01T10:06:10.5481851Z inflating: build/bin/operators_test 2022-12-01T10:06:10.5528597Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:06:10.5593235Z inflating: build/bin/pow_test 2022-12-01T10:06:10.5643423Z inflating: build/bin/quantized_test 2022-12-01T10:06:10.5689950Z inflating: build/bin/reduce_ops_test 2022-12-01T10:06:10.5735470Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:06:10.5786417Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:06:10.5840058Z inflating: build/bin/scalar_test 2022-12-01T10:06:10.5886479Z inflating: build/bin/stride_properties_test 2022-12-01T10:06:10.5959773Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:06:10.6006894Z inflating: build/bin/type_ptr_test 2022-12-01T10:06:10.6009054Z inflating: build/bin/thread_init_test 2022-12-01T10:06:10.6057443Z inflating: build/bin/test_parallel 2022-12-01T10:06:10.6101746Z inflating: build/bin/variant_test 2022-12-01T10:06:10.6150500Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:06:10.6205873Z inflating: build/bin/type_test 2022-12-01T10:06:10.6207414Z inflating: build/bin/verify_api_visibility 2022-12-01T10:06:10.6275120Z inflating: build/bin/vmap_test 2022-12-01T10:06:10.6322009Z inflating: build/bin/weakref_test 2022-12-01T10:06:10.6367652Z inflating: build/bin/wrapdim_test 2022-12-01T10:06:10.6412107Z inflating: build/bin/xla_tensor_test 2022-12-01T10:06:10.6465328Z inflating: build/bin/IListRef_test 2022-12-01T10:06:10.6558018Z inflating: build/bin/List_test 2022-12-01T10:06:10.6615642Z inflating: build/bin/KernelFunction_test 2022-12-01T10:06:10.6736169Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:06:10.6824555Z inflating: build/bin/kernel_function_test 2022-12-01T10:06:10.6919537Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:06:10.7041274Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:06:10.7095118Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:06:10.7139382Z inflating: build/bin/CppSignature_test 2022-12-01T10:06:10.7182623Z inflating: build/bin/op_allowlist_test 2022-12-01T10:06:10.7271700Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:06:10.7317583Z inflating: build/bin/inline_container_test 2022-12-01T10:06:10.7366474Z inflating: build/bin/backend_fallback_test 2022-12-01T10:06:10.7656075Z inflating: build/bin/op_registration_test 2022-12-01T10:06:10.7673398Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:06:10.7721899Z inflating: build/bin/test_dist_autograd 2022-12-01T10:06:10.7783908Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:06:10.7785834Z inflating: build/bin/parallel_benchmark 2022-12-01T10:06:10.7846274Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:06:10.7855454Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:06:10.8168142Z inflating: build/bin/test_lazy 2022-12-01T10:06:10.9282571Z inflating: build/bin/test_tensorexpr 2022-12-01T10:06:10.9286470Z inflating: build/bin/torch_shm_manager 2022-12-01T10:06:11.0575180Z inflating: build/bin/test_api 2022-12-01T10:06:11.1132870Z inflating: build/bin/test_jit 2022-12-01T10:06:11.1134141Z inflating: .pytorch-test-times.json 2022-12-01T10:06:11.1265911Z ##[group]Run df -H 2022-12-01T10:06:11.1266104Z df -H 2022-12-01T10:06:11.1277806Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:11.1278009Z env: 2022-12-01T10:06:11.1278185Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1278492Z ##[endgroup] 2022-12-01T10:06:11.1452634Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:06:11.1452919Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:06:11.1453135Z tmpfs 8.2G 705k 8.2G 1% /dev/shm 2022-12-01T10:06:11.1453329Z tmpfs 8.2G 488k 8.2G 1% /run 2022-12-01T10:06:11.1453540Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:06:11.1453754Z /dev/nvme0n1p1 162G 20G 142G 12% / 2022-12-01T10:06:11.1453956Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-12-01T10:06:11.1529965Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:06:11.1530203Z .github/scripts/parse_ref.py 2022-12-01T10:06:11.1541808Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1541995Z env: 2022-12-01T10:06:11.1542164Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1542352Z ##[endgroup] 2022-12-01T10:06:11.1750698Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:11.1857702Z ##[group]Run set -x 2022-12-01T10:06:11.1857979Z set -x 2022-12-01T10:06:11.1858147Z  2022-12-01T10:06:11.1858335Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:06:11.1858597Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:06:11.1858857Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:06:11.1859083Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:06:11.1859284Z else 2022-12-01T10:06:11.1859490Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1859678Z fi 2022-12-01T10:06:11.1859835Z  2022-12-01T10:06:11.1860072Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:06:11.1860294Z  2022-12-01T10:06:11.1860522Z # sanitize the input commit message and PR body here: 2022-12-01T10:06:11.1860736Z # 2022-12-01T10:06:11.1861007Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:06:11.1861386Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:06:11.1861699Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:06:11.1861934Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:06:11.1862106Z  2022-12-01T10:06:11.1862371Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:06:11.1862651Z # wreak havoc internally 2022-12-01T10:06:11.1862877Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:06:11.1863119Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:06:11.1863310Z  2022-12-01T10:06:11.1863538Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:06:11.1863823Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:06:11.1864101Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:06:11.1864345Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:06:11.1864617Z container_name=$(docker run \ 2022-12-01T10:06:11.1864820Z  ${GPU_FLAG:-} \ 2022-12-01T10:06:11.1865022Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:06:11.1865208Z  -e PR_NUMBER \ 2022-12-01T10:06:11.1865406Z  -e GITHUB_ACTIONS \ 2022-12-01T10:06:11.1865595Z  -e BASE_SHA \ 2022-12-01T10:06:11.1865791Z  -e BRANCH \ 2022-12-01T10:06:11.1865952Z  -e SHA1 \ 2022-12-01T10:06:11.1866143Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:06:11.1866341Z  -e IN_WHEEL_TEST \ 2022-12-01T10:06:11.1866518Z  -e SHARD_NUMBER \ 2022-12-01T10:06:11.1866711Z  -e TEST_CONFIG \ 2022-12-01T10:06:11.1866988Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:06:11.1867167Z  -e PR_BODY \ 2022-12-01T10:06:11.1867362Z  -e COMMIT_MESSAGES \ 2022-12-01T10:06:11.1867573Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:06:11.1867789Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:06:11.1867998Z  -e PR_LABELS \ 2022-12-01T10:06:11.1868210Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:06:11.1868410Z  -e SCCACHE_BUCKET \ 2022-12-01T10:06:11.1868614Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:06:11.1868810Z  -e XLA_CUDA \ 2022-12-01T10:06:11.1869019Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:06:11.1869256Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:06:11.1869497Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:06:11.1869729Z  --security-opt seccomp=unconfined \ 2022-12-01T10:06:11.1869945Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:06:11.1870139Z  --ipc=host \ 2022-12-01T10:06:11.1870378Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:06:11.1870555Z  --tty \ 2022-12-01T10:06:11.1870731Z  --detach \ 2022-12-01T10:06:11.1870928Z  --name="${container_name}" \ 2022-12-01T10:06:11.1871114Z  --user jenkins \ 2022-12-01T10:06:11.1871434Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:06:11.1871772Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:06:11.1872142Z  "${DOCKER_IMAGE}" 2022-12-01T10:06:11.1872426Z ) 2022-12-01T10:06:11.1872757Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:06:11.1884049Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1884254Z env: 2022-12-01T10:06:11.1884536Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1884827Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:06:11.1885081Z PR_NUMBER: 89997 2022-12-01T10:06:11.1885342Z BRANCH: pull/89997 2022-12-01T10:06:11.1885637Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:11.1885895Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:11.1886161Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:11.1886418Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:11.1886627Z TEST_CONFIG: default 2022-12-01T10:06:11.1886874Z SHARD_NUMBER: 2 2022-12-01T10:06:11.1887099Z NUM_TEST_SHARDS: 2 2022-12-01T10:06:11.1887853Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:06:11.1888551Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:06:11.1888839Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:06:11.1889098Z SHM_SIZE: 1g 2022-12-01T10:06:11.1889485Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:11.1889814Z XLA_CUDA: 2022-12-01T10:06:11.1890123Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:11.1910052Z ##[endgroup] 2022-12-01T10:06:11.1938108Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:06:11.1938692Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-12-01T10:06:11.1939078Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1941406Z ++ git cherry -v origin/master 2022-12-01T10:06:11.8113967Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:06:11.8114877Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:06:11.8115629Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:06:11.8116154Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:06:11.8116630Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:06:11.8117082Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:06:11.8117535Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:06:11.8117985Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:06:11.8118657Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:06:11.8119299Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:06:11.8119824Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:06:11.8120436Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:06:11.8121063Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:06:11.8121600Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:06:11.8122231Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:06:11.8122923Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:06:11.8123500Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:06:11.8123956Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:06:11.8124304Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:06:11.8124600Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:06:11.8125085Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:06:11.8125596Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:06:11.8125967Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:06:11.8126304Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:06:11.8126738Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:06:11.8127181Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:06:11.8127630Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:06:11.8127969Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:06:11.8128437Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:06:11.8128902Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:06:11.8129340Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:06:11.8129792Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:06:11.8130298Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:06:11.8136389Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:06:11.8137232Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:06:11.8138127Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:06:11.8138898Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:06:11.8139557Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:06:11.8140024Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:06:11.8140589Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:06:11.8141074Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:06:11.8141550Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:06:11.8141955Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:06:11.8142365Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:06:11.8142701Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:06:11.8143082Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:06:11.8143409Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:06:11.8143752Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:06:11.8154555Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:06:11.8155009Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:06:11.8155481Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:06:11.8155998Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:06:11.8156375Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:06:11.8156801Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:06:11.8157238Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:06:11.8157620Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:06:11.8158027Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:06:11.8158472Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:06:11.8158797Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:06:11.8159202Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.8193584Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.8200585Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:06:11.8233257Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.8259278Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.8270874Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:06:11.8273445Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:06:11.8274617Z +++ nproc --ignore=2 2022-12-01T10:06:11.8277362Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3591403534 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:22.7645806Z + container_name=3638bcaed7def5f33fe88beea65a851fcd2b4d6a21de1614783417dd21939c95 2022-12-01T10:06:22.7649028Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:22.7650851Z + docker exec -t 3638bcaed7def5f33fe88beea65a851fcd2b4d6a21de1614783417dd21939c95 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:06:23.4735259Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:23.5522210Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:06:23.5533054Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:06:23.5599086Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:06:24.3448876Z Installing collected packages: torch 2022-12-01T10:06:30.8336043Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:06:31.0014766Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:06:31.0171881Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:06:31.0172523Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:06:31.0173105Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:06:31.0173443Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:06:31.0173676Z + BUILD_DIR=build 2022-12-01T10:06:31.0173870Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:06:31.0174069Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:06:31.0174242Z + export VALGRIND=ON 2022-12-01T10:06:31.0174419Z + VALGRIND=ON 2022-12-01T10:06:31.0176387Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-12-01T10:06:31.0176777Z + export VALGRIND=OFF 2022-12-01T10:06:31.0177104Z + VALGRIND=OFF 2022-12-01T10:06:31.0177401Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-12-01T10:06:31.0178031Z ++ realpath build/custom_test_artifacts 2022-12-01T10:06:31.0222017Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:06:31.0224748Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:31.0250375Z + source .jenkins/pytorch/common.sh 2022-12-01T10:06:31.0253615Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:06:31.0261905Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:06:31.0263532Z +++ declare -f -t trap_add 2022-12-01T10:06:31.0267388Z ++ set -ex 2022-12-01T10:06:31.0267837Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:31.0268111Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:06:31.0268446Z ++ [[ default == *xla* ]] 2022-12-01T10:06:31.0268913Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:31.0269434Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-12-01T10:06:31.0269639Z ++ which conda 2022-12-01T10:06:31.0280229Z /opt/conda/bin/conda 2022-12-01T10:06:31.0280863Z ++ conda install -q -y cmake 2022-12-01T10:06:34.9946411Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:06:35.8901217Z Solving environment: ...working... done 2022-12-01T10:06:35.9787645Z 2022-12-01T10:06:35.9788118Z ## Package Plan ## 2022-12-01T10:06:35.9788369Z 2022-12-01T10:06:35.9788678Z environment location: /opt/conda 2022-12-01T10:06:35.9789189Z 2022-12-01T10:06:35.9789305Z added / updated specs: 2022-12-01T10:06:35.9789756Z - cmake 2022-12-01T10:06:35.9789922Z 2022-12-01T10:06:35.9789929Z 2022-12-01T10:06:35.9790095Z The following packages will be downloaded: 2022-12-01T10:06:35.9790308Z 2022-12-01T10:06:35.9790450Z package | build 2022-12-01T10:06:35.9790857Z ---------------------------|----------------- 2022-12-01T10:06:35.9791379Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:06:35.9791966Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:06:35.9792463Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:06:35.9792987Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:06:35.9793457Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:06:35.9793921Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:06:35.9794380Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:06:35.9795043Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:06:35.9795512Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:06:35.9795956Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:06:35.9796423Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:06:35.9796955Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:06:35.9797428Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:06:35.9797961Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:06:35.9798499Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:06:35.9799037Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:06:35.9799534Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:06:35.9800065Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:06:35.9800602Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:06:35.9801105Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:06:35.9801655Z ------------------------------------------------------------ 2022-12-01T10:06:35.9802111Z Total: 26.3 MB 2022-12-01T10:06:35.9802338Z 2022-12-01T10:06:35.9802529Z The following NEW packages will be INSTALLED: 2022-12-01T10:06:35.9802799Z 2022-12-01T10:06:35.9803247Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:06:35.9803923Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:06:35.9804607Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:06:35.9805263Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:06:35.9805926Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:06:35.9806548Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:06:35.9807197Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:06:35.9807804Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:06:35.9808419Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:06:35.9809069Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:06:35.9809675Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:06:35.9810308Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:06:35.9810936Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:06:35.9811532Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:06:35.9811890Z 2022-12-01T10:06:35.9812036Z The following packages will be UPDATED: 2022-12-01T10:06:35.9812240Z 2022-12-01T10:06:35.9812566Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:06:35.9813088Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:06:35.9813571Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.9813972Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.9814308Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.9814944Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:06:35.9815153Z 2022-12-01T10:06:35.9815160Z 2022-12-01T10:06:37.1512125Z Preparing transaction: ...working... done 2022-12-01T10:06:37.5685908Z Verifying transaction: ...working... done 2022-12-01T10:06:38.3708828Z Executing transaction: ...working... done 2022-12-01T10:06:38.4496211Z Retrieving notices: ...working... done 2022-12-01T10:06:38.6651411Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:38.6651742Z + echo 'Environment variables' 2022-12-01T10:06:38.6651957Z Environment variables 2022-12-01T10:06:38.6652120Z + env 2022-12-01T10:06:38.6678301Z SHARD_NUMBER=2 2022-12-01T10:06:38.6678644Z UCC_HOME=/usr 2022-12-01T10:06:38.6679304Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-12-01T10:06:38.6679540Z INSTALLED_DB=yes 2022-12-01T10:06:38.6679729Z HOSTNAME=3638bcaed7de 2022-12-01T10:06:38.6679923Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:06:38.6680151Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:06:38.6680421Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:06:38.6680681Z UCC_COMMIT= 2022-12-01T10:06:38.6681273Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8c13e844-e0fa-4c3b-826b-f7c948dfa49f 2022-12-01T10:06:38.6681800Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:06:38.6682397Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:06:38.6682684Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:06:38.6682867Z INSTALLED_THRIFT= 2022-12-01T10:06:38.6683042Z TEST_CONFIG=default 2022-12-01T10:06:38.6683230Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:06:38.6683428Z GITHUB_ACTIONS=true 2022-12-01T10:06:38.6683596Z CI=true 2022-12-01T10:06:38.6683762Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:06:38.6683961Z BRANCH=pull/89997 2022-12-01T10:06:38.6684326Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:06:38.6684601Z UCX_COMMIT= 2022-12-01T10:06:38.6684885Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:06:38.6685068Z GITHUB_ACTION_REF= 2022-12-01T10:06:38.6685242Z GITHUB_ACTION=__self 2022-12-01T10:06:38.6685417Z VALGRIND=OFF 2022-12-01T10:06:38.6685599Z GITHUB_REF_PROTECTED=false 2022-12-01T10:06:38.6685926Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:38.6686869Z *** 2022-12-01T10:06:38.6687041Z INSTALLED_VISION=yes 2022-12-01T10:06:38.6687225Z HOME=/var/lib/jenkins 2022-12-01T10:06:38.6687635Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_8c13e844-e0fa-4c3b-826b-f7c948dfa49f 2022-12-01T10:06:38.6687942Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:06:38.6688148Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:06:38.6688366Z GITHUB_REF_TYPE=branch 2022-12-01T10:06:38.6688670Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:06:38.6689005Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:06:38.6689437Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_8c13e844-e0fa-4c3b-826b-f7c948dfa49f 2022-12-01T10:06:38.6689740Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:06:38.6689948Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:06:38.6690171Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:06:38.6690390Z INSTALLED_PROTOBUF=yes 2022-12-01T10:06:38.6690571Z DESIRED_CUDA= 2022-12-01T10:06:38.6690922Z GITHUB_RUN_ID=3591403534 2022-12-01T10:06:38.6691128Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:06:38.6691325Z MAX_JOBS=6 2022-12-01T10:06:38.6691710Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:06:38.6692050Z UCX_HOME=/usr 2022-12-01T10:06:38.6692236Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:06:38.6692503Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:06:38.6692750Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:38.6692959Z INSTALLED_ANDROID= 2022-12-01T10:06:38.6693934Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:06:38.6694766Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:06:38.6694939Z TERM=xterm 2022-12-01T10:06:38.6695190Z XLA_CUDA= 2022-12-01T10:06:38.6695374Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:06:38.6695562Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:06:38.6695986Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_8c13e844-e0fa-4c3b-826b-f7c948dfa49f 2022-12-01T10:06:38.6696276Z GITHUB_JOB=test 2022-12-01T10:06:38.6696451Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:06:38.6709018Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:06:38.6715121Z NUM_TEST_SHARDS=2 2022-12-01T10:06:38.6715305Z PR_NUMBER=89997 2022-12-01T10:06:38.6715727Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_8c13e844-e0fa-4c3b-826b-f7c948dfa49f 2022-12-01T10:06:38.6716015Z SHLVL=1 2022-12-01T10:06:38.6716250Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:06:38.6716484Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:38.6716699Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:06:38.6716964Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:06:38.6717175Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:06:38.6717350Z GITHUB_WORKFLOW=pull 2022-12-01T10:06:38.6717706Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:06:38.6718279Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:38.6718583Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:06:38.6718778Z _=/usr/bin/env 2022-12-01T10:06:38.6718987Z + echo 'Testing pytorch' 2022-12-01T10:06:38.6719162Z Testing pytorch 2022-12-01T10:06:38.6719357Z + export LANG=C.UTF-8 2022-12-01T10:06:38.6719546Z + LANG=C.UTF-8 2022-12-01T10:06:38.6767973Z + PR_NUMBER=89997 2022-12-01T10:06:38.6768333Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:06:38.6768723Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6769073Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6769525Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6769829Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6770101Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:06:38.6770384Z + [[ default == \s\l\o\w ]] 2022-12-01T10:06:38.6770859Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-12-01T10:06:38.6771308Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:06:38.6771812Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.6772211Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-12-01T10:06:38.6772509Z + [[ default == *crossref* ]] 2022-12-01T10:06:38.6773948Z + [[ default == *dynamo* ]] 2022-12-01T10:06:38.6774283Z + [[ -n 89997 ]] 2022-12-01T10:06:38.6774753Z + [[ -z '' ]] 2022-12-01T10:06:38.6775152Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.6775525Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.6775829Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.6776126Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-12-01T10:06:38.6776379Z + pip_install --user ninja 2022-12-01T10:06:38.6776649Z + pip install --progress-bar off --user ninja 2022-12-01T10:06:39.0979380Z Collecting ninja 2022-12-01T10:06:39.1153596Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:06:39.8485821Z Installing collected packages: ninja 2022-12-01T10:06:39.8581131Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:06:39.8581662Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:06:39.8666479Z Successfully installed ninja-1.11.1 2022-12-01T10:06:39.9394678Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:06:39.9395345Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:06:39.9395959Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-12-01T10:06:39.9396209Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:06:39.9396421Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:06:39.9399535Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-12-01T10:06:39.9411279Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:39.9411575Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:39.9414897Z + cd test 2022-12-01T10:06:39.9415266Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:06:40.8815720Z PyTorch built with: 2022-12-01T10:06:40.8816118Z - GCC 4.2 2022-12-01T10:06:40.8816436Z - C++ Version: 201402 2022-12-01T10:06:40.8816663Z - clang 9.0.0 2022-12-01T10:06:40.8817292Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:40.8817724Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:40.8818030Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:40.8818306Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:06:40.8818530Z - NNPACK is enabled 2022-12-01T10:06:40.8818756Z - CPU capability usage: AVX2 2022-12-01T10:06:40.8821706Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wvla-extension -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Wunused-lambda-capture -Wunused-local-typedef -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:06:40.8823650Z 2022-12-01T10:06:41.0319830Z + cd test 2022-12-01T10:06:41.0320352Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:06:41.7516803Z ATen/Parallel: 2022-12-01T10:06:41.7517408Z at::get_num_threads() : 4 2022-12-01T10:06:41.7517754Z at::get_num_interop_threads() : 4 2022-12-01T10:06:41.7517989Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:41.7518179Z omp_get_max_threads() : 4 2022-12-01T10:06:41.7518690Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:41.7518978Z mkl_get_max_threads() : 4 2022-12-01T10:06:41.7519298Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:41.7519569Z std::thread::hardware_concurrency() : 8 2022-12-01T10:06:41.7522541Z Environment variables: 2022-12-01T10:06:41.7522928Z OMP_NUM_THREADS : [not set] 2022-12-01T10:06:41.7523228Z MKL_NUM_THREADS : [not set] 2022-12-01T10:06:41.7523514Z ATen parallel backend: OpenMP 2022-12-01T10:06:41.7523672Z 2022-12-01T10:06:41.8936043Z + [[ default == *backward* ]] 2022-12-01T10:06:41.8936308Z + [[ default == *xla* ]] 2022-12-01T10:06:41.8936652Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:06:41.8937251Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:41.8937655Z + [[ default == distributed ]] 2022-12-01T10:06:41.8937964Z + [[ default == *dynamo* ]] 2022-12-01T10:06:41.8938154Z + [[ default == *dynamo* ]] 2022-12-01T10:06:41.8938312Z + [[ 2 == 1 ]] 2022-12-01T10:06:41.8938477Z + [[ 2 == 2 ]] 2022-12-01T10:06:41.8938667Z + [[ 2 -gt 1 ]] 2022-12-01T10:06:41.8938842Z + install_torchvision 2022-12-01T10:06:41.8939007Z + local commit 2022-12-01T10:06:41.8940710Z ++ get_pinned_commit vision 2022-12-01T10:06:41.8940956Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:06:41.8971464Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:41.8971974Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:41.8972723Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.2558997Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:42.2565603Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-j5h48rcd 2022-12-01T10:06:42.2849810Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-j5h48rcd 2022-12-01T10:06:44.3047222Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:06:44.3104382Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.2520361Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.7597551Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:47.2968635Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:06:47.3045311Z [?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:47.3049084Z 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:47.3052869Z 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:47.3056982Z 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:47.3064095Z 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:47.3321382Z 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:47.3327482Z 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:47.3335994Z 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:47.3347996Z 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:47.3500725Z Building wheels for collected packages: torchvision 2022-12-01T10:07:54.7281313Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2022-12-01T10:07:54.7631862Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13983122 sha256=74f092647316e330fac09834f47f7825f143012048caf1c96522d15931204d39 2022-12-01T10:07:54.7633330Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:07:54.7676069Z Successfully built torchvision 2022-12-01T10:07:55.4587510Z Installing collected packages: torchvision 2022-12-01T10:07:56.0088179Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:07:56.1368443Z + checkout_install_torchdynamo 2022-12-01T10:07:56.1368680Z + local commit 2022-12-01T10:07:56.1371268Z ++ get_pinned_commit torchdynamo 2022-12-01T10:07:56.1371513Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:07:56.1398608Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:56.1398937Z + pushd .. 2022-12-01T10:07:56.1399185Z ~ ~/workspace 2022-12-01T10:07:56.1399463Z + git clone https://github.com/pytorch/torchdynamo 2022-12-01T10:07:56.1410000Z Cloning into 'torchdynamo'... 2022-12-01T10:07:56.3482087Z remote: Enumerating objects: 17794, done. 2022-12-01T10:07:56.3514785Z remote: Counting objects: 0% (1/17794) 2022-12-01T10:07:56.3515100Z remote: Counting objects: 1% (178/17794) 2022-12-01T10:07:56.3515363Z remote: Counting objects: 2% (356/17794) 2022-12-01T10:07:56.3515633Z remote: Counting objects: 3% (534/17794) 2022-12-01T10:07:56.3515899Z remote: Counting objects: 4% (712/17794) 2022-12-01T10:07:56.3516150Z remote: Counting objects: 5% (890/17794) 2022-12-01T10:07:56.3516419Z remote: Counting objects: 6% (1068/17794) 2022-12-01T10:07:56.3518258Z remote: Counting objects: 7% (1246/17794) 2022-12-01T10:07:56.3518601Z remote: Counting objects: 8% (1424/17794) 2022-12-01T10:07:56.3520955Z remote: Counting objects: 9% (1602/17794) 2022-12-01T10:07:56.3521313Z remote: Counting objects: 10% (1780/17794) 2022-12-01T10:07:56.3521633Z remote: Counting objects: 11% (1958/17794) 2022-12-01T10:07:56.3521964Z remote: Counting objects: 12% (2136/17794) 2022-12-01T10:07:56.3522246Z remote: Counting objects: 13% (2314/17794) 2022-12-01T10:07:56.3522760Z remote: Counting objects: 14% (2492/17794) 2022-12-01T10:07:56.3523060Z remote: Counting objects: 15% (2670/17794) 2022-12-01T10:07:56.3523366Z remote: Counting objects: 16% (2848/17794) 2022-12-01T10:07:56.3523655Z remote: Counting objects: 17% (3025/17794) 2022-12-01T10:07:56.3523906Z remote: Counting objects: 18% (3203/17794) 2022-12-01T10:07:56.3524227Z remote: Counting objects: 19% (3381/17794) 2022-12-01T10:07:56.3524498Z remote: Counting objects: 20% (3559/17794) 2022-12-01T10:07:56.3535816Z remote: Counting objects: 21% (3737/17794) 2022-12-01T10:07:56.3536299Z remote: Counting objects: 22% (3915/17794) 2022-12-01T10:07:56.3536781Z remote: Counting objects: 23% (4093/17794) 2022-12-01T10:07:56.3537052Z remote: Counting objects: 24% (4271/17794) 2022-12-01T10:07:56.3537375Z remote: Counting objects: 25% (4449/17794) 2022-12-01T10:07:56.3537849Z remote: Counting objects: 26% (4627/17794) 2022-12-01T10:07:56.3538368Z remote: Counting objects: 27% (4805/17794) 2022-12-01T10:07:56.3538642Z remote: Counting objects: 28% (4983/17794) 2022-12-01T10:07:56.3539035Z remote: Counting objects: 29% (5161/17794) 2022-12-01T10:07:56.3539469Z remote: Counting objects: 30% (5339/17794) 2022-12-01T10:07:56.3539951Z remote: Counting objects: 31% (5517/17794) 2022-12-01T10:07:56.3540391Z remote: Counting objects: 32% (5695/17794) 2022-12-01T10:07:56.3540845Z remote: Counting objects: 33% (5873/17794) 2022-12-01T10:07:56.3541302Z remote: Counting objects: 34% (6050/17794) 2022-12-01T10:07:56.3541671Z remote: Counting objects: 35% (6228/17794) 2022-12-01T10:07:56.3541941Z remote: Counting objects: 36% (6406/17794) 2022-12-01T10:07:56.3542191Z remote: Counting objects: 37% (6584/17794) 2022-12-01T10:07:56.3542616Z remote: Counting objects: 38% (6762/17794) 2022-12-01T10:07:56.3542900Z remote: Counting objects: 39% (6940/17794) 2022-12-01T10:07:56.3543198Z remote: Counting objects: 40% (7118/17794) 2022-12-01T10:07:56.3543554Z remote: Counting objects: 41% (7296/17794) 2022-12-01T10:07:56.3543830Z remote: Counting objects: 42% (7474/17794) 2022-12-01T10:07:56.3544096Z remote: Counting objects: 43% (7652/17794) 2022-12-01T10:07:56.3575897Z remote: Counting objects: 44% (7830/17794) 2022-12-01T10:07:56.3576394Z remote: Counting objects: 45% (8008/17794) 2022-12-01T10:07:56.3576900Z remote: Counting objects: 46% (8186/17794) 2022-12-01T10:07:56.3577339Z remote: Counting objects: 47% (8364/17794) 2022-12-01T10:07:56.3577669Z remote: Counting objects: 48% (8542/17794) 2022-12-01T10:07:56.3578064Z remote: Counting objects: 49% (8720/17794) 2022-12-01T10:07:56.3578561Z remote: Counting objects: 50% (8897/17794) 2022-12-01T10:07:56.3579011Z remote: Counting objects: 51% (9075/17794) 2022-12-01T10:07:56.3579329Z remote: Counting objects: 52% (9253/17794) 2022-12-01T10:07:56.3580079Z remote: Counting objects: 53% (9431/17794) 2022-12-01T10:07:56.3580561Z remote: Counting objects: 54% (9609/17794) 2022-12-01T10:07:56.3581005Z remote: Counting objects: 55% (9787/17794) 2022-12-01T10:07:56.3581503Z remote: Counting objects: 56% (9965/17794) 2022-12-01T10:07:56.3582016Z remote: Counting objects: 57% (10143/17794) 2022-12-01T10:07:56.3582376Z remote: Counting objects: 58% (10321/17794) 2022-12-01T10:07:56.3582645Z remote: Counting objects: 59% (10499/17794) 2022-12-01T10:07:56.3582915Z remote: Counting objects: 60% (10677/17794) 2022-12-01T10:07:56.3583170Z remote: Counting objects: 61% (10855/17794) 2022-12-01T10:07:56.3583433Z remote: Counting objects: 62% (11033/17794) 2022-12-01T10:07:56.3583739Z remote: Counting objects: 63% (11211/17794) 2022-12-01T10:07:56.3584064Z remote: Counting objects: 64% (11389/17794) 2022-12-01T10:07:56.3584424Z remote: Counting objects: 65% (11567/17794) 2022-12-01T10:07:56.3584694Z remote: Counting objects: 66% (11745/17794) 2022-12-01T10:07:56.3584944Z remote: Counting objects: 67% (11922/17794) 2022-12-01T10:07:56.3585304Z remote: Counting objects: 68% (12100/17794) 2022-12-01T10:07:56.3585570Z remote: Counting objects: 69% (12278/17794) 2022-12-01T10:07:56.3585882Z remote: Counting objects: 70% (12456/17794) 2022-12-01T10:07:56.3586265Z remote: Counting objects: 71% (12634/17794) 2022-12-01T10:07:56.3586552Z remote: Counting objects: 72% (12812/17794) 2022-12-01T10:07:56.3586839Z remote: Counting objects: 73% (12990/17794) 2022-12-01T10:07:56.3587109Z remote: Counting objects: 74% (13168/17794) 2022-12-01T10:07:56.3587373Z remote: Counting objects: 75% (13346/17794) 2022-12-01T10:07:56.3587636Z remote: Counting objects: 76% (13524/17794) 2022-12-01T10:07:56.3587889Z remote: Counting objects: 77% (13702/17794) 2022-12-01T10:07:56.3588153Z remote: Counting objects: 78% (13880/17794) 2022-12-01T10:07:56.3588462Z remote: Counting objects: 79% (14058/17794) 2022-12-01T10:07:56.3588845Z remote: Counting objects: 80% (14236/17794) 2022-12-01T10:07:56.3589199Z remote: Counting objects: 81% (14414/17794) 2022-12-01T10:07:56.3589616Z remote: Counting objects: 82% (14592/17794) 2022-12-01T10:07:56.3589936Z remote: Counting objects: 83% (14770/17794) 2022-12-01T10:07:56.3590187Z remote: Counting objects: 84% (14947/17794) 2022-12-01T10:07:56.3590507Z remote: Counting objects: 85% (15125/17794) 2022-12-01T10:07:56.3590772Z remote: Counting objects: 86% (15303/17794) 2022-12-01T10:07:56.3591021Z remote: Counting objects: 87% (15481/17794) 2022-12-01T10:07:56.3591282Z remote: Counting objects: 88% (15659/17794) 2022-12-01T10:07:56.3591614Z remote: Counting objects: 89% (15837/17794) 2022-12-01T10:07:56.3591872Z remote: Counting objects: 90% (16015/17794) 2022-12-01T10:07:56.3592135Z remote: Counting objects: 91% (16193/17794) 2022-12-01T10:07:56.3592397Z remote: Counting objects: 92% (16371/17794) 2022-12-01T10:07:56.3592670Z remote: Counting objects: 93% (16549/17794) 2022-12-01T10:07:56.3592923Z remote: Counting objects: 94% (16727/17794) 2022-12-01T10:07:56.3593188Z remote: Counting objects: 95% (16905/17794) 2022-12-01T10:07:56.3593452Z remote: Counting objects: 96% (17083/17794) 2022-12-01T10:07:56.3593702Z remote: Counting objects: 97% (17261/17794) 2022-12-01T10:07:56.3593971Z remote: Counting objects: 98% (17439/17794) 2022-12-01T10:07:56.3594235Z remote: Counting objects: 99% (17617/17794) 2022-12-01T10:07:56.3594484Z remote: Counting objects: 100% (17794/17794) 2022-12-01T10:07:56.3594762Z remote: Counting objects: 100% (17794/17794), done. 2022-12-01T10:07:56.3601660Z remote: Compressing objects: 0% (1/4051) 2022-12-01T10:07:56.3663857Z remote: Compressing objects: 1% (41/4051) 2022-12-01T10:07:56.3724980Z remote: Compressing objects: 2% (82/4051) 2022-12-01T10:07:56.3830501Z remote: Compressing objects: 3% (122/4051) 2022-12-01T10:07:56.3913944Z remote: Compressing objects: 4% (163/4051) 2022-12-01T10:07:56.4055856Z remote: Compressing objects: 5% (203/4051) 2022-12-01T10:07:56.4180188Z remote: Compressing objects: 6% (244/4051) 2022-12-01T10:07:56.4219409Z remote: Compressing objects: 7% (284/4051) 2022-12-01T10:07:56.4289095Z remote: Compressing objects: 8% (325/4051) 2022-12-01T10:07:56.4289382Z remote: Compressing objects: 9% (365/4051) 2022-12-01T10:07:56.4365091Z remote: Compressing objects: 10% (406/4051) 2022-12-01T10:07:56.5264996Z remote: Compressing objects: 11% (446/4051) 2022-12-01T10:07:56.5430636Z remote: Compressing objects: 12% (487/4051) 2022-12-01T10:07:56.5431258Z remote: Compressing objects: 13% (527/4051) 2022-12-01T10:07:56.5431777Z remote: Compressing objects: 14% (568/4051) 2022-12-01T10:07:56.5432185Z remote: Compressing objects: 15% (608/4051) 2022-12-01T10:07:56.5435466Z remote: Compressing objects: 16% (649/4051) 2022-12-01T10:07:56.5435911Z remote: Compressing objects: 17% (689/4051) 2022-12-01T10:07:56.5442841Z remote: Compressing objects: 18% (730/4051) 2022-12-01T10:07:56.5443457Z remote: Compressing objects: 19% (770/4051) 2022-12-01T10:07:56.5446189Z remote: Compressing objects: 20% (811/4051) 2022-12-01T10:07:56.5446725Z remote: Compressing objects: 21% (851/4051) 2022-12-01T10:07:56.5447069Z remote: Compressing objects: 22% (892/4051) 2022-12-01T10:07:56.5447340Z remote: Compressing objects: 23% (932/4051) 2022-12-01T10:07:56.5463376Z remote: Compressing objects: 24% (973/4051) 2022-12-01T10:07:56.5480594Z remote: Compressing objects: 25% (1013/4051) 2022-12-01T10:07:56.5481052Z remote: Compressing objects: 26% (1054/4051) 2022-12-01T10:07:56.5481339Z remote: Compressing objects: 27% (1094/4051) 2022-12-01T10:07:56.5481621Z remote: Compressing objects: 28% (1135/4051) 2022-12-01T10:07:56.5485389Z remote: Compressing objects: 29% (1175/4051) 2022-12-01T10:07:56.5491002Z remote: Compressing objects: 30% (1216/4051) 2022-12-01T10:07:56.5491544Z remote: Compressing objects: 31% (1256/4051) 2022-12-01T10:07:56.5491988Z remote: Compressing objects: 32% (1297/4051) 2022-12-01T10:07:56.5492254Z remote: Compressing objects: 33% (1337/4051) 2022-12-01T10:07:56.5492526Z remote: Compressing objects: 34% (1378/4051) 2022-12-01T10:07:56.5499948Z remote: Compressing objects: 35% (1418/4051) 2022-12-01T10:07:56.5500459Z remote: Compressing objects: 36% (1459/4051) 2022-12-01T10:07:56.5500779Z remote: Compressing objects: 37% (1499/4051) 2022-12-01T10:07:56.5501055Z remote: Compressing objects: 38% (1540/4051) 2022-12-01T10:07:56.5505564Z remote: Compressing objects: 39% (1580/4051) 2022-12-01T10:07:56.5505886Z remote: Compressing objects: 40% (1621/4051) 2022-12-01T10:07:56.5506226Z remote: Compressing objects: 41% (1661/4051) 2022-12-01T10:07:56.5506504Z remote: Compressing objects: 42% (1702/4051) 2022-12-01T10:07:56.5506764Z remote: Compressing objects: 43% (1742/4051) 2022-12-01T10:07:56.5507043Z remote: Compressing objects: 44% (1783/4051) 2022-12-01T10:07:56.5507322Z remote: Compressing objects: 45% (1823/4051) 2022-12-01T10:07:56.5507583Z remote: Compressing objects: 46% (1864/4051) 2022-12-01T10:07:56.5507858Z remote: Compressing objects: 47% (1904/4051) 2022-12-01T10:07:56.5508130Z remote: Compressing objects: 48% (1945/4051) 2022-12-01T10:07:56.5508391Z remote: Compressing objects: 49% (1985/4051) 2022-12-01T10:07:56.5508932Z remote: Compressing objects: 50% (2026/4051) 2022-12-01T10:07:56.5517691Z remote: Compressing objects: 51% (2067/4051) 2022-12-01T10:07:56.5521923Z remote: Compressing objects: 52% (2107/4051) 2022-12-01T10:07:56.5522197Z remote: Compressing objects: 53% (2148/4051) 2022-12-01T10:07:56.5524012Z remote: Compressing objects: 54% (2188/4051) 2022-12-01T10:07:56.5524507Z remote: Compressing objects: 55% (2229/4051) 2022-12-01T10:07:56.5525025Z remote: Compressing objects: 56% (2269/4051) 2022-12-01T10:07:56.5528770Z remote: Compressing objects: 57% (2310/4051) 2022-12-01T10:07:56.5529144Z remote: Compressing objects: 58% (2350/4051) 2022-12-01T10:07:56.5535547Z remote: Compressing objects: 59% (2391/4051) 2022-12-01T10:07:56.5536025Z remote: Compressing objects: 60% (2431/4051) 2022-12-01T10:07:56.5536547Z remote: Compressing objects: 61% (2472/4051) 2022-12-01T10:07:56.5536988Z remote: Compressing objects: 62% (2512/4051) 2022-12-01T10:07:56.5537441Z remote: Compressing objects: 63% (2553/4051) 2022-12-01T10:07:56.5537923Z remote: Compressing objects: 64% (2593/4051) 2022-12-01T10:07:56.5538376Z remote: Compressing objects: 65% (2634/4051) 2022-12-01T10:07:56.5538843Z remote: Compressing objects: 66% (2674/4051) 2022-12-01T10:07:56.5539284Z remote: Compressing objects: 67% (2715/4051) 2022-12-01T10:07:56.5539802Z remote: Compressing objects: 68% (2755/4051) 2022-12-01T10:07:56.5540213Z remote: Compressing objects: 69% (2796/4051) 2022-12-01T10:07:56.5540482Z remote: Compressing objects: 70% (2836/4051) 2022-12-01T10:07:56.5540753Z remote: Compressing objects: 71% (2877/4051) 2022-12-01T10:07:56.5541192Z remote: Compressing objects: 72% (2917/4051) 2022-12-01T10:07:56.5541457Z remote: Compressing objects: 73% (2958/4051) 2022-12-01T10:07:56.5541728Z remote: Compressing objects: 74% (2998/4051) 2022-12-01T10:07:56.5542001Z remote: Compressing objects: 75% (3039/4051) 2022-12-01T10:07:56.5542273Z remote: Compressing objects: 76% (3079/4051) 2022-12-01T10:07:56.5542533Z remote: Compressing objects: 77% (3120/4051) 2022-12-01T10:07:56.5542803Z remote: Compressing objects: 78% (3160/4051) 2022-12-01T10:07:56.5543076Z remote: Compressing objects: 79% (3201/4051) 2022-12-01T10:07:56.5543335Z remote: Compressing objects: 80% (3241/4051) 2022-12-01T10:07:56.5543603Z remote: Compressing objects: 81% (3282/4051) 2022-12-01T10:07:56.5543874Z remote: Compressing objects: 82% (3322/4051) 2022-12-01T10:07:56.5544133Z remote: Compressing objects: 83% (3363/4051) 2022-12-01T10:07:56.5544432Z remote: Compressing objects: 84% (3403/4051) 2022-12-01T10:07:56.5550521Z remote: Compressing objects: 85% (3444/4051) 2022-12-01T10:07:56.5550948Z remote: Compressing objects: 86% (3484/4051) 2022-12-01T10:07:56.5551449Z remote: Compressing objects: 87% (3525/4051) 2022-12-01T10:07:56.5552005Z remote: Compressing objects: 88% (3565/4051) 2022-12-01T10:07:56.5552281Z remote: Compressing objects: 89% (3606/4051) 2022-12-01T10:07:56.5552542Z remote: Compressing objects: 90% (3646/4051) 2022-12-01T10:07:56.5552815Z remote: Compressing objects: 91% (3687/4051) 2022-12-01T10:07:56.5553087Z remote: Compressing objects: 92% (3727/4051) 2022-12-01T10:07:56.5553347Z remote: Compressing objects: 93% (3768/4051) 2022-12-01T10:07:56.5553617Z remote: Compressing objects: 94% (3808/4051) 2022-12-01T10:07:56.5553892Z remote: Compressing objects: 95% (3849/4051) 2022-12-01T10:07:56.5554157Z remote: Compressing objects: 96% (3889/4051) 2022-12-01T10:07:56.5554454Z remote: Compressing objects: 97% (3930/4051) 2022-12-01T10:07:56.5554728Z remote: Compressing objects: 98% (3970/4051) 2022-12-01T10:07:56.5554988Z remote: Compressing objects: 99% (4011/4051) 2022-12-01T10:07:56.5555362Z remote: Compressing objects: 100% (4051/4051) 2022-12-01T10:07:56.5555823Z remote: Compressing objects: 100% (4051/4051), done. 2022-12-01T10:07:56.5590734Z Receiving objects: 0% (1/17794) 2022-12-01T10:07:56.5608723Z Receiving objects: 1% (178/17794) 2022-12-01T10:07:56.5628339Z Receiving objects: 2% (356/17794) 2022-12-01T10:07:56.5659416Z Receiving objects: 3% (534/17794) 2022-12-01T10:07:56.5678841Z Receiving objects: 4% (712/17794) 2022-12-01T10:07:56.5699322Z Receiving objects: 5% (890/17794) 2022-12-01T10:07:56.5720056Z Receiving objects: 6% (1068/17794) 2022-12-01T10:07:56.5740519Z Receiving objects: 7% (1246/17794) 2022-12-01T10:07:56.5758539Z Receiving objects: 8% (1424/17794) 2022-12-01T10:07:56.5777052Z Receiving objects: 9% (1602/17794) 2022-12-01T10:07:56.5790907Z Receiving objects: 10% (1780/17794) 2022-12-01T10:07:56.5806922Z Receiving objects: 11% (1958/17794) 2022-12-01T10:07:56.5826844Z Receiving objects: 12% (2136/17794) 2022-12-01T10:07:56.5848439Z Receiving objects: 13% (2314/17794) 2022-12-01T10:07:56.5873092Z Receiving objects: 14% (2492/17794) 2022-12-01T10:07:56.5888624Z Receiving objects: 15% (2670/17794) 2022-12-01T10:07:56.5907159Z Receiving objects: 16% (2848/17794) 2022-12-01T10:07:56.5912299Z Receiving objects: 17% (3025/17794) 2022-12-01T10:07:56.5915388Z Receiving objects: 18% (3203/17794) 2022-12-01T10:07:56.5919151Z Receiving objects: 19% (3381/17794) 2022-12-01T10:07:56.5921439Z Receiving objects: 20% (3559/17794) 2022-12-01T10:07:56.5924184Z Receiving objects: 21% (3737/17794) 2022-12-01T10:07:56.5927397Z Receiving objects: 22% (3915/17794) 2022-12-01T10:07:56.5930399Z Receiving objects: 23% (4093/17794) 2022-12-01T10:07:56.5933270Z Receiving objects: 24% (4271/17794) 2022-12-01T10:07:56.5936396Z Receiving objects: 25% (4449/17794) 2022-12-01T10:07:56.5939450Z Receiving objects: 26% (4627/17794) 2022-12-01T10:07:56.5942568Z Receiving objects: 27% (4805/17794) 2022-12-01T10:07:56.5945747Z Receiving objects: 28% (4983/17794) 2022-12-01T10:07:56.5948773Z Receiving objects: 29% (5161/17794) 2022-12-01T10:07:56.5951996Z Receiving objects: 30% (5339/17794) 2022-12-01T10:07:56.5954362Z Receiving objects: 31% (5517/17794) 2022-12-01T10:07:56.5956791Z Receiving objects: 32% (5695/17794) 2022-12-01T10:07:56.5959411Z Receiving objects: 33% (5873/17794) 2022-12-01T10:07:56.5961870Z Receiving objects: 34% (6050/17794) 2022-12-01T10:07:56.5963950Z Receiving objects: 35% (6228/17794) 2022-12-01T10:07:56.5966117Z Receiving objects: 36% (6406/17794) 2022-12-01T10:07:56.5968477Z Receiving objects: 37% (6584/17794) 2022-12-01T10:07:56.5970345Z Receiving objects: 38% (6762/17794) 2022-12-01T10:07:56.5972440Z Receiving objects: 39% (6940/17794) 2022-12-01T10:07:56.5974932Z Receiving objects: 40% (7118/17794) 2022-12-01T10:07:56.5977490Z Receiving objects: 41% (7296/17794) 2022-12-01T10:07:56.5979446Z Receiving objects: 42% (7474/17794) 2022-12-01T10:07:56.5981584Z Receiving objects: 43% (7652/17794) 2022-12-01T10:07:56.5985301Z Receiving objects: 44% (7830/17794) 2022-12-01T10:07:56.5986922Z Receiving objects: 45% (8008/17794) 2022-12-01T10:07:56.5989558Z Receiving objects: 46% (8186/17794) 2022-12-01T10:07:56.5991365Z Receiving objects: 47% (8364/17794) 2022-12-01T10:07:56.5994611Z Receiving objects: 48% (8542/17794) 2022-12-01T10:07:56.5997674Z Receiving objects: 49% (8720/17794) 2022-12-01T10:07:56.6001346Z Receiving objects: 50% (8897/17794) 2022-12-01T10:07:56.6003010Z Receiving objects: 51% (9075/17794) 2022-12-01T10:07:56.6005157Z Receiving objects: 52% (9253/17794) 2022-12-01T10:07:56.6007802Z Receiving objects: 53% (9431/17794) 2022-12-01T10:07:56.6009424Z Receiving objects: 54% (9609/17794) 2022-12-01T10:07:56.6011684Z Receiving objects: 55% (9787/17794) 2022-12-01T10:07:56.6014110Z Receiving objects: 56% (9965/17794) 2022-12-01T10:07:56.6017399Z Receiving objects: 57% (10143/17794) 2022-12-01T10:07:56.6024343Z Receiving objects: 58% (10321/17794) 2022-12-01T10:07:56.6028955Z Receiving objects: 59% (10499/17794) 2022-12-01T10:07:56.6041861Z Receiving objects: 60% (10677/17794) 2022-12-01T10:07:56.6122308Z Receiving objects: 61% (10855/17794) 2022-12-01T10:07:56.6309450Z Receiving objects: 62% (11033/17794) 2022-12-01T10:07:56.6415310Z Receiving objects: 63% (11211/17794) 2022-12-01T10:07:56.6457602Z Receiving objects: 64% (11389/17794) 2022-12-01T10:07:56.6487564Z Receiving objects: 65% (11567/17794) 2022-12-01T10:07:56.6510119Z Receiving objects: 66% (11745/17794) 2022-12-01T10:07:56.6549159Z Receiving objects: 67% (11922/17794) 2022-12-01T10:07:56.6580819Z Receiving objects: 68% (12100/17794) 2022-12-01T10:07:56.6600137Z Receiving objects: 69% (12278/17794) 2022-12-01T10:07:56.6639163Z Receiving objects: 70% (12456/17794) 2022-12-01T10:07:56.6665669Z Receiving objects: 71% (12634/17794) 2022-12-01T10:07:56.6692849Z Receiving objects: 72% (12812/17794) 2022-12-01T10:07:56.6716072Z Receiving objects: 73% (12990/17794) 2022-12-01T10:07:56.6746737Z Receiving objects: 74% (13168/17794) 2022-12-01T10:07:56.6769839Z Receiving objects: 75% (13346/17794) 2022-12-01T10:07:56.6795527Z Receiving objects: 76% (13524/17794) 2022-12-01T10:07:56.6815400Z Receiving objects: 77% (13702/17794) 2022-12-01T10:07:56.6826538Z Receiving objects: 78% (13880/17794) 2022-12-01T10:07:56.6842335Z Receiving objects: 79% (14058/17794) 2022-12-01T10:07:56.6938790Z Receiving objects: 80% (14236/17794) 2022-12-01T10:07:56.6949861Z Receiving objects: 81% (14414/17794) 2022-12-01T10:07:56.6968775Z Receiving objects: 82% (14592/17794) 2022-12-01T10:07:56.6986328Z Receiving objects: 83% (14770/17794) 2022-12-01T10:07:56.6995941Z Receiving objects: 84% (14947/17794) 2022-12-01T10:07:56.7004501Z Receiving objects: 85% (15125/17794) 2022-12-01T10:07:56.7011186Z Receiving objects: 86% (15303/17794) 2022-12-01T10:07:56.7021499Z Receiving objects: 87% (15481/17794) 2022-12-01T10:07:56.7028321Z Receiving objects: 88% (15659/17794) 2022-12-01T10:07:56.7037376Z Receiving objects: 89% (15837/17794) 2022-12-01T10:07:56.7046896Z Receiving objects: 90% (16015/17794) 2022-12-01T10:07:56.7061180Z Receiving objects: 91% (16193/17794) 2022-12-01T10:07:56.7072234Z Receiving objects: 92% (16371/17794) 2022-12-01T10:07:56.7076264Z Receiving objects: 93% (16549/17794) 2022-12-01T10:07:56.7084396Z Receiving objects: 94% (16727/17794) 2022-12-01T10:07:56.7097845Z Receiving objects: 95% (16905/17794) 2022-12-01T10:07:56.7108106Z Receiving objects: 96% (17083/17794) 2022-12-01T10:07:56.7118238Z Receiving objects: 97% (17261/17794) 2022-12-01T10:07:56.7144179Z Receiving objects: 98% (17439/17794) 2022-12-01T10:07:56.7206306Z Receiving objects: 99% (17617/17794) 2022-12-01T10:07:56.7207058Z remote: Total 17794 (delta 13830), reused 17467 (delta 13656), pack-reused 0 2022-12-01T10:07:56.7225268Z Receiving objects: 100% (17794/17794) 2022-12-01T10:07:56.7225721Z Receiving objects: 100% (17794/17794), 6.77 MiB | 41.04 MiB/s, done. 2022-12-01T10:07:56.7259448Z Resolving deltas: 0% (0/13830) 2022-12-01T10:07:56.7270721Z Resolving deltas: 1% (156/13830) 2022-12-01T10:07:56.7286016Z Resolving deltas: 2% (293/13830) 2022-12-01T10:07:56.7293450Z Resolving deltas: 3% (469/13830) 2022-12-01T10:07:56.7303423Z Resolving deltas: 4% (560/13830) 2022-12-01T10:07:56.7317913Z Resolving deltas: 5% (693/13830) 2022-12-01T10:07:56.7321604Z Resolving deltas: 6% (917/13830) 2022-12-01T10:07:56.7341827Z Resolving deltas: 7% (970/13830) 2022-12-01T10:07:56.7346237Z Resolving deltas: 8% (1231/13830) 2022-12-01T10:07:56.7354809Z Resolving deltas: 9% (1285/13830) 2022-12-01T10:07:56.7363898Z Resolving deltas: 10% (1401/13830) 2022-12-01T10:07:56.7381383Z Resolving deltas: 11% (1524/13830) 2022-12-01T10:07:56.7388008Z Resolving deltas: 12% (1737/13830) 2022-12-01T10:07:56.7398533Z Resolving deltas: 13% (1826/13830) 2022-12-01T10:07:56.7411645Z Resolving deltas: 14% (1955/13830) 2022-12-01T10:07:56.7426908Z Resolving deltas: 15% (2130/13830) 2022-12-01T10:07:56.7435270Z Resolving deltas: 16% (2320/13830) 2022-12-01T10:07:56.7445782Z Resolving deltas: 17% (2429/13830) 2022-12-01T10:07:56.7453468Z Resolving deltas: 18% (2560/13830) 2022-12-01T10:07:56.7464670Z Resolving deltas: 19% (2666/13830) 2022-12-01T10:07:56.7474607Z Resolving deltas: 20% (2812/13830) 2022-12-01T10:07:56.7493433Z Resolving deltas: 21% (2930/13830) 2022-12-01T10:07:56.7497964Z Resolving deltas: 22% (3170/13830) 2022-12-01T10:07:56.7510878Z Resolving deltas: 23% (3227/13830) 2022-12-01T10:07:56.7518357Z Resolving deltas: 24% (3406/13830) 2022-12-01T10:07:56.7525508Z Resolving deltas: 25% (3503/13830) 2022-12-01T10:07:56.7535048Z Resolving deltas: 26% (3613/13830) 2022-12-01T10:07:56.7544942Z Resolving deltas: 27% (3746/13830) 2022-12-01T10:07:56.7554805Z Resolving deltas: 28% (3885/13830) 2022-12-01T10:07:56.7592683Z Resolving deltas: 29% (4031/13830) 2022-12-01T10:07:56.7601826Z Resolving deltas: 32% (4514/13830) 2022-12-01T10:07:56.7607718Z Resolving deltas: 33% (4631/13830) 2022-12-01T10:07:56.7628307Z Resolving deltas: 34% (4705/13830) 2022-12-01T10:07:56.7630763Z Resolving deltas: 35% (4962/13830) 2022-12-01T10:07:56.7644163Z Resolving deltas: 36% (4995/13830) 2022-12-01T10:07:56.7653705Z Resolving deltas: 37% (5159/13830) 2022-12-01T10:07:56.7673751Z Resolving deltas: 38% (5280/13830) 2022-12-01T10:07:56.7692808Z Resolving deltas: 40% (5536/13830) 2022-12-01T10:07:56.7696447Z Resolving deltas: 41% (5775/13830) 2022-12-01T10:07:56.7715412Z Resolving deltas: 42% (5822/13830) 2022-12-01T10:07:56.7724766Z Resolving deltas: 44% (6102/13830) 2022-12-01T10:07:56.7746330Z Resolving deltas: 45% (6231/13830) 2022-12-01T10:07:56.7750577Z Resolving deltas: 46% (6448/13830) 2022-12-01T10:07:56.7759500Z Resolving deltas: 47% (6506/13830) 2022-12-01T10:07:56.7770367Z Resolving deltas: 48% (6639/13830) 2022-12-01T10:07:56.7781019Z Resolving deltas: 49% (6800/13830) 2022-12-01T10:07:56.7790574Z Resolving deltas: 50% (6931/13830) 2022-12-01T10:07:56.7801693Z Resolving deltas: 51% (7061/13830) 2022-12-01T10:07:56.7817924Z Resolving deltas: 52% (7201/13830) 2022-12-01T10:07:56.7838294Z Resolving deltas: 53% (7349/13830) 2022-12-01T10:07:56.7854757Z Resolving deltas: 54% (7518/13830) 2022-12-01T10:07:56.7882930Z Resolving deltas: 55% (7608/13830) 2022-12-01T10:07:56.7929241Z Resolving deltas: 56% (7746/13830) 2022-12-01T10:07:56.7954264Z Resolving deltas: 57% (7894/13830) 2022-12-01T10:07:56.7990506Z Resolving deltas: 58% (8026/13830) 2022-12-01T10:07:56.8149077Z Resolving deltas: 59% (8167/13830) 2022-12-01T10:07:56.8164545Z Resolving deltas: 61% (8524/13830) 2022-12-01T10:07:56.8182722Z Resolving deltas: 62% (8600/13830) 2022-12-01T10:07:56.8201956Z Resolving deltas: 63% (8728/13830) 2022-12-01T10:07:56.8230762Z Resolving deltas: 64% (8884/13830) 2022-12-01T10:07:56.8322767Z Resolving deltas: 65% (9002/13830) 2022-12-01T10:07:56.8337102Z Resolving deltas: 67% (9351/13830) 2022-12-01T10:07:56.8376507Z Resolving deltas: 68% (9417/13830) 2022-12-01T10:07:56.8389812Z Resolving deltas: 69% (9583/13830) 2022-12-01T10:07:56.8503309Z Resolving deltas: 70% (9682/13830) 2022-12-01T10:07:56.8543817Z Resolving deltas: 72% (10014/13830) 2022-12-01T10:07:56.8573670Z Resolving deltas: 73% (10161/13830) 2022-12-01T10:07:56.8608788Z Resolving deltas: 74% (10240/13830) 2022-12-01T10:07:56.8707898Z Resolving deltas: 75% (10390/13830) 2022-12-01T10:07:56.8755961Z Resolving deltas: 77% (10756/13830) 2022-12-01T10:07:56.8799931Z Resolving deltas: 78% (10918/13830) 2022-12-01T10:07:56.8825668Z Resolving deltas: 79% (11019/13830) 2022-12-01T10:07:56.8844209Z Resolving deltas: 80% (11108/13830) 2022-12-01T10:07:56.8860984Z Resolving deltas: 81% (11212/13830) 2022-12-01T10:07:56.8889869Z Resolving deltas: 82% (11358/13830) 2022-12-01T10:07:56.9009750Z Resolving deltas: 83% (11507/13830) 2022-12-01T10:07:56.9034793Z Resolving deltas: 84% (11694/13830) 2022-12-01T10:07:56.9258250Z Resolving deltas: 85% (11759/13830) 2022-12-01T10:07:56.9289944Z Resolving deltas: 87% (12101/13830) 2022-12-01T10:07:56.9313697Z Resolving deltas: 88% (12203/13830) 2022-12-01T10:07:56.9369143Z Resolving deltas: 89% (12312/13830) 2022-12-01T10:07:56.9399945Z Resolving deltas: 90% (12453/13830) 2022-12-01T10:07:56.9439569Z Resolving deltas: 91% (12594/13830) 2022-12-01T10:07:56.9485797Z Resolving deltas: 92% (12743/13830) 2022-12-01T10:07:56.9498313Z Resolving deltas: 93% (12934/13830) 2022-12-01T10:07:56.9518338Z Resolving deltas: 94% (13016/13830) 2022-12-01T10:07:56.9554195Z Resolving deltas: 95% (13146/13830) 2022-12-01T10:07:56.9586244Z Resolving deltas: 96% (13284/13830) 2022-12-01T10:07:56.9603667Z Resolving deltas: 97% (13418/13830) 2022-12-01T10:07:56.9622410Z Resolving deltas: 98% (13574/13830) 2022-12-01T10:07:56.9684199Z Resolving deltas: 99% (13693/13830) 2022-12-01T10:07:56.9684481Z Resolving deltas: 100% (13830/13830) 2022-12-01T10:07:56.9684712Z Resolving deltas: 100% (13830/13830), done. 2022-12-01T10:07:57.0177216Z + pushd torchdynamo 2022-12-01T10:07:57.0177443Z ~/torchdynamo ~ ~/workspace 2022-12-01T10:07:57.0177745Z + git checkout 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:57.0559894Z Note: checking out '6ead5cae0d1234aa64db06fe230ef56e12ec76fe'. 2022-12-01T10:07:57.0560229Z 2022-12-01T10:07:57.0560637Z You are in 'detached HEAD' state. You can look around, make experimental 2022-12-01T10:07:57.0561091Z changes and commit them, and you can discard any commits you make in this 2022-12-01T10:07:57.0561403Z state without impacting any branches by performing another checkout. 2022-12-01T10:07:57.0561575Z 2022-12-01T10:07:57.0561711Z If you want to create a new branch to retain commits you create, you may 2022-12-01T10:07:57.0562066Z do so (now or later) by using -b with the checkout command again. Example: 2022-12-01T10:07:57.0562241Z 2022-12-01T10:07:57.0562378Z git checkout -b 2022-12-01T10:07:57.0562511Z 2022-12-01T10:07:57.0562671Z HEAD is now at 6ead5cae Add a upload_tar functionality for inductor debug trace (#1321) 2022-12-01T10:07:57.0565118Z + python setup.py develop 2022-12-01T10:07:58.1743658Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:58.2123066Z running develop 2022-12-01T10:07:58.2146977Z /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:07:58.2147773Z EasyInstallDeprecationWarning, 2022-12-01T10:07:58.2231624Z /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:07:58.2232450Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:07:58.2991485Z running egg_info 2022-12-01T10:07:58.2992084Z creating torchdynamo.egg-info 2022-12-01T10:07:58.3041490Z writing torchdynamo.egg-info/PKG-INFO 2022-12-01T10:07:58.3044382Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-12-01T10:07:58.3046330Z writing requirements to torchdynamo.egg-info/requires.txt 2022-12-01T10:07:58.3047377Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-12-01T10:07:58.3048296Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:07:58.3185181Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:07:58.3186206Z adding license file 'LICENSE' 2022-12-01T10:07:58.3199359Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:07:58.3199962Z running build_ext 2022-12-01T10:07:58.3213680Z building 'torchdynamo._eval_frame' extension 2022-12-01T10:07:58.3214802Z creating build 2022-12-01T10:07:58.3215684Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T10:07:58.3216079Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-12-01T10:07:58.3217285Z 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:07:58.5683520Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:07:58.5683860Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-12-01T10:07:58.5684781Z 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:07:58.5974130Z building 'torchdynamo._guards' extension 2022-12-01T10:07:58.5975480Z 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:07:59.6400488Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:07:59.6411045Z 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:07:59.9033484Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:07:59.9034699Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:07:59.9102124Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-12-01T10:07:59.9107828Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-12-01T10:07:59.9123015Z 2022-12-01T10:07:59.9123182Z Installed /var/lib/jenkins/torchdynamo 2022-12-01T10:07:59.9143923Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:07:59.9196574Z Searching for tabulate 2022-12-01T10:07:59.9197925Z Reading https://pypi.org/simple/tabulate/ 2022-12-01T10:07:59.9435380Z /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:07:59.9435798Z PkgResourcesDeprecationWarning, 2022-12-01T10:07:59.9787417Z Downloading https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl#sha256=024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f 2022-12-01T10:07:59.9976834Z Best match: tabulate 0.9.0 2022-12-01T10:07:59.9977461Z Processing tabulate-0.9.0-py3-none-any.whl 2022-12-01T10:08:00.0018907Z Installing tabulate-0.9.0-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0290066Z Adding tabulate 0.9.0 to easy-install.pth file 2022-12-01T10:08:00.0302927Z Installing tabulate script to /opt/conda/bin 2022-12-01T10:08:00.0304182Z 2022-12-01T10:08:00.0304530Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.9.0-py3.7.egg 2022-12-01T10:08:00.0390372Z Searching for sympy==1.10.1 2022-12-01T10:08:00.0390778Z Best match: sympy 1.10.1 2022-12-01T10:08:00.0391377Z Adding sympy 1.10.1 to easy-install.pth file 2022-12-01T10:08:00.0394332Z Installing isympy script to /opt/conda/bin 2022-12-01T10:08:00.0406371Z 2022-12-01T10:08:00.0406696Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0411905Z Searching for PyYAML==6.0 2022-12-01T10:08:00.0412802Z Best match: PyYAML 6.0 2022-12-01T10:08:00.0413231Z Adding PyYAML 6.0 to easy-install.pth file 2022-12-01T10:08:00.0415987Z 2022-12-01T10:08:00.0416241Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0435048Z Searching for numpy==1.18.5 2022-12-01T10:08:00.0435658Z Best match: numpy 1.18.5 2022-12-01T10:08:00.0436181Z Adding numpy 1.18.5 to easy-install.pth file 2022-12-01T10:08:00.0438745Z Installing f2py script to /opt/conda/bin 2022-12-01T10:08:00.0448249Z Installing f2py3 script to /opt/conda/bin 2022-12-01T10:08:00.0449744Z Installing f2py3.7 script to /opt/conda/bin 2022-12-01T10:08:00.0451316Z 2022-12-01T10:08:00.0451553Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0470319Z Searching for torch==1.13.0a0+gitc13d400 2022-12-01T10:08:00.0471067Z Best match: torch 1.13.0a0+gitc13d400 2022-12-01T10:08:00.0471463Z Adding torch 1.13.0a0+gitc13d400 to easy-install.pth file 2022-12-01T10:08:00.0474827Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-12-01T10:08:00.0475953Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-12-01T10:08:00.0477373Z Installing torchrun script to /opt/conda/bin 2022-12-01T10:08:00.0478287Z 2022-12-01T10:08:00.0478479Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0484084Z Searching for mpmath==1.2.1 2022-12-01T10:08:00.0484931Z Best match: mpmath 1.2.1 2022-12-01T10:08:00.0485444Z Adding mpmath 1.2.1 to easy-install.pth file 2022-12-01T10:08:00.0488051Z 2022-12-01T10:08:00.0488515Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0493752Z Searching for typing-extensions==4.3.0 2022-12-01T10:08:00.0494416Z Best match: typing-extensions 4.3.0 2022-12-01T10:08:00.0494894Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-12-01T10:08:00.0497125Z 2022-12-01T10:08:00.0497392Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:00.0498028Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:08:00.3090226Z 2022-12-01T10:08:00.3090749Z real 0m3.252s 2022-12-01T10:08:00.3091035Z user 0m1.957s 2022-12-01T10:08:00.3091245Z sys 0m0.600s 2022-12-01T10:08:00.3091403Z + popd 2022-12-01T10:08:00.3091564Z ~ ~/workspace 2022-12-01T10:08:00.3091724Z + popd 2022-12-01T10:08:00.3091884Z ~/workspace 2022-12-01T10:08:00.3092117Z + test_python_shard 2 2022-12-01T10:08:00.3092440Z + [[ -z 2 ]] 2022-12-01T10:08:00.3092816Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-12-01T10:08:01.4342184Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:01.5889095Z Ignoring disabled issues: [] 2022-12-01T10:08:01.6363804Z Found test time stats from artifacts 2022-12-01T10:08:01.6391881Z Selected tests: 2022-12-01T10:08:01.6392248Z test_ops_jit 2022-12-01T10:08:01.6392738Z test_ops_gradients 2022-12-01T10:08:01.6393084Z test_reductions 2022-12-01T10:08:01.6393329Z test_nn 2022-12-01T10:08:01.6393613Z test_tensorexpr 2022-12-01T10:08:01.6393973Z test_tensor_creation_ops 2022-12-01T10:08:01.6394247Z nn/test_pooling 2022-12-01T10:08:01.6394554Z test_torch 2022-12-01T10:08:01.6394927Z test_multiprocessing 2022-12-01T10:08:01.6395195Z test_mobile_optimizer 2022-12-01T10:08:01.6395546Z test_overrides 2022-12-01T10:08:01.6395904Z test_cpp_extensions_open_device_registration 2022-12-01T10:08:01.6396196Z test_prims 2022-12-01T10:08:01.6396525Z test_cpp_extensions_aot_ninja 2022-12-01T10:08:01.6396893Z lazy/test_bindings 2022-12-01T10:08:01.6397216Z lazy/test_meta_kernel 2022-12-01T10:08:01.6397472Z test_cuda 2022-12-01T10:08:01.6397769Z test_cuda_sanitizer 2022-12-01T10:08:01.6398079Z test_deploy 2022-12-01T10:08:01.6398341Z test_hub 2022-12-01T10:08:01.6398628Z test_pruning_op 2022-12-01T10:08:01.6398877Z test_decomp 2022-12-01T10:08:01.6399186Z test_meta 2022-12-01T10:08:01.6399489Z test_proxy_tensor 2022-12-01T10:08:01.6399815Z test_unary_ufuncs 2022-12-01T10:08:01.6400065Z test_foreach 2022-12-01T10:08:01.6400355Z test_dataloader 2022-12-01T10:08:01.6400666Z test_binary_ufuncs 2022-12-01T10:08:01.6400910Z test_optim 2022-12-01T10:08:01.6401227Z test_jit_llga_fuser 2022-12-01T10:08:01.6401536Z test_serialization 2022-12-01T10:08:01.6401831Z test_functional_autograd_benchmark 2022-12-01T10:08:01.6402161Z test_jit_autocast 2022-12-01T10:08:01.6402497Z test_xnnpack_integration 2022-12-01T10:08:01.6402996Z lazy/test_ts_opinfo 2022-12-01T10:08:01.6403302Z test_ao_sparsity 2022-12-01T10:08:01.6403598Z test_stateless 2022-12-01T10:08:01.6403867Z test_functionalization 2022-12-01T10:08:01.6404207Z profiler/test_profiler 2022-12-01T10:08:01.6404532Z test_transformers 2022-12-01T10:08:01.6404783Z test_mkl_verbose 2022-12-01T10:08:01.6405070Z test_module_init 2022-12-01T10:08:01.6449857Z test_sort_and_select 2022-12-01T10:08:01.6450215Z test_logging 2022-12-01T10:08:01.6450437Z test_maskedtensor 2022-12-01T10:08:01.6450608Z test_vmap 2022-12-01T10:08:01.6450782Z test_scatter_gather_ops 2022-12-01T10:08:01.6450955Z test_shape_ops 2022-12-01T10:08:01.6451116Z test_futures 2022-12-01T10:08:01.6451274Z test_namedtensor 2022-12-01T10:08:01.6451437Z test_tensorexpr_pybind 2022-12-01T10:08:01.6451603Z test_datapipe 2022-12-01T10:08:01.6451780Z lazy/test_reuse_ir 2022-12-01T10:08:01.6451941Z test_fx_passes 2022-12-01T10:08:01.6452133Z benchmark_utils/test_benchmark_utils 2022-12-01T10:08:01.6452337Z test_python_dispatch 2022-12-01T10:08:01.6452490Z test_subclass 2022-12-01T10:08:01.6452637Z test_autocast 2022-12-01T10:08:01.6452786Z nn/test_dropout 2022-12-01T10:08:01.6453116Z test_functional_optim 2022-12-01T10:08:01.6453281Z test_pytree 2022-12-01T10:08:01.6453458Z test_set_default_mobile_cpu_allocator 2022-12-01T10:08:01.6453649Z test_type_info 2022-12-01T10:08:01.6453810Z test_per_overload_api 2022-12-01T10:08:01.6453972Z test_native_mha 2022-12-01T10:08:01.6454124Z test_numpy_interop 2022-12-01T10:08:01.6454277Z test_dlpack 2022-12-01T10:08:01.8830171Z Prioritized test from test file changes. 2022-12-01T10:08:01.8830613Z reordering tests for PR: 2022-12-01T10:08:01.8832362Z prioritized: ['test_ops_jit', 'test_ops_gradients', 'test_reductions', 'test_nn', 'test_tensorexpr', 'nn/test_pooling', 'test_torch', 'test_overrides', 'test_prims', 'test_cuda', 'test_decomp', 'test_meta', 'test_proxy_tensor', 'test_foreach', 'test_dataloader', 'test_binary_ufuncs', 'test_optim', 'test_jit_llga_fuser', 'test_serialization', 'test_jit_autocast', 'test_xnnpack_integration', 'lazy/test_ts_opinfo', 'test_stateless', 'test_functionalization', 'profiler/test_profiler', 'test_transformers', 'test_module_init', 'test_vmap', 'test_shape_ops', 'test_datapipe', 'lazy/test_reuse_ir', 'test_fx_passes', 'test_python_dispatch', 'test_autocast', 'nn/test_dropout', 'test_functional_optim', 'test_pytree', 'test_native_mha'] 2022-12-01T10:08:01.8834261Z the rest: ['test_tensor_creation_ops', 'test_multiprocessing', 'test_mobile_optimizer', 'test_cpp_extensions_open_device_registration', 'test_cpp_extensions_aot_ninja', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda_sanitizer', 'test_deploy', 'test_hub', 'test_pruning_op', 'test_unary_ufuncs', 'test_functional_autograd_benchmark', 'test_ao_sparsity', 'test_mkl_verbose', 'test_sort_and_select', 'test_logging', 'test_maskedtensor', 'test_scatter_gather_ops', 'test_futures', 'test_namedtensor', 'test_tensorexpr_pybind', 'benchmark_utils/test_benchmark_utils', 'test_subclass', 'test_set_default_mobile_cpu_allocator', 'test_type_info', 'test_per_overload_api', 'test_numpy_interop', 'test_dlpack'] 2022-12-01T10:08:01.8834963Z 2022-12-01T10:08:01.8835368Z 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:01.9059377Z 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:01.9327114Z parallel (file granularity) tests: 2022-12-01T10:08:01.9327484Z test_decomp 2022-12-01T10:08:01.9327761Z test_meta 2022-12-01T10:08:01.9328077Z test_proxy_tensor 2022-12-01T10:08:01.9328326Z test_foreach 2022-12-01T10:08:01.9328605Z test_dataloader 2022-12-01T10:08:01.9328911Z test_binary_ufuncs 2022-12-01T10:08:01.9329211Z test_optim 2022-12-01T10:08:01.9329512Z test_jit_llga_fuser 2022-12-01T10:08:01.9329767Z test_serialization 2022-12-01T10:08:01.9330272Z test_jit_autocast 2022-12-01T10:08:01.9330605Z test_xnnpack_integration 2022-12-01T10:08:01.9330835Z lazy/test_ts_opinfo 2022-12-01T10:08:01.9331002Z test_stateless 2022-12-01T10:08:01.9331183Z test_functionalization 2022-12-01T10:08:01.9331433Z profiler/test_profiler 2022-12-01T10:08:01.9331676Z test_transformers 2022-12-01T10:08:01.9331994Z test_module_init 2022-12-01T10:08:01.9332304Z test_vmap 2022-12-01T10:08:01.9332564Z test_shape_ops 2022-12-01T10:08:01.9332735Z test_datapipe 2022-12-01T10:08:01.9332906Z lazy/test_reuse_ir 2022-12-01T10:08:01.9333065Z test_fx_passes 2022-12-01T10:08:01.9333241Z test_python_dispatch 2022-12-01T10:08:01.9333414Z test_autocast 2022-12-01T10:08:01.9333571Z nn/test_dropout 2022-12-01T10:08:01.9333746Z test_functional_optim 2022-12-01T10:08:01.9333939Z test_pytree 2022-12-01T10:08:01.9334108Z test_native_mha 2022-12-01T10:08:01.9334265Z lazy/test_bindings 2022-12-01T10:08:01.9334442Z lazy/test_meta_kernel 2022-12-01T10:08:01.9334773Z test_cuda_sanitizer 2022-12-01T10:08:01.9334934Z test_deploy 2022-12-01T10:08:01.9335096Z test_hub 2022-12-01T10:08:01.9335337Z test_pruning_op 2022-12-01T10:08:01.9335503Z test_unary_ufuncs 2022-12-01T10:08:01.9335700Z test_functional_autograd_benchmark 2022-12-01T10:08:01.9335899Z test_ao_sparsity 2022-12-01T10:08:01.9336058Z test_mkl_verbose 2022-12-01T10:08:01.9336233Z test_sort_and_select 2022-12-01T10:08:01.9336407Z test_logging 2022-12-01T10:08:01.9336564Z test_maskedtensor 2022-12-01T10:08:01.9336750Z test_scatter_gather_ops 2022-12-01T10:08:01.9336929Z test_futures 2022-12-01T10:08:01.9337083Z test_namedtensor 2022-12-01T10:08:01.9337266Z test_tensorexpr_pybind 2022-12-01T10:08:01.9337477Z benchmark_utils/test_benchmark_utils 2022-12-01T10:08:01.9337659Z test_subclass 2022-12-01T10:08:01.9337853Z test_set_default_mobile_cpu_allocator 2022-12-01T10:08:01.9338049Z test_type_info 2022-12-01T10:08:01.9338213Z test_per_overload_api 2022-12-01T10:08:01.9338395Z test_numpy_interop 2022-12-01T10:08:01.9338570Z test_dlpack 2022-12-01T10:08:01.9338743Z serial (file granularity) tests: 2022-12-01T10:08:01.9338933Z test_ops_jit 2022-12-01T10:08:01.9339101Z test_ops_gradients 2022-12-01T10:08:01.9339262Z test_reductions 2022-12-01T10:08:01.9339426Z test_nn 2022-12-01T10:08:01.9339587Z test_tensorexpr 2022-12-01T10:08:01.9339743Z nn/test_pooling 2022-12-01T10:08:01.9339904Z test_torch 2022-12-01T10:08:01.9340070Z test_overrides 2022-12-01T10:08:01.9340223Z test_prims 2022-12-01T10:08:01.9340379Z test_cuda 2022-12-01T10:08:01.9340550Z test_tensor_creation_ops 2022-12-01T10:08:01.9340728Z test_multiprocessing 2022-12-01T10:08:01.9340912Z test_mobile_optimizer 2022-12-01T10:08:01.9341128Z test_cpp_extensions_open_device_registration 2022-12-01T10:08:01.9341340Z test_cpp_extensions_aot_ninja 2022-12-01T10:08:03.0652165Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:03.0900415Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:03.1281367Z Ignoring disabled issues: [] 2022-12-01T10:08:03.1413923Z Running test_decomp ... [2022-12-01 10:08:03.141138] 2022-12-01T10:08:03.1416415Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:03.141429] 2022-12-01T10:08:03.1520942Z Ignoring disabled issues: [] 2022-12-01T10:08:03.1654138Z Running test_meta ... [2022-12-01 10:08:03.165122] 2022-12-01T10:08:03.1656577Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:03.165380] 2022-12-01T10:16:14.1069511Z 2022-12-01T10:16:14.1070018Z Expand the folded group to see the log file of test_meta 2022-12-01T10:16:14.1075142Z ##[group]PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_vu7skx8u) 2022-12-01T10:16:14.1080677Z Test results will be stored in test-reports/python-unittest/test_meta 2022-12-01T10:16:14.1080947Z 2022-12-01T10:16:14.1081333Z Running tests... 2022-12-01T10:16:14.1081799Z ---------------------------------------------------------------------- 2022-12-01T10:16:14.1082189Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1082590Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1087966Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1088908Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1089433Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1089919Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1090545Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1091140Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1091753Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1170589Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1171378Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1172002Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1172621Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1173224Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1173847Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1295683Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1296272Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1296804Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1297345Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1297690Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1297967Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1298247Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1298529Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1298796Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1299075Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1299352Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1299633Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1299936Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1300247Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1300564Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1300861Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1301169Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1301476Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1301768Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1302065Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1302361Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1302651Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1302937Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1303392Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1303690Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1303975Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1304278Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1304589Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1304894Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1305176Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1305466Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1305763Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1306062Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1306398Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1306686Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1306977Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1307253Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1307549Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1307839Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1308113Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1308405Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1308702Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1314846Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1315345Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1315900Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1316466Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1317012Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1317545Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1317855Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1318151Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1318430Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1318721Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1319017Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1319378Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1319941Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1320443Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1320955Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1321472Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:16:14.1322034Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.1322592Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1323229Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1323789Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1324211Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1324509Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1324788Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1325085Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1325376Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1325656Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1325952Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1326249Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1326588Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1326880Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1327191Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1327481Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1327773Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1328051Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1328337Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1328625Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1328899Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1329350Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1329762Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1330205Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1330674Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1331198Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1331723Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1332237Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1332769Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1333346Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1333665Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1333954Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1334394Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1335008Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1335358Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1335653Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1335988Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1336278Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1336557Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1336957Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1337271Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1337668Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1337956Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1338250Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1338563Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1339051Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1339560Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1339841Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1340132Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1340413Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1340769Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1341062Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1341421Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1341913Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1342433Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1342727Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1343003Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1343296Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1343594Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1343880Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1344281Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1344726Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1345257Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1345615Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1346106Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1346565Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1347036Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1347544Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1348003Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1348296Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1348575Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1348875Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1349174Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1349452Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1349840Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1350372Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1350903Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1351344Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1351913Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1352457Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1352977Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1353527Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1353892Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1354192Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1354476Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1354766Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1355056Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1355331Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1355757Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1356376Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1356683Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1356963Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1357260Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1357560Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1357862Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1358164Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1358619Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1359085Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1359540Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1360017Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1360475Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1360946Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1361401Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1361884Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1362391Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.1362897Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1363387Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1363885Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1364375Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1364836Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1365324Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1365806Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1366304Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1366799Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1367320Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1367821Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1368385Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1368888Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1369384Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1369965Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1370445Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1370945Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1371445Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1371930Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1372445Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1372940Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1373425Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1373952Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1374456Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1375122Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1375638Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1376101Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1376583Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1377083Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1377552Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1378036Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1378514Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1378994Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1379486Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1380033Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1380577Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1381109Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1381703Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1382235Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1382756Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1383253Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1383768Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1384292Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1384798Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1385282Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1385780Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1386264Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1386725Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1387339Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1387851Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1388328Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1388788Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1389264Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1389756Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1390213Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1390760Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1391255Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1391756Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1392226Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1392786Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1393278Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1393806Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1394320Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1394827Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1395278Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1395726Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1396188Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1514250Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1514574Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1514887Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1515180Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1515470Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1515740Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1516026Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1516309Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1516583Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1516862Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1517157Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.194s) 2022-12-01T10:16:14.1517476Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:16:14.1517774Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:16:14.1518084Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:16:14.1518387Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.189s) 2022-12-01T10:16:14.1518680Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.189s) 2022-12-01T10:16:14.1518982Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1519272Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1519563Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1519840Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1520273Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1520570Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1520847Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1521136Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1521422Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1521712Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1521988Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1528476Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1528791Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1529074Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1529379Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1529770Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1530060Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1530331Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1530619Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1530904Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1531180Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1531480Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1531781Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1532088Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1532373Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1532668Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1532960Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1533241Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1533534Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1533825Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1534121Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1534413Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1534924Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1535224Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1535506Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1535801Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1536092Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1536381Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1536651Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1536942Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1537236Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1537513Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1537805Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1538164Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1538448Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1538732Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1539017Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1539302Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1539572Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1539850Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1540134Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1540402Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1540694Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1541000Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1541330Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1541609Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1541900Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1542191Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1542466Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1542754Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1543045Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1543340Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1543663Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1543961Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1544254Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1544535Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1544823Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1545110Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1545394Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1545668Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1545963Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1546264Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1546545Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1546831Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1547123Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1547412Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1547686Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1547978Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1548271Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1548555Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1548910Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1549238Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1549538Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1549818Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1550112Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1550406Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1550764Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1551064Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1551359Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1551646Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1551951Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1552258Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1552604Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1552899Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1553198Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1553498Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1553785Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1554079Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1554369Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:16:14.1554663Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1554945Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1555251Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1555558Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1555851Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1556168Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1556479Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1556787Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1557077Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1557381Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1557687Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1558028Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1558319Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1558612Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1558908Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1559205Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1559526Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1559852Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1560181Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1560534Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1560860Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1561181Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1561486Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1561808Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1562126Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1562442Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1562750Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1563066Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1563374Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1563683Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1563979Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1564279Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1564572Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1564850Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1565137Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1565421Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1565692Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1565978Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1566266Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1566557Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1566834Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1567126Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1567428Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1567712Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1568005Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1568296Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1568586Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1568858Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1569146Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1569431Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1569708Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1569999Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1570286Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1570565Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1570849Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1571162Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1571443Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1571742Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1572030Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1572321Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1572596Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1572890Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1573188Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1573485Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1573762Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1574054Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1574348Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1574849Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1575137Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1575423Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1575714Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1575994Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1576294Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1576603Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1576889Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1577184Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1577478Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1577772Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1578044Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1578331Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1578616Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1578901Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1579205Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1579509Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1579822Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1580125Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1580436Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1580738Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1581026Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1581328Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1581645Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1581944Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1582228Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1582520Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1582823Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1583162Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1583467Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1583777Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1584089Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1584384Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1584685Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1584987Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1585274Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1585568Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1585862Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1586192Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1586478Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1586780Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1587083Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1587376Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1587688Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1587997Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1588302Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1588593Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1588893Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1589192Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1589474Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1589763Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1590060Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1590358Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1590712Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1591024Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1591330Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1591626Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1591926Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1592228Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1592528Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1592812Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1593109Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1593404Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1593693Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1593998Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1594341Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1594643Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1594927Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1595226Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1595534Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1595829Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1596134Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1596433Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1596731Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1597016Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1597341Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1597637Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1597918Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1598211Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1598500Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:16:14.1598790Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:16:14.1599119Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:16:14.1599422Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.072s) 2022-12-01T10:16:14.1599723Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.072s) 2022-12-01T10:16:14.1600016Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1600322Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1600622Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1600921Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1601208Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1601505Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1601820Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1602124Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1602443Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1602767Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1603084Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1603383Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1603687Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1603993Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1604281Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1604579Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1604876Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1605175Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1605516Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1605812Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1606109Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1606392Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1606686Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1606998Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1607318Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1607621Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1607937Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1608252Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1608573Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1608874Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1609171Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1609465Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1609751Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1610044Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1610349Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1610641Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1610948Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1611262Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1611572Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1611868Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1612175Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1612477Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1612770Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1613068Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1613364Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1613663Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1613949Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1614243Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1614686Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1614975Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1615268Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1615559Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1615845Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1616116Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1616398Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1616795Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1617068Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1617358Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1617655Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1617951Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1618239Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1618533Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1618830Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1619109Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1619400Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1619732Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1620022Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1620296Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1620581Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1620863Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1621154Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1621480Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1621867Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1622194Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1622512Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1622844Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1623165Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1623468Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1623782Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1624099Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1624415Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1624717Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1625031Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1625347Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1625642Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1625951Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1626268Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1626580Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1626877Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1627184Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1627493Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1627784Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1628127Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1628431Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1628737Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1629026Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.309s) 2022-12-01T10:16:14.1629332Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.292s) 2022-12-01T10:16:14.1629632Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.292s) 2022-12-01T10:16:14.1629919Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.293s) 2022-12-01T10:16:14.1630215Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.291s) 2022-12-01T10:16:14.1630511Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.291s) 2022-12-01T10:16:14.1630889Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.291s) 2022-12-01T10:16:14.1631214Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.297s) 2022-12-01T10:16:14.1631516Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.295s) 2022-12-01T10:16:14.1631817Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1632094Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1632387Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1632691Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1632987Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1633267Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1633564Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1633855Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1634132Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1634416Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1634698Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1634981Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1635272Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1635588Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1635908Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1636219Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1636545Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1636860Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1637172Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1637471Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1637783Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1638095Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1638397Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1638709Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1639008Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1639332Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1639617Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1639912Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1640210Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1640492Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1640785Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1641076Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1641364Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1641636Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1641918Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1642237Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1642510Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1642798Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.124s) 2022-12-01T10:16:14.1643094Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-12-01T10:16:14.1643391Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1643671Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1643969Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1644259Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1644536Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1644829Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1645120Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1645413Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1645693Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1645988Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1646289Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1646579Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1646877Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1647178Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1647475Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1647761Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1648055Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1648345Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1648618Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1648907Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1649197Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1649475Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1649771Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1650064Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1650406Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1650691Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1650984Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1651274Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1651549Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1651831Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1652118Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1652401Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1652668Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1652953Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1653253Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.183s) 2022-12-01T10:16:14.1653582Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.183s) 2022-12-01T10:16:14.1653892Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.182s) 2022-12-01T10:16:14.1654190Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.182s) 2022-12-01T10:16:14.1654653Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.165s) 2022-12-01T10:16:14.1654973Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:16:14.1655299Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.153s) 2022-12-01T10:16:14.1655619Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.180s) 2022-12-01T10:16:14.1655924Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.247s) 2022-12-01T10:16:14.1656252Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.245s) 2022-12-01T10:16:14.1656574Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.246s) 2022-12-01T10:16:14.1656889Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.243s) 2022-12-01T10:16:14.1657180Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1657473Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1657767Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1658053Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1658350Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1658644Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1658944Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1659226Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1659518Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1659802Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1660074Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1660356Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1660646Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1660941Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1661223Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1661516Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1661881Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1662157Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1662440Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1662737Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1663032Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1663321Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1663627Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1663929Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1664218Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1664515Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1664855Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1665154Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1665435Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1665726Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1666019Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1666307Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1666606Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1666905Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1667204Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1667492Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1667793Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1668087Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1668364Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1707479Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1707913Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1708224Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1708512Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1708816Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1709133Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1709447Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1709733Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1710029Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1710323Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1710602Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1710969Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1711261Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1711550Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1711826Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1712334Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1712654Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1712956Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1713276Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1713597Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1713902Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1714210Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1714516Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1714825Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1715117Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1715491Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1715797Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1716088Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1716395Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.383s) 2022-12-01T10:16:14.1716705Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.384s) 2022-12-01T10:16:14.1717020Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.380s) 2022-12-01T10:16:14.1717330Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.380s) 2022-12-01T10:16:14.1717645Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.382s) 2022-12-01T10:16:14.1717954Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.382s) 2022-12-01T10:16:14.1718264Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.382s) 2022-12-01T10:16:14.1718559Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.381s) 2022-12-01T10:16:14.1718861Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.383s) 2022-12-01T10:16:14.1719168Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.382s) 2022-12-01T10:16:14.1719460Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.382s) 2022-12-01T10:16:14.1719764Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.381s) 2022-12-01T10:16:14.1720064Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1720365Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1720651Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1720946Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1721233Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1721512Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1721809Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1722104Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1722400Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1722689Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1722978Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1723261Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1723574Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1723857Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1724139Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1724410Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1724711Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1725020Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1725331Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1725640Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1725961Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1726279Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1726605Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1726906Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1727213Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1727519Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1727806Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1728114Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1728418Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1728724Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1729028Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1729345Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1729667Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.1729974Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1730286Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1730599Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1730909Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1731204Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1731507Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1731815Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1732109Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1732419Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1732722Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1733029Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1733329Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1733637Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1733947Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1734238Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1734739Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1735050Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1735352Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1735641Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1735940Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1736241Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1736530Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1736829Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1737130Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1737430Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1737774Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1738071Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1738368Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1738653Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1738946Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1739244Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1739544Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1739836Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:16:14.1740149Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:16:14.1740454Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1740742Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1741038Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1741331Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1741625Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1741906Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1742199Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1742491Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1742766Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1743058Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1743352Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1743644Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1743920Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1744206Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1744486Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1744757Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1745035Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1745317Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1745589Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1745917Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1746211Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1746509Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1746793Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1747083Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1747369Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1747641Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1747926Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1748208Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1748496Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1748807Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:16:14.1749116Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:16:14.1749428Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:16:14.1749732Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.126s) 2022-12-01T10:16:14.1750046Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:16:14.1750351Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.153s) 2022-12-01T10:16:14.1750738Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:16:14.1751032Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.1751337Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:16:14.1751643Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.1751933Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:16:14.1752235Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:16:14.1752534Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.996s) 2022-12-01T10:16:14.1752829Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.909s) 2022-12-01T10:16:14.1753113Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.911s) 2022-12-01T10:16:14.1753403Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.907s) 2022-12-01T10:16:14.1753734Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.910s) 2022-12-01T10:16:14.1754021Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.922s) 2022-12-01T10:16:14.1754304Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (1.005s) 2022-12-01T10:16:14.1754585Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.916s) 2022-12-01T10:16:14.1754865Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.915s) 2022-12-01T10:16:14.1755135Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.911s) 2022-12-01T10:16:14.1755420Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1755719Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1756008Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1756304Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1756594Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1756884Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1757196Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1757478Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1757762Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1758038Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1758330Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1758620Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1758908Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1759190Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1759479Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1759773Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1760075Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1760367Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1760653Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1760946Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1761226Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1761514Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1761805Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1762086Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1762373Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1762658Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1762943Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1763220Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1763514Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1763819Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1764115Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1764416Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1764717Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1765003Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1765296Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1765592Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1765885Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1766164Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1766458Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1766758Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1767047Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1767345Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1767641Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1767931Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1768243Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1768532Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1768818Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1769094Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1769404Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1769742Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1770079Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1770401Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1770726Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.1771075Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.1771401Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1771708Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1772031Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.1772355Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.1772651Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1772948Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1773239Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1773537Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1773828Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1774120Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1774413Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1774882Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1775174Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1775464Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1775756Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1776042Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1776335Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1776637Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1776922Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1777216Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1777498Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1777770Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1778050Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1778334Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1778618Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1778904Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1779202Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1779577Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1779877Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1780188Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1780499Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1780802Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1781086Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1781387Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1781688Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1781977Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1782276Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1782613Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1782918Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1783206Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1783509Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1783816Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1784105Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1784403Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1784698Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1784998Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1785282Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1785573Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1785864Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1786151Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1786448Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1786752Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1787060Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1787355Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1787660Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1787961Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1788247Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1788542Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1788834Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1789127Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1789408Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1789701Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1790009Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1790314Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1790771Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1791091Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1791412Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1791715Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1792026Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1792204Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1792346Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1792488Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1792623Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.385s) 2022-12-01T10:16:14.1792746Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.424s) 2022-12-01T10:16:14.1792918Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.314s) 2022-12-01T10:16:14.1793058Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.302s) 2022-12-01T10:16:14.1793193Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.297s) 2022-12-01T10:16:14.1793323Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.370s) 2022-12-01T10:16:14.1793454Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.300s) 2022-12-01T10:16:14.1793587Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.294s) 2022-12-01T10:16:14.1793717Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.294s) 2022-12-01T10:16:14.1793834Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.340s) 2022-12-01T10:16:14.1793966Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.383s) 2022-12-01T10:16:14.1794097Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.325s) 2022-12-01T10:16:14.1794238Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1794375Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1794514Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1794652Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1794787Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1794909Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1795042Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1795175Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1795309Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1795445Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1795582Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.1795720Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.1795853Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1795976Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1796107Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1796256Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1796407Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1796585Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1796734Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1796882Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1797028Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1797170Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1797306Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1797449Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1797600Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1797749Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1797937Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1798096Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1798247Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1798396Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1798530Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1798679Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1798828Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1798971Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799119Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799269Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799420Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799567Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799713Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799844Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1799990Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1800132Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1800278Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1800428Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1800576Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1800711Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1800849Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1800974Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1801106Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1801237Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1801370Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1801499Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1801655Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1801787Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1801919Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1802044Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1802176Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1802317Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1802459Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1802598Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1802734Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1802870Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1803008Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1803192Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1803328Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1803460Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1803592Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1803723Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1803861Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1803995Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804134Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804260Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804404Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804540Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804678Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804814Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1804949Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1805082Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1805212Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1805331Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1805461Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1805600Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1805734Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1805878Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806019Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806159Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806294Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806419Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806554Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806686Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806817Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1806984Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1807116Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1807245Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1807382Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1807510Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:16:14.1807649Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1807785Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1807920Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1808049Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1808186Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1808343Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1808479Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1808598Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1808733Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1808865Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809005Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809143Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809281Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809416Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809556Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809677Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809809Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1809939Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1810069Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1810201Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1810329Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1810470Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1810608Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1810745Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1810928Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1811070Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1811211Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1811349Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1811488Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1811627Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1811765Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1811901Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1812060Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1812199Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1812331Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1812460Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1812593Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1812729Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1812865Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1812998Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1813115Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1813243Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1813374Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1813531Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1813658Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1813787Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1813916Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1814052Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1814173Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.1814312Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1814587Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1814784Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1814921Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1815055Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:16:14.1815186Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.1815317Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.1815435Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.1815566Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.1815695Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.1815832Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1815961Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1816088Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1816225Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1816355Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1816471Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1816599Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1816728Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1816856Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1816991Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1817119Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1817254Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1817446Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1817567Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1817696Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1817826Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1817954Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1818082Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1818222Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1818355Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1818492Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1818617Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1818752Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1818926Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1819059Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1819191Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1819321Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1819456Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1819584Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1819702Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1819834Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1819963Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820096Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820229Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820363Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820492Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820624Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820745Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1820876Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821015Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821152Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821284Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821415Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821545Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821673Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821789Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1821919Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1822050Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1822192Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1822330Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1822476Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1822650Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1822791Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1822920Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823060Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823198Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823335Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823471Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823608Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823743Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1823882Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1824031Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1824172Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1824313Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1824448Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1824584Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1824721Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1824856Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1824987Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1825109Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1825243Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1825377Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1825512Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1825643Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1825779Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1825912Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1826042Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1826162Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1826285Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1826412Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1826542Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1826670Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1826806Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1826937Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1827067Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1827185Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1827308Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1827436Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1827561Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1827691Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1827875Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1828004Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1828134Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.097s) 2022-12-01T10:16:14.1828265Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:16:14.1828405Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1828542Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1828677Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1828807Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1828936Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1829070Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1829227Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1829351Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1829483Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.1829621Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:16:14.1829801Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:16:14.1829935Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.1830070Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.086s) 2022-12-01T10:16:14.1830199Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.084s) 2022-12-01T10:16:14.1830332Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.1830454Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.1830588Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.1830794Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.084s) 2022-12-01T10:16:14.1830929Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1831068Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1831212Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-12-01T10:16:14.1831348Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1831483Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1831607Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1831743Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1831875Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1832007Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.100s) 2022-12-01T10:16:14.1832141Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.1832283Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1832421Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1832569Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1832704Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1832850Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833026Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833169Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833303Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833444Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833605Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833734Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833869Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1833998Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1834133Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1834275Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1834443Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1834579Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.1834714Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.1834850Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1834982Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1835106Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1835241Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.1835370Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.1835506Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1835646Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.1835787Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1835921Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1836055Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1836178Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1836310Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1836441Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1836574Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1836706Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1836840Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1836981Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837123Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837249Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837386Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837521Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837652Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837785Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1837918Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.1838078Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1838213Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1838343Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1838481Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1838616Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1838752Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1838883Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1839016Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.1839146Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:16:14.1839283Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:16:14.1839444Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.1839577Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1839718Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1839857Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1839997Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1840131Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1840264Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1840397Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1840526Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1840651Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1840785Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1840915Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841056Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841200Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841336Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841474Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841604Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841728Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841864Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1841995Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1842126Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.1842273Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1842415Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1842564Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1842709Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1842845Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1842984Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843155Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843290Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843430Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843563Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843697Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843834Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1843958Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1844093Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1844230Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1844367Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1844532Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1844670Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1844805Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1844939Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1845061Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1845197Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1845334Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1845471Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1845607Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1845746Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1845878Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1846012Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1846142Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1846265Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.1846404Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.1846537Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1846669Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1846804Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1846940Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1847077Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.1847209Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.1847332Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1847476Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1847617Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1847754Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1847886Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1848023Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1848185Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1848317Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1848441Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1848572Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1848705Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1848848Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1848989Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1849122Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1849257Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1849390Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1849539Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1849674Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1849808Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1849939Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1850069Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1850214Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1850356Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1850493Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1850616Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1850759Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1850895Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1851027Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1851163Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1851299Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1851435Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.1851571Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.1851697Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:16:14.1851825Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:16:14.1851961Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:16:14.1852095Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:16:14.1852229Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:16:14.1852360Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.1852492Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1852628Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:16:14.1852751Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:16:14.1852887Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1853021Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1853182Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:16:14.1853315Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-12-01T10:16:14.1853447Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1853580Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.078s) 2022-12-01T10:16:14.1853718Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1853855Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1853978Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1854109Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.078s) 2022-12-01T10:16:14.1854245Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1854374Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1854663Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1854927Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855065Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855197Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855320Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855457Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855589Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855720Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855853Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1855984Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1856116Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1856284Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1856401Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1856532Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1856670Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1856800Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1856941Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1857078Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1857218Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1857353Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1857479Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1857611Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1857745Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1857875Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1858005Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1858137Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1858269Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1858403Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1858560Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1858698Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1858835Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1858967Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1859100Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1859233Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1859363Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1859492Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1859607Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1859736Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1859867Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1860037Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860172Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860312Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860451Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860587Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860710Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860848Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1860977Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861109Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861244Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861377Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861511Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861647Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861769Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1861910Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862050Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862185Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862320Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862456Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862587Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862722Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862839Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1862965Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1863098Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1863231Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1863359Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1863498Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1863633Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1863817Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1863942Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1864077Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1864205Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1864335Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1864466Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1864592Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1864720Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1864848Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1864983Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1865145Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1865292Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1865438Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1865580Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1865715Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1865852Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1865992Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1866117Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1866255Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1866396Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1866532Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1866665Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1866799Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1866934Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1867063Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1867182Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1867312Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1867444Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1867572Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1867720Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:16:14.1867862Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1868005Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1868149Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.1868291Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1868414Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1868548Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1868686Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1868855Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1868991Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1869124Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1869298Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1869431Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1869551Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1869684Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1869815Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1869939Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1870067Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1870199Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1870358Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1870485Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1870606Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1870818Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1870949Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1871078Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1871205Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1871329Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1871455Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1871582Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1871708Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1871839Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1871971Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1872103Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1872231Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1872360Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1872485Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1872608Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1872727Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1872862Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1872990Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1873122Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1873249Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1873384Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1873518Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1873647Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1873769Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.1873910Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1874076Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1874221Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1874363Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1874501Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1874633Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1874767Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1874890Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1875022Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1875155Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1875291Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1875449Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1875588Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1875718Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1875859Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1875987Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876121Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876254Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876389Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876521Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876658Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876790Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1876939Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1877058Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1877188Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1877315Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1877444Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1877572Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1877702Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1877831Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1877960Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1878080Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1878207Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1878334Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1878459Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1878583Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1878708Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1878834Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1878959Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1879087Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.217s) 2022-12-01T10:16:14.1879254Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:16:14.1879388Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.212s) 2022-12-01T10:16:14.1879519Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:16:14.1879655Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:16:14.1879800Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:16:14.1879943Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:16:14.1880080Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:16:14.1880209Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:16:14.1880345Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:16:14.1880483Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:16:14.1880643Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:16:14.1880777Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:16:14.1880912Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:16:14.1881043Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1881168Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1881289Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1881417Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1881545Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1881671Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1881802Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1881930Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1882057Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1882181Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1882303Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1882429Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1882564Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1882700Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1882832Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1882965Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1883097Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1883229Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1883348Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1883469Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1883594Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1883722Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1883863Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1883999Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1884139Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1884344Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1884475Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1884612Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1884747Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1884884Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1885019Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1885157Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1885293Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.115s) 2022-12-01T10:16:14.1885425Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (1.116s) 2022-12-01T10:16:14.1885549Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (1.120s) 2022-12-01T10:16:14.1885712Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.877s) 2022-12-01T10:16:14.1885850Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.870s) 2022-12-01T10:16:14.1885995Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.945s) 2022-12-01T10:16:14.1886134Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.936s) 2022-12-01T10:16:14.1886269Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1886401Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1886538Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1886666Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1886805Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1886943Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887076Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887209Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887345Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887478Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887609Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887731Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1887863Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888000Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888133Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888275Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888411Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1888547Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888681Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888814Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1888938Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1889071Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1889202Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1889334Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1889500Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1889637Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1889773Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1889907Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1890029Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1890159Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1890287Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1890414Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1890542Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1890693Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1890848Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1890972Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1891088Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1891212Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1891349Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1891484Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1891619Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1891752Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1891891Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1892029Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1892156Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1892287Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1892423Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1892557Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1892691Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1892831Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1892963Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1893106Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1893237Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1893377Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1893512Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1893650Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1893783Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1893915Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1894048Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1894180Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1894303Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1894435Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1894800Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1894941Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895084Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895228Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895370Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895506Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895629Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895766Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1895901Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1896037Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1896222Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1896360Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1896501Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1896637Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1896769Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1896911Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1897048Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1897182Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1897316Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1897456Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1897590Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1897725Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1897849Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1897984Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1898126Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1898262Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1898406Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1898550Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1898697Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1898839Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1898977Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899105Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899242Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899378Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899515Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899651Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899784Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1899986Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.1900129Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.1900256Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.1900401Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.1900540Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1900677Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1900812Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.1900949Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.1901089Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.1901239Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1901392Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1901541Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1901688Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1901836Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1901979Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1902117Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1902259Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1902398Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1902526Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1902669Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1902807Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1902946Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1903082Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1903220Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1903360Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1903496Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1903618Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1903753Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1903888Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1904016Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1904150Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1904280Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1904415Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1904544Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1904669Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1904805Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1904936Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1905098Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1905233Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1905363Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1905493Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1905622Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1905738Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1905867Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1906006Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1906142Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1906284Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1906456Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1906595Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.1906735Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:16:14.1906870Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:16:14.1906995Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1907130Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1907261Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1907395Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1907529Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.1907669Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1907805Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1907950Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1908080Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1908218Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1908357Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1908496Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1908633Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1908770Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1908908Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1909046Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1909169Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1909302Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1909436Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1909569Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1909699Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1909827Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1909958Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1910088Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1910237Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1910374Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1910507Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1910727Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1910868Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1911006Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1911145Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1911280Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1911398Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1911530Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1911695Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1911830Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1911968Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1912101Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1912243Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1912374Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1912503Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1912640Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1912776Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1912913Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913048Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913180Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913312Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913441Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913559Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913686Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913826Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1913961Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914101Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914241Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914381Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914519Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914643Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914777Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1914911Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915044Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915184Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915318Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915489Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915628Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915752Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1915886Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916021Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916159Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916294Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916429Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916567Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916702Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1916863Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1917003Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1917143Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1917278Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1917413Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1917547Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1917681Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1917813Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1917933Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1918066Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1918201Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1918340Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:16:14.1918478Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.147s) 2022-12-01T10:16:14.1918611Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.144s) 2022-12-01T10:16:14.1918744Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.143s) 2022-12-01T10:16:14.1918930Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1919111Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1919283Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1919473Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1919655Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1919832Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1920012Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1920190Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1920363Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1920539Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1920747Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1920908Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1921097Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1921280Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1921469Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1921662Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1921854Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1922087Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1922274Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1922458Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1922640Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1922812Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1922994Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1923180Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1923354Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1923523Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1923698Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1923872Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1924045Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1924214Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1924385Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1924542Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1924710Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1924871Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1925038Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1925205Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1925388Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1925570Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1925796Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1925982Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1926151Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1926331Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1926511Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1926692Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1926872Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1927079Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1927262Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1927447Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1927619Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1927786Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1927949Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1928124Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1928295Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1928464Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1928632Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1928798Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1928963Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1929127Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1929290Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1929445Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.1929582Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1929714Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1929855Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1929992Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1930128Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1930261Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1930395Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1930515Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1930673Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1930804Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1930933Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1931063Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1931203Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1931345Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-12-01T10:16:14.1931484Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1931609Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1931747Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1931883Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1932044Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1932180Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.1932311Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1932439Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1932570Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1932688Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1932818Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1932956Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1933092Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1933234Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1933377Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1933515Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1933650Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1933773Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1933906Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1934038Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1934169Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1934301Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1934433Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1934786Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1934938Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1935060Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1935191Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1935320Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1935449Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1935578Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1935706Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1935835Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1935963Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1936165Z test_dispatch_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1936307Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1936449Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1936585Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1936719Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1936857Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1936991Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937127Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937268Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937402Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937570Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937703Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937837Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1937971Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1938125Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1938277Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1938413Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1938561Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1938715Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1938873Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1939021Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1939168Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1939314Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1939459Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1939601Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1939728Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1939872Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1940020Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1940169Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1940314Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1940453Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1940596Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1940733Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1940854Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1940995Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1941138Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1941315Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1941462Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1941602Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1941739Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1941897Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.1942041Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.1942193Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.1942344Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.1942489Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.1942633Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.1942808Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:16:14.1942948Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:16:14.1943100Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1943245Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1943377Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1943517Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1943667Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:16:14.1943817Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:16:14.1943967Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:16:14.1944116Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.160s) 2022-12-01T10:16:14.1944270Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1944421Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1944558Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1944705Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1944875Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:16:14.1945041Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:16:14.1945206Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:16:14.1945368Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:16:14.1945515Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1945661Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1945802Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1945930Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1946076Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1946222Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1946367Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1946536Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1946692Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1946845Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1947038Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1947175Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1947332Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1947486Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1947637Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1947787Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1947970Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.1948120Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.1948271Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1948405Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1948553Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.259s) 2022-12-01T10:16:14.1948699Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.259s) 2022-12-01T10:16:14.1948843Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.257s) 2022-12-01T10:16:14.1948988Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.257s) 2022-12-01T10:16:14.1949154Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.271s) 2022-12-01T10:16:14.1949320Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.259s) 2022-12-01T10:16:14.1949479Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.256s) 2022-12-01T10:16:14.1949640Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.256s) 2022-12-01T10:16:14.1949772Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1949915Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1950053Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1950194Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1950345Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1950498Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1950715Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1950865Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1951009Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1951162Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1951311Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1951462Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1951613Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1951803Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1951954Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.119s) 2022-12-01T10:16:14.1952100Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.098s) 2022-12-01T10:16:14.1952253Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1952394Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.125s) 2022-12-01T10:16:14.1952545Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.125s) 2022-12-01T10:16:14.1952697Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1952845Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:16:14.1952993Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:16:14.1953178Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1953334Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-12-01T10:16:14.1953484Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1953621Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1953773Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.203s) 2022-12-01T10:16:14.1953924Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.203s) 2022-12-01T10:16:14.1954073Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.200s) 2022-12-01T10:16:14.1954220Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.1954390Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1954556Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1954719Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1954879Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.1955015Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1955165Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1955314Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1955460Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1955608Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1955757Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1955902Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1956043Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1956187Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1956319Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1956463Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:16:14.1956606Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:16:14.1956750Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:16:14.1956923Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:16:14.1957070Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:16:14.1957208Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:16:14.1957379Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.1957542Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.1957710Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.1957877Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.1958043Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:16:14.1958212Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:16:14.1958386Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:16:14.1958534Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.1958678Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1958817Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1958965Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1959125Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1959278Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1959430Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1959662Z 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:16:14.1959886Z 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:16:14.1960104Z 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:16:14.1960319Z 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:16:14.1960465Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.1960597Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.1960739Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1960880Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1961031Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1961181Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1961328Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1961470Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1961619Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:16:14.1961764Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:16:14.1961896Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.1962067Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:16:14.1962219Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1962367Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1962515Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1962658Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1962820Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (2.128s) 2022-12-01T10:16:14.1962981Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.833s) 2022-12-01T10:16:14.1963127Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (1.807s) 2022-12-01T10:16:14.1963282Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (1.807s) 2022-12-01T10:16:14.1963490Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:16:14.1963635Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:16:14.1963777Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-12-01T10:16:14.1963914Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:16:14.1964065Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.1964214Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.1964349Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.1964493Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.1964649Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1964803Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1964950Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1965098Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1965256Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.1965411Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.1965562Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1965699Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.1965846Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1965999Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1966144Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1966288Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1966430Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1966569Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1966705Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1966834Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1966970Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1967116Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1967294Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1967443Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-12-01T10:16:14.1967589Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.1967730Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.1967881Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.109s) 2022-12-01T10:16:14.1968035Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.1968175Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.1968324Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:16:14.1968470Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:16:14.1968649Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:16:14.1968793Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1968942Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969085Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969226Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969355Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969494Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969630Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969766Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1969907Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1970044Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1970177Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1970311Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1970433Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1970572Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1970710Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1970844Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1970977Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1971110Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1971242Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1971370Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1971489Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1971615Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1971749Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1971881Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1972015Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1972149Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1972279Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1972458Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1972577Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1972708Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1972840Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1972975Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1973108Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1973245Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1973381Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1973515Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1973637Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1973796Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1973928Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1974058Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1974189Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1974318Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1974583Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1974783Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1974941Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975077Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975212Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975344Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975474Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975602Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975733Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975861Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1975977Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1976120Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1976261Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1976398Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1976553Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1976702Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1976854Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1977007Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1977145Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1977294Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1977442Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1977585Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1977730Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1977937Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1978082Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1978229Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1978375Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1978506Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1978651Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1978789Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1978926Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1979070Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1979248Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1979398Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.1979543Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.1979670Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:16:14.1979810Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1979951Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.1980089Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.1980226Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.1980370Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1980516Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1980663Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1980795Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1980937Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.1981072Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1981207Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1981345Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1981484Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1981624Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1981767Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1981905Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1982037Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1982175Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1982323Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1982467Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1982609Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1982748Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1982883Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1983050Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1983178Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1983316Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1983455Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1983592Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.1983733Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1983871Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1984015Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1984159Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1984290Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1984452Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1984588Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1984726Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1984863Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1985000Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1985137Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1985277Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1985407Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1985545Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1985693Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1985840Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1985984Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.1986122Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1986259Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.1986399Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1986524Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1986661Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1986803Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1986943Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.1987082Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1987217Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1987356Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1987491Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1987622Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1987743Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1987873Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1988005Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1988165Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1988306Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.183s) 2022-12-01T10:16:14.1988452Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:16:14.1988595Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:16:14.1988733Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.139s) 2022-12-01T10:16:14.1988861Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.138s) 2022-12-01T10:16:14.1988998Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:16:14.1989135Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:16:14.1989271Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:16:14.1989408Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.1989574Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.1989718Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1989857Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1989984Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.1990125Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.1990263Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1990403Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1990539Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1990747Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1990889Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1991026Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1991146Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1991283Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1991420Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1991556Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1991690Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1991823Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1991955Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.1992089Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1992210Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1992341Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1992472Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1992604Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.1992738Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1992867Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1992997Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1993127Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1993243Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.1993408Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1993538Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1993668Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1993795Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1993924Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.1994064Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1994198Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.1994317Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.1994446Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.1994588Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1994732Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1994897Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.1995038Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.1995184Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1995327Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.1995454Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1995592Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.1995724Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1995853Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1995991Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.1996129Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1996263Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.1996394Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1996511Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1996638Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1996765Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1996894Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997020Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997148Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997281Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997415Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997529Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997667Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.1997801Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1997935Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998065Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998195Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998323Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998451Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998599Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998727Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998855Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1998984Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.1999127Z test_dispatch_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-12-01T10:16:14.1999270Z test_dispatch_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.1999409Z test_dispatch_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.1999551Z test_dispatch_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.1999680Z test_dispatch_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.1999820Z test_dispatch_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.1999984Z test_dispatch_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2000126Z test_dispatch_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2000264Z test_dispatch_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2000409Z test_dispatch_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.2000551Z test_dispatch_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.2000690Z test_dispatch_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2000814Z test_dispatch_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2000951Z test_dispatch_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2001088Z test_dispatch_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.088s) 2022-12-01T10:16:14.2001228Z test_dispatch_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2001366Z test_dispatch_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2001503Z test_dispatch_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2001653Z test_dispatch_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2001798Z test_dispatch_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2001925Z test_dispatch_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2002071Z test_dispatch_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2002212Z test_dispatch_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:16:14.2002349Z test_dispatch_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:16:14.2002489Z test_dispatch_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2002630Z test_dispatch_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2002766Z test_dispatch_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2002912Z test_dispatch_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2003054Z test_dispatch_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2003182Z test_dispatch_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2003319Z test_dispatch_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2003456Z test_dispatch_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2003592Z test_dispatch_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2003766Z test_dispatch_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2003908Z test_dispatch_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2004047Z test_dispatch_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2004195Z test_dispatch_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2004334Z test_dispatch_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2004484Z test_dispatch_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2004632Z test_dispatch_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2004778Z test_dispatch_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2004922Z test_dispatch_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005100Z test_dispatch_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005245Z test_dispatch_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005387Z test_dispatch_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005517Z test_dispatch_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005661Z test_dispatch_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005811Z test_dispatch_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2005958Z test_dispatch_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006101Z test_dispatch_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006244Z test_dispatch_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006390Z test_dispatch_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006527Z test_dispatch_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006661Z test_dispatch_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006792Z test_dispatch_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2006934Z test_dispatch_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2007075Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2007213Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2007356Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2007500Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2007647Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2007788Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2007914Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2008048Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2008187Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2008327Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2008464Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2008600Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2008739Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2008949Z test_dispatch_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2009086Z test_dispatch_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2009234Z test_dispatch_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2009386Z test_dispatch_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2009535Z test_dispatch_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2009685Z test_dispatch_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2009833Z test_dispatch_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:16:14.2009981Z test_dispatch_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.130s) 2022-12-01T10:16:14.2010127Z test_dispatch_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-12-01T10:16:14.2010289Z test_dispatch_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2010437Z test_dispatch_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:16:14.2010583Z test_dispatch_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2010729Z test_dispatch_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2010872Z test_dispatch_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2011017Z test_dispatch_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.239s) 2022-12-01T10:16:14.2011157Z test_dispatch_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2011299Z test_dispatch_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.199s) 2022-12-01T10:16:14.2011447Z test_dispatch_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2011578Z test_dispatch_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.240s) 2022-12-01T10:16:14.2011717Z test_dispatch_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.240s) 2022-12-01T10:16:14.2011854Z test_dispatch_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.241s) 2022-12-01T10:16:14.2011994Z test_dispatch_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2012134Z test_dispatch_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2012270Z test_dispatch_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.197s) 2022-12-01T10:16:14.2012410Z test_dispatch_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2012546Z test_dispatch_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2012681Z test_dispatch_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2012827Z test_dispatch_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2012966Z test_dispatch_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2013110Z test_dispatch_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.540s) 2022-12-01T10:16:14.2013252Z test_dispatch_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.540s) 2022-12-01T10:16:14.2013388Z test_dispatch_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.539s) 2022-12-01T10:16:14.2013526Z test_dispatch_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.538s) 2022-12-01T10:16:14.2013673Z test_dispatch_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2013813Z test_dispatch_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:16:14.2013995Z test_dispatch_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2014145Z test_dispatch_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2014293Z test_dispatch_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2014443Z test_dispatch_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2014781Z test_dispatch_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:16:14.2014949Z test_dispatch_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:16:14.2015094Z test_dispatch_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:16:14.2015237Z test_dispatch_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:16:14.2015365Z test_dispatch_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.121s) 2022-12-01T10:16:14.2015506Z test_dispatch_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2015696Z test_dispatch_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:16:14.2015836Z test_dispatch_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:16:14.2015976Z test_dispatch_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2016114Z test_dispatch_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:16:14.2016263Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2016406Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2016543Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2016691Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2016840Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2016986Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017131Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017273Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017418Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017557Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017686Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017825Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2017970Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2018114Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:16:14.2018264Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2018415Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2018560Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2018700Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2018836Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2018965Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:16:14.2019101Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.081s) 2022-12-01T10:16:14.2019235Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2019413Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2019551Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2019698Z test_dispatch_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2019841Z test_dispatch_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2019987Z test_dispatch_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2020122Z test_dispatch_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2020266Z test_dispatch_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2020408Z test_dispatch_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2020546Z test_dispatch_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.932s) 2022-12-01T10:16:14.2020720Z test_dispatch_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.822s) 2022-12-01T10:16:14.2020865Z test_dispatch_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.820s) 2022-12-01T10:16:14.2021005Z test_dispatch_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.950s) 2022-12-01T10:16:14.2021142Z test_dispatch_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.951s) 2022-12-01T10:16:14.2021268Z test_dispatch_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (0.788s) 2022-12-01T10:16:14.2021406Z test_dispatch_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (0.791s) 2022-12-01T10:16:14.2021545Z test_dispatch_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (0.789s) 2022-12-01T10:16:14.2021683Z test_dispatch_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (0.786s) 2022-12-01T10:16:14.2021821Z test_dispatch_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.786s) 2022-12-01T10:16:14.2021965Z test_dispatch_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2022103Z test_dispatch_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2022250Z test_dispatch_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:16:14.2022382Z test_dispatch_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2022524Z test_dispatch_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2022660Z test_dispatch_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2022795Z test_dispatch_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2022932Z test_dispatch_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2023068Z test_dispatch_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2023207Z test_dispatch_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2023348Z test_dispatch_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2023472Z test_dispatch_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.091s) 2022-12-01T10:16:14.2023613Z test_dispatch_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.893s) 2022-12-01T10:16:14.2023757Z test_dispatch_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.791s) 2022-12-01T10:16:14.2023902Z test_dispatch_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.787s) 2022-12-01T10:16:14.2024040Z test_dispatch_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.897s) 2022-12-01T10:16:14.2024175Z test_dispatch_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.895s) 2022-12-01T10:16:14.2024310Z test_dispatch_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.904s) 2022-12-01T10:16:14.2024478Z test_dispatch_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (0.804s) 2022-12-01T10:16:14.2024615Z test_dispatch_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (0.965s) 2022-12-01T10:16:14.2024740Z test_dispatch_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (0.902s) 2022-12-01T10:16:14.2024877Z test_dispatch_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (0.744s) 2022-12-01T10:16:14.2025013Z test_dispatch_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.743s) 2022-12-01T10:16:14.2025150Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:16:14.2025289Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2025427Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2025563Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2025701Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2025855Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2025990Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2026121Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2026254Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2026390Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2026532Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2026676Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2026821Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2026950Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2027092Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2027239Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2027377Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2027517Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2027655Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2027790Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2027929Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2028056Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2028192Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2028332Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2028468Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2028624Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2028772Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2028924Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029077Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029212Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029362Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029511Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029689Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029836Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2029985Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2030140Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2030292Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2030446Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2030588Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2030815Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2030970Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2031150Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2031301Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2031450Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2031598Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2031737Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2031861Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2031999Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2032136Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2032277Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2032414Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2032549Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2032684Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2032817Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2032950Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2033074Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2033211Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2033348Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2033482Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2033619Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2033748Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2033885Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-12-01T10:16:14.2034021Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2034145Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2034278Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2034411Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2034538Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2034670Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2034846Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2035007Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2035162Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2035312Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2035471Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2035626Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2035780Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2035936Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2036088Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2036269Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2036425Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2036566Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2036717Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2036878Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2037033Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2037200Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2037362Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2037525Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2037684Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2037843Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2037989Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2038145Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2038299Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2038455Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2038608Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2038755Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2038893Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2039035Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2039173Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2039294Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2039432Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2039571Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2039708Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2039845Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2040009Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2040165Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2040315Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2040455Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2040606Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2040755Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2040903Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2041052Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2041196Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2041370Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2041518Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2041663Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2041815Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2041967Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2042119Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2042272Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2042425Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2042576Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2042726Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2042877Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2043015Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2043154Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2043289Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2043427Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2043563Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2043699Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2043837Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2043974Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2044094Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2044230Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2044365Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2044498Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2044633Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2044767Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2044900Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045106Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045226Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045354Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045483Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045612Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045740Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2045874Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2046009Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2046142Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2046264Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2046396Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2046553Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2046688Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2046821Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2046951Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2047081Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2047221Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2047344Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2047487Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2047629Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2047772Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2047913Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2048051Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2048193Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2048329Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2048452Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2048586Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2048719Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2048852Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2048992Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2049125Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2049261Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2049392Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2049509Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2049643Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2049776Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2049905Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2050034Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2050165Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2050327Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2050459Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2050584Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2050719Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2050853Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2050985Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2051116Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2051244Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2051375Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2051504Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2051620Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2051781Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2051912Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2052059Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.2052205Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2052343Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2052476Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2052612Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2052734Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2052866Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053000Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053130Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053257Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053383Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053510Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053639Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2053786Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2053940Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2054092Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2054245Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2054397Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2054724Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2054891Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2055043Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2055197Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2055338Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2055489Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2055699Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2055854Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2056003Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2056151Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2056298Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2056449Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2056589Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2056740Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2056886Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2057069Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2057214Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2057367Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2057517Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2057659Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2057798Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2057928Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2058067Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2058204Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2058345Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2058483Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2058619Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2058756Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2058891Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2059014Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2059151Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2059287Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2059426Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-12-01T10:16:14.2059571Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2059714Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2059855Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2059993Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2060118Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2060253Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2060390Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2060526Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2060671Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.685s) 2022-12-01T10:16:14.2060842Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.697s) 2022-12-01T10:16:14.2060979Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2061115Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2061240Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2061374Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2061514Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2061648Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2061780Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2061909Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2062039Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2062203Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2062338Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2062476Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2062625Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2062770Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2062912Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2063056Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2063194Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2063329Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2063459Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2063602Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2063740Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2063879Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2064017Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2064154Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2064289Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2064425Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2064564Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2064692Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2064830Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2064966Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2065101Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2065236Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2065368Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2065500Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2065635Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2065754Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2065905Z test_dispatch_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2066084Z test_dispatch_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2066233Z test_dispatch_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2066383Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2066528Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2066672Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2066807Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2066924Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2067059Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2067195Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2067354Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2067486Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2067616Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2067746Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2067874Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2067988Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2068116Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2068245Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2068378Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2068516Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2068657Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2068794Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2068926Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2069047Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2069175Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2069305Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2069434Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2069561Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2069690Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2069823Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2069968Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2070093Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2070235Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2070379Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2070519Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2070728Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2070868Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071007Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071145Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071303Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071439Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071575Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071712Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2071862Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2072009Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2072162Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2072315Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2072454Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2072628Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2072778Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2072924Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2073071Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2073219Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2073363Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2073509Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2073655Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2073785Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2073922Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2074065Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2074207Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2074344Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2074486Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2074627Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2074764Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2074889Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2075023Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2075163Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2075297Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2075432Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2075573Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2075708Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2075851Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2075980Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2076120Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2076256Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2076422Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2076561Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2076696Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2076833Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2076967Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2077089Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2077224Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2077366Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2077500Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2077646Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2077819Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2077962Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2078101Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2078240Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2078366Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2078503Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2078638Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2078773Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2078908Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2079047Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2079189Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2079329Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2079456Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2079641Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2079821Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2079994Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2080165Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2080338Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2080509Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2080676Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2080840Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2080988Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2081153Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2081321Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2081532Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2081702Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2081866Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2082030Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2082199Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2082360Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2082510Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2082669Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2082863Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2083026Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2083184Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2083342Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2099090Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2099351Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2099521Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2099687Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2099851Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2100011Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2100167Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2100318Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2100479Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2100636Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2100794Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2100954Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2101099Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2101261Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2101414Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2101568Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2101721Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2101874Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2102024Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2102196Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2102519Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2102692Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2102876Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2103060Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2103213Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2103363Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2103513Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2103667Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2103828Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.086s) 2022-12-01T10:16:14.2104026Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:16:14.2104168Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2104322Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2104474Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2104631Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:16:14.2104788Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.276s) 2022-12-01T10:16:14.2104943Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.307s) 2022-12-01T10:16:14.2105098Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2105257Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2105394Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2105564Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.086s) 2022-12-01T10:16:14.2105736Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-12-01T10:16:14.2105905Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2106074Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2106238Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2106405Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2106570Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2106732Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2106882Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2107039Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2107199Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2107373Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2107541Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2107745Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2107915Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2108084Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2108253Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2108406Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2108572Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2108736Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2108903Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:16:14.2109098Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2109266Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2109428Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2109591Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2109747Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2109891Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:16:14.2110044Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:16:14.2110204Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2110363Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2110519Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2110766Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2110920Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2111070Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2111212Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2111366Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2111521Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2111673Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2111821Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2111965Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2112143Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2112301Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2112454Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:16:14.2112600Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2112753Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2112942Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2113095Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2113281Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2113463Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2113638Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2113826Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2114011Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2114219Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2114408Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2114593Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2114778Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2114960Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2115139Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2115321Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2115503Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2115682Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2115879Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2116037Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2116207Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2116373Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2116543Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2116711Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (4.023s) 2022-12-01T10:16:14.2116877Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (3.989s) 2022-12-01T10:16:14.2117040Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (4.002s) 2022-12-01T10:16:14.2117193Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2117343Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2117481Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2117625Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2117770Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2117947Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2118108Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.258s) 2022-12-01T10:16:14.2118267Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.270s) 2022-12-01T10:16:14.2118424Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2118581Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2118738Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2118883Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2119038Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2119194Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2119385Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2119544Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2119702Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2119863Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2120021Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2120165Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2120321Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2120476Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2120634Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2120787Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2120939Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2121086Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2121239Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2121407Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:16:14.2121564Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:16:14.2121732Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2121892Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2122048Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2122206Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2122360Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2122522Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2122686Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2122845Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2122997Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2123195Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2123365Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2123532Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2123694Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2123869Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2124039Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2124207Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2124379Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2124560Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2124727Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2124895Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2125060Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2125225Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2125392Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2125567Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2125744Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2125913Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2126055Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2126205Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2126354Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2126506Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2126664Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2126818Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2126973Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2127124Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2127257Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2127416Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2127571Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2127725Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2127879Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2128033Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2128217Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2128374Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2128530Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2128675Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2128826Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2128977Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2129125Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2129274Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2129426Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2129603Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2129752Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2129920Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2130075Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2130241Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2130406Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2130564Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2130724Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2130883Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2131049Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2131214Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2131380Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2131533Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2131691Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2131855Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2132019Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2132183Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2132340Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.299s) 2022-12-01T10:16:14.2132497Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.303s) 2022-12-01T10:16:14.2132654Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.301s) 2022-12-01T10:16:14.2132813Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.791s) 2022-12-01T10:16:14.2132957Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.795s) 2022-12-01T10:16:14.2133109Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.816s) 2022-12-01T10:16:14.2133309Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (4.957s) 2022-12-01T10:16:14.2133465Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (4.965s) 2022-12-01T10:16:14.2133626Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.312s) 2022-12-01T10:16:14.2133780Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.273s) 2022-12-01T10:16:14.2133944Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.158s) 2022-12-01T10:16:14.2134109Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.185s) 2022-12-01T10:16:14.2134253Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (2.221s) 2022-12-01T10:16:14.2134408Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (2.232s) 2022-12-01T10:16:14.2134797Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.221s) 2022-12-01T10:16:14.2135054Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.249s) 2022-12-01T10:16:14.2135216Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.768s) 2022-12-01T10:16:14.2135371Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.767s) 2022-12-01T10:16:14.2135534Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.141s) 2022-12-01T10:16:14.2135695Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-12-01T10:16:14.2135844Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2135981Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2136135Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2136288Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2136440Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2136601Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2136765Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2136936Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2137106Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2137283Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2137449Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2137624Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2137779Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:16:14.2137931Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:16:14.2138083Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:16:14.2138240Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2138400Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2138559Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2138753Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2138898Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2139045Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.117s) 2022-12-01T10:16:14.2139208Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2139364Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2139531Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2139696Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:16:14.2139856Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2140086Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2140240Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2140386Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2140544Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2140699Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2140855Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2141010Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2141172Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2141331Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2141498Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2141649Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2141806Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2141960Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2142111Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2142268Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2142425Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2142583Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2142739Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2142895Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2143046Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2143205Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2143363Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2143520Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2143687Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2143881Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2144046Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2144204Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2144372Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2144530Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2144700Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2144868Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2145033Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2145225Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2145390Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2145553Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2145710Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2145871Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2146016Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2146168Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-12-01T10:16:14.2146321Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.2146485Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2146641Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2146808Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2146970Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2147130Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2147286Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2147427Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2147586Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2147748Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2147904Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2148061Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2148216Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2148382Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2148541Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2148697Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2148889Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2149055Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2149214Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2149370Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2149530Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2149684Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2149839Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2149997Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2150140Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2150330Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.227s) 2022-12-01T10:16:14.2150495Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.193s) 2022-12-01T10:16:14.2150733Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.192s) 2022-12-01T10:16:14.2150895Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:16:14.2151053Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:16:14.2151214Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.191s) 2022-12-01T10:16:14.2151374Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.192s) 2022-12-01T10:16:14.2151536Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.192s) 2022-12-01T10:16:14.2151679Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2151832Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2151981Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2152131Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2152278Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2152427Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2152574Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2152715Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2152865Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2153000Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2153147Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2153295Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2153444Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2153591Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2153739Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2153883Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2154070Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2154205Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2154351Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2154502Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2154651Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2154797Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2154946Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2155093Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2155240Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2155433Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2155584Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2155733Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2155881Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2156028Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2156189Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2156348Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2156504Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2156663Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2156815Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2156978Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2157140Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2157294Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2157447Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2157599Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2157766Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2157942Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2158111Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2158265Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2158431Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2158599Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2158763Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2158921Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2159112Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2159277Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2159439Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2159597Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2159739Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2159893Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2160052Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2160210Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2160368Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2160552Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2160715Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2160870Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161022Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161163Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161315Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161466Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161619Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161771Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2161923Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2162074Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2162231Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2162382Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2162542Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2162699Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2162856Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163014Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163168Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163321Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163475Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163626Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163770Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2163927Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2164083Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2164306Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2164460Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2164610Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2164761Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2164911Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2165079Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2165239Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2165410Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2165578Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2165779Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2165946Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2166105Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2166270Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2166434Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2166596Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2166766Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2166961Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2167146Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2167331Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2167506Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2167685Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2167857Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2168026Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2168207Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2168372Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2168523Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.183s) 2022-12-01T10:16:14.2168680Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.218s) 2022-12-01T10:16:14.2168835Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:16:14.2168988Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.254s) 2022-12-01T10:16:14.2169141Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.198s) 2022-12-01T10:16:14.2169337Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.206s) 2022-12-01T10:16:14.2169505Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2169672Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2169824Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2169991Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2170155Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2170319Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2170482Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2170624Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.225s) 2022-12-01T10:16:14.2170787Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2170933Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.217s) 2022-12-01T10:16:14.2171074Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2171203Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.217s) 2022-12-01T10:16:14.2171339Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2171476Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.217s) 2022-12-01T10:16:14.2171611Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2171752Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2171890Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2172026Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.216s) 2022-12-01T10:16:14.2172167Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.230s) 2022-12-01T10:16:14.2172290Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.219s) 2022-12-01T10:16:14.2172424Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2172561Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:16:14.2172700Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2172832Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2172967Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2173100Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2173242Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2173374Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2173515Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2173652Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2173789Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2173926Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2174067Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2174206Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2174342Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2174672Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2174879Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2175020Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2175159Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2175294Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2175432Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2175570Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2175706Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2175831Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2175965Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2176174Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2176326Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2176474Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2176622Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2176758Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2176889Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177029Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177154Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177293Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177431Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177565Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177697Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177827Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2177961Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2178090Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2178208Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2178336Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2178477Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2178616Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2178761Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2178904Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2179048Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2179187Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2179313Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2179451Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2179587Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2179723Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2179858Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2180032Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2180167Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2180308Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.854s) 2022-12-01T10:16:14.2180433Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.967s) 2022-12-01T10:16:14.2180568Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (1.856s) 2022-12-01T10:16:14.2180702Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (1.831s) 2022-12-01T10:16:14.2180839Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2180972Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2181110Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2181248Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2181454Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2181577Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2181710Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2181844Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2181975Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2182104Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2182236Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2182367Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2182508Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (2.316s) 2022-12-01T10:16:14.2182640Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (2.385s) 2022-12-01T10:16:14.2182780Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2182915Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2183059Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2183200Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2183342Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2183479Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2183615Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2183739Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2183875Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2184011Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2184144Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2184279Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2184413Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2184555Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2184699Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2184827Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2184966Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2185139Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.146s) 2022-12-01T10:16:14.2185275Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.123s) 2022-12-01T10:16:14.2185436Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2185591Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2185751Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2185908Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2186063Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2186206Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2186355Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2186556Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2186712Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2186868Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2187022Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2187177Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2187333Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2187473Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2187627Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2187777Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2187930Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2188082Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2188238Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2188389Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2188544Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2188700Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2188837Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2188986Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2189138Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2189288Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2189435Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2189591Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2189741Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2189895Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2190038Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2190184Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2190368Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2190519Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2190750Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2190902Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2191058Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2191212Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2191365Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2191507Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2191660Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2191844Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2191997Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2192146Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2192295Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2192437Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2192583Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2192726Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2192852Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2192995Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193135Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193273Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193409Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193546Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193682Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193819Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2193941Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2194078Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2194218Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2194356Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2194487Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2194619Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2194750Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2194880Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2194998Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2195124Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2195255Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2195386Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2195546Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2195690Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2195828Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2195963Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2196085Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2196217Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2196347Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2196474Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2196603Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2196733Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2196896Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2197030Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2197155Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2197292Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2197424Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2197555Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2197686Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2197815Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2197946Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2198077Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2198198Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2198329Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2198465Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2198598Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2198728Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2198856Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2198997Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.670s) 2022-12-01T10:16:14.2199136Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.628s) 2022-12-01T10:16:14.2199263Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2199400Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2199540Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2199678Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2199815Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2199950Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2200084Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2200215Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2200337Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2200467Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2200609Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2200787Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2200930Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2201068Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2201208Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2201348Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2201475Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2201621Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2201764Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2201901Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202066Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202209Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202345Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202484Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202610Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202751Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2202889Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203028Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203168Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203309Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203446Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203578Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203698Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2203840Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2203988Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2204133Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2204274Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2204417Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2204556Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2204693Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2204829Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2204952Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2205093Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2205232Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2205369Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2205504Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2205637Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2205771Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2205952Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2206072Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2206202Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2206335Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2206463Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2206595Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2206728Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2206865Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2207003Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2207130Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2207294Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2207431Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2207563Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2207693Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2207823Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2207954Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2208083Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2208201Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2208345Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2208487Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2208637Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2208782Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2208925Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209071Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209209Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209338Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209476Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209615Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209757Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2209897Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2210038Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2210178Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2210320Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2210447Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2210583Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2210719Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2210857Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2211030Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2211167Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2211302Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2211442Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2211570Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2211708Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2211844Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2211979Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2212114Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2212247Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2212390Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2212557Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2212682Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2212816Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2212951Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2213086Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2213219Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2213351Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2213483Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2213616Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2213756Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2213905Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2214059Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2214212Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2214365Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2214694Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2214910Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2215061Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2215210Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2215348Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2215494Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:16:14.2215640Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2215788Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2215931Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2216069Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2216214Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2216360Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2216554Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2216697Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2216834Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2216968Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2217108Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2217247Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2217386Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2217525Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2217650Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2217790Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2217960Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2218105Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2218247Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2218388Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2218527Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2218665Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2218790Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2218927Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2219062Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2219201Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2219336Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2219471Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2219610Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2219744Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2219874Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220011Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220147Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220282Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220418Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220554Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220689Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220822Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2220956Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221076Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221219Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221354Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221498Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221711Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221854Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2221991Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2222124Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2222250Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2222387Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2222523Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2222660Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2222800Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2222944Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223112Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223262Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223399Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223541Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223681Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223818Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2223958Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224093Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224227Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224372Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224499Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224644Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224783Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2224929Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225072Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225215Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225356Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225494Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225626Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225765Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2225903Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2226041Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2226181Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2226319Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2226454Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2226586Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2226724Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2226880Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2227019Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2227153Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2227287Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2227420Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2227549Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2227679Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2227805Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2227923Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2228052Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2228215Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2228348Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2228487Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2228624Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2228759Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2228889Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2229009Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2229141Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2229270Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2229398Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2229529Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2229660Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2229796Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2229930Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230051Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230180Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230310Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230440Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230572Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230789Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2230944Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231092Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231227Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231375Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231522Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231668Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231822Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2231973Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232159Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232298Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232417Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232556Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232694Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232829Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2232964Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2233095Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2233226Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2233359Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2233505Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2233636Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2233770Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2233908Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2234044Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2234178Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2234311Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2234442Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2234562Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2234694Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2234824Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2234958Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2235089Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2235233Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2235374Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2235521Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2235656Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2235798Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2235938Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236077Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236218Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236357Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236496Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236638Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236775Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2236903Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2237038Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2237217Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2237359Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2237496Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2237634Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2237771Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2237905Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2238027Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2238158Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2238292Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2238423Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2238604Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2238755Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2238908Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2239058Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2239193Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2239340Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2239482Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2239631Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2239782Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2239932Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2240086Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2240233Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2240372Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2240522Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2240669Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2240817Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2240958Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2241105Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2241255Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2241402Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2241554Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2241692Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2241842Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2241986Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2242131Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2242323Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2242466Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2242613Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2242761Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2242902Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2243047Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2243218Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2243366Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2243510Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2243657Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2243833Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2243977Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2244121Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2244256Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2244403Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2244548Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2244698Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2244846Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2244993Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2245140Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2245286Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2245417Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2245561Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2245707Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2245854Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.602s) 2022-12-01T10:16:14.2245998Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (2.591s) 2022-12-01T10:16:14.2246146Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (2.606s) 2022-12-01T10:16:14.2246289Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (2.580s) 2022-12-01T10:16:14.2246432Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (2.578s) 2022-12-01T10:16:14.2246569Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (2.616s) 2022-12-01T10:16:14.2246693Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (2.568s) 2022-12-01T10:16:14.2246834Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (2.716s) 2022-12-01T10:16:14.2246977Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.563s) 2022-12-01T10:16:14.2247134Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.554s) 2022-12-01T10:16:14.2247289Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.515s) 2022-12-01T10:16:14.2247480Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.519s) 2022-12-01T10:16:14.2247636Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.519s) 2022-12-01T10:16:14.2247793Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.517s) 2022-12-01T10:16:14.2247932Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.517s) 2022-12-01T10:16:14.2248084Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.517s) 2022-12-01T10:16:14.2248237Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.519s) 2022-12-01T10:16:14.2248374Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2248508Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2248648Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2248791Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2248958Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249083Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249219Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249354Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249489Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249624Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249755Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2249887Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2250019Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2250156Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2250299Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2250443Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2250589Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2250733Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2250874Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2251013Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2251149Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2251292Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2251418Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2251550Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2251681Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2251817Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2251953Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252091Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252225Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252357Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252477Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252633Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252766Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2252897Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253028Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253159Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253294Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253428Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2253556Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253694Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253828Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2253993Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2254129Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2254259Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2254391Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2254694Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2254862Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2254990Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2255130Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2255266Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2255412Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2255555Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2255696Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2255833Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2255957Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2256092Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2256224Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2256357Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2256488Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2256621Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2256754Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2256891Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257011Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257143Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257272Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257402Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257533Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257660Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257790Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2257930Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258113Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258252Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258392Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258530Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258664Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258797Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2258931Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259066Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259187Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259322Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259487Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259626Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259761Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2259892Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260026Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260159Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260276Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260404Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260532Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260663Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2260800Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2260929Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261066Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261207Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261328Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261460Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261590Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261719Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261845Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2261978Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2262108Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2262241Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2262356Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2262495Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2262631Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2262767Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2262899Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2263030Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2263188Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2263318Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2263432Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2263560Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2263696Z test_dispatch_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2263824Z test_dispatch_meta_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2263964Z test_dispatch_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2264103Z test_dispatch_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2264240Z test_dispatch_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2264375Z test_dispatch_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2264498Z test_dispatch_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2264658Z test_dispatch_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2264793Z test_dispatch_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2264926Z test_dispatch_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2265054Z test_dispatch_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2265186Z test_dispatch_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2265313Z test_dispatch_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2265461Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2265592Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2265738Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2265879Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2266016Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2266159Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2266302Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2266441Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2266582Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2266709Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2266850Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2266993Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2267131Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2267281Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2267429Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2267584Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2267737Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2267887Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2268025Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2268170Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2268347Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2268495Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2268638Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2268784Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2268932Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2269069Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2269188Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2269321Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2269454Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2269590Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2269774Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2269907Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2270035Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2270165Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2270281Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2270441Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2270606Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2270840Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2270996Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2271147Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2271293Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2271440Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2271582Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2271709Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2271852Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2271995Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2272136Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2272284Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2272435Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2272578Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2272728Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2272858Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273004Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273147Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273295Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273441Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273626Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273772Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2273913Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274041Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274186Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274329Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274472Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274615Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274762Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2274936Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275078Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275217Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275347Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275495Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275638Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275781Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2275928Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276075Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276222Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276363Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276492Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276633Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276776Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2276941Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2277108Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2277276Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2277444Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2277603Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2277758Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2277907Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2278063Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2278224Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2278388Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2278551Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2278763Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2278923Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2279080Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2279238Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2279383Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2279837Z 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:16:14.2280186Z 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:16:14.2280559Z 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:16:14.2280898Z 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:16:14.2281236Z 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:16:14.2281568Z 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:16:14.2281903Z 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:16:14.2282241Z 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:16:14.2282574Z 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:16:14.2282912Z 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:16:14.2283238Z 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:16:14.2283568Z 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:16:14.2283894Z 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:16:14.2284237Z 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:16:14.2284571Z 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:16:14.2284904Z 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:16:14.2285052Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2285194Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2285339Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2285511Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2285644Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2285781Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2285925Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2286066Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2286208Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2286350Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2286495Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2286636Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2286784Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2286938Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2287076Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2287215Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2287355Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2287517Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2287683Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2287844Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2288005Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2288151Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2288304Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2288461Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2288623Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2288779Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2288942Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2289102Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2289263Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2289423Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2289565Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2289723Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2289879Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2290025Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2290166Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2290307Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2290445Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2290618Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2290748Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2290887Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291025Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291163Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291303Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291444Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291581Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291717Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2291859Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292010Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292150Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292286Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292422Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292564Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292703Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292842Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2292979Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2293103Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2293244Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2293380Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2293544Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2293711Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2293871Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2294035Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2294197Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2294340Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2294698Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2294913Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2295272Z 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:16:14.2295616Z 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:16:14.2295951Z 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:16:14.2296284Z 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:16:14.2296675Z 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:16:14.2297012Z 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:16:14.2297345Z 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:16:14.2297674Z 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:16:14.2297811Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2297960Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2298110Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2298293Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2298438Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2298583Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2298727Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2298873Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299032Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299180Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299337Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299496Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299655Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299812Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2299967Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2300121Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2300274Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2300422Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2300574Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2300733Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2300886Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301039Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301195Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301349Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301501Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301660Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301802Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2301983Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2302135Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2302293Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2302445Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2302598Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2302753Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2302910Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2303065Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2303208Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2303423Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2303578Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2303732Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2303881Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2304026Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2304168Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2304312Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2304443Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2304588Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2304725Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2304861Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2305001Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2305144Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2305284Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2305463Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2305603Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2305735Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2305878Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2306013Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2306153Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2306295Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2306477Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2306657Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2306836Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2307004Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2307216Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2307391Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2307560Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2307734Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2307907Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2308074Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2308243Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2308414Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2308594Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2308756Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2308921Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2309086Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2309251Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2309415Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2309580Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2309750Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2309914Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2310066Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2310227Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2310387Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2310549Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2310995Z 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:16:14.2311358Z 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:16:14.2311713Z 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:16:14.2312060Z 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:16:14.2312408Z 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:16:14.2312756Z 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:16:14.2313148Z 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:16:14.2313477Z 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:16:14.2313825Z 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:16:14.2314177Z 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:16:14.2314523Z 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:16:14.2314901Z 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:16:14.2315255Z 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:16:14.2315595Z 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:16:14.2315940Z 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:16:14.2316286Z 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:16:14.2316629Z 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:16:14.2316983Z 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:16:14.2317333Z 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:16:14.2317674Z 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:16:14.2318008Z 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:16:14.2318353Z 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:16:14.2318699Z 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:16:14.2319042Z 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:16:14.2319387Z 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:16:14.2319737Z 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:16:14.2320086Z 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:16:14.2320471Z 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:16:14.2320812Z 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:16:14.2321160Z 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:16:14.2321507Z 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:16:14.2321846Z 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:16:14.2322036Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2322188Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2322344Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2322501Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2322661Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2322818Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2322976Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2323132Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2323288Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2323424Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2323572Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2323719Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2323866Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2324011Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2324151Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2324295Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2324441Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2324585Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2324714Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2324858Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2324997Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2325140Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2325278Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2325413Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2325552Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2325729Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2325857Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2325990Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326130Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326271Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326409Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326544Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326681Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326816Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2326937Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327070Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327226Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327361Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327495Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327642Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327785Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2327938Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2328075Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2328221Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2328369Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2328517Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2328660Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2328799Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2328941Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2329083Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2329222Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2329359Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2329499Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2329654Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2329806Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2329955Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330102Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330247Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330394Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330525Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330670Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330809Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2330981Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2331124Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2331260Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2331390Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2331529Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2331654Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2331788Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2331923Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2332054Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2332186Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2332345Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2332476Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2332608Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2332735Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2332870Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333012Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333153Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333290Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333425Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333567Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333701Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333822Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2333953Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2334086Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2334217Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2334356Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2334644Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2334849Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2335000Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2335132Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2335273Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2335409Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2335545Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2335680Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2335814Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2335946Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2336080Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2336204Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2336403Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2336537Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2336676Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2336815Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2336953Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337088Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337220Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337352Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337472Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337605Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337769Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2337903Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2338036Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2338170Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2338309Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2338443Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2338562Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2338694Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2338823Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2338966Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2339112Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2339255Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2339392Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2339528Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2339654Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2339791Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2339929Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2340062Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2340197Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2340331Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2340466Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2340604Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2340727Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2340858Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2340987Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2341119Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2341250Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2341377Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2341538Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2341668Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2341785Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2341920Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342048Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342185Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342321Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342453Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342584Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342713Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342832Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2342986Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2343117Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2343247Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2343375Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2343518Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2343655Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2343801Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2343933Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2344075Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2344213Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2344353Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2344491Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2344628Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2344765Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2344901Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2345025Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2345163Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.298s) 2022-12-01T10:16:14.2345301Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.299s) 2022-12-01T10:16:14.2345434Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-12-01T10:16:14.2345564Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.213s) 2022-12-01T10:16:14.2345706Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (3.545s) 2022-12-01T10:16:14.2345844Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (3.427s) 2022-12-01T10:16:14.2345985Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:16:14.2346112Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-12-01T10:16:14.2346249Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.073s) 2022-12-01T10:16:14.2346384Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-12-01T10:16:14.2346516Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2346672Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2346808Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2346940Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347069Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347186Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347315Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347445Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347569Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347696Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347822Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2347952Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2348123Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2348256Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2348406Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2348554Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2348699Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2348846Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2348990Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2349132Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2349271Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2349396Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2349535Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2349671Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2349807Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:16:14.2349938Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2350075Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:16:14.2350212Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:16:14.2350347Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2350482Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2350603Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2350823Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2350956Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2351086Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2351220Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2351352Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2351484Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2351602Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2351738Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2351917Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352052Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352185Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2352314Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352440Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352567Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352684Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352814Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2352950Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353080Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353219Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353387Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353523Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353657Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353776Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2353908Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2354041Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2354171Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2354301Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2354449Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2354592Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2354740Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2354889Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2355021Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2355160Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2355296Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2355438Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2355575Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2355716Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2355859Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2356003Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2356129Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2356275Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2356419Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2356560Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2356699Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2356837Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2356974Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2357159Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2357286Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2357421Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2357555Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2357684Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2357822Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2357958Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2358092Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2358224Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2358345Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2358505Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2358637Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2358766Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2358894Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2359023Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2359155Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2359284Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2359408Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2359543Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2359676Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2359811Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2359939Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2360067Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2360196Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2360324Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2360440Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2360568Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2360711Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2360848Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2360995Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361141Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361281Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361420Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361548Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361685Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361822Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2361957Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2362093Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2362273Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2362411Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2362547Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2362669Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2362800Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2362931Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2363061Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2363191Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2363322Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2363465Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2363604Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2363755Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2363892Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2364024Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2364159Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2364289Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2364419Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2364546Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2364691Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2364821Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2364969Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2365114Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2365254Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2365395Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2365535Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2365674Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2365812Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2365941Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2366077Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2366218Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2366354Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2366497Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2366643Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2366787Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2366926Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2367067Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2367194Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2367329Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2367497Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2367635Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2367778Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2367913Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2368049Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2368189Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2368312Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2368446Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2368582Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2368716Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2368876Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2369008Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2369141Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2369274Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2369390Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2369544Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2369697Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2369848Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2369997Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2370137Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2370268Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2370406Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2370530Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2370666Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2370799Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2370932Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2371064Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2371194Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2371327Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2371460Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2371578Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2371719Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2371857Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2371992Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2372120Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2372258Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2372395Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2372529Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2372677Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2372808Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2372939Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2373068Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2373194Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2373323Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2373453Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2373595Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2373724Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2373868Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2374034Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2374183Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2374328Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2374615Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2374813Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2374952Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2375081Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2375220Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2375359Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2375500Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2375638Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2375774Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2375909Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2376044Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2376176Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2376294Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2376426Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2376558Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2376690Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2376831Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2376965Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2377104Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2377244Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2377373Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2377508Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2377645Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2377780Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2377916Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2378106Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2378240Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2378371Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2378490Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2378633Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2378773Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2378919Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2379063Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2379203Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2379371Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2379542Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2379671Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2379808Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2379945Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2380080Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2380216Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2380352Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2380489Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2380625Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2380757Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2380899Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2381039Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2381176Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2381313Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2381448Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2381580Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2381714Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2381832Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2381966Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2382098Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2382237Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2382380Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2382519Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2382656Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2382792Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2382916Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2383071Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.903s) 2022-12-01T10:16:14.2383250Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (1.898s) 2022-12-01T10:16:14.2383406Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (1.900s) 2022-12-01T10:16:14.2383555Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (1.897s) 2022-12-01T10:16:14.2383703Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (1.897s) 2022-12-01T10:16:14.2383850Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (1.891s) 2022-12-01T10:16:14.2383998Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (1.900s) 2022-12-01T10:16:14.2384134Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (1.893s) 2022-12-01T10:16:14.2384284Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.891s) 2022-12-01T10:16:14.2384420Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (3.796s) 2022-12-01T10:16:14.2384554Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (3.660s) 2022-12-01T10:16:14.2384717Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (3.520s) 2022-12-01T10:16:14.2384855Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (3.561s) 2022-12-01T10:16:14.2384989Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (3.548s) 2022-12-01T10:16:14.2385123Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (3.003s) 2022-12-01T10:16:14.2385253Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (3.689s) 2022-12-01T10:16:14.2385375Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (3.074s) 2022-12-01T10:16:14.2385509Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.977s) 2022-12-01T10:16:14.2385651Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2385791Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2385940Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386084Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386230Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386371Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386499Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386638Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386774Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2386912Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2387049Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2387190Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2387326Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2387459Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2387581Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2387719Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2387850Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2387980Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2388109Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2388248Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2388453Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2388598Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2388726Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2388865Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2389001Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2389138Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2389274Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2389412Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2389546Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2389681Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2389824Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2389955Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2390085Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2390216Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2390345Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2390495Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2390741Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2390891Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2391017Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2391165Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2391381Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2391533Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2391673Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2391810Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2391951Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2392087Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2392211Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2392345Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2392477Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2392612Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2392742Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2392889Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2393034Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2393169Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2393286Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2393422Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2393558Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2393695Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2393889Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2394027Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2394158Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2394290Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2394409Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2394537Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2394667Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2394796Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2394937Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395074Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395243Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395385Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395515Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395651Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395787Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2395923Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2396058Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2396192Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2396326Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2396461Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2396594Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2396720Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2396853Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2396994Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397132Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397273Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397408Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397544Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397683Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397805Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2397938Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2398070Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2398201Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2398335Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2398474Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2398608Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2398747Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2398874Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2399039Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2399176Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2399312Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2399444Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2399576Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2399707Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2399835Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2399955Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2400083Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2400219Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2400383Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2400520Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2400655Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2400788Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2400918Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2401038Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2401169Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2401300Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2401436Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2401575Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2401709Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2401847Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2401985Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402108Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402240Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402369Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402499Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402628Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402757Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2402890Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2403020Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2403145Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2403276Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2403415Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2403552Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2403690Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2403823Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2403955Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404086Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404233Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404364Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404492Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404623Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404751Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2404894Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2405033Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2405179Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2405311Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2405454Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2405623Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2405764Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2405903Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2406043Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2406181Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2406317Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2406441Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2406576Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2406704Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2406841Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2406959Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407076Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407201Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407324Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407432Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407550Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407669Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407788Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2407907Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408024Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408142Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408258Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408361Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408480Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408597Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408722Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408844Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2408961Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409105Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409210Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409361Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409479Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409596Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409710Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409826Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2409940Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2410069Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2410184Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2410317Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2410450Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2410583Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2410738Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2410868Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2410996Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2411123Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2411236Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2411362Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2411488Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2411612Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2411735Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2411861Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2411991Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2412118Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2412231Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2412356Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2412476Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2412601Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2412721Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2412839Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2412961Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413080Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413191Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413314Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413433Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413550Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413670Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413787Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2413912Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2414021Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2414149Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2414275Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2414436Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2414751Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2414903Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2415028Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2415148Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2415254Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2415373Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2415491Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2415622Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2415754Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2415889Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2416068Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2416197Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2416310Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2416433Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2416557Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2416680Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2416805Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2416930Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2417056Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2417179Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2417293Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2417417Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2417540Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2417667Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2417794Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2417920Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418043Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418165Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418276Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418398Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418518Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418639Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2418758Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2418878Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2419000Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2419118Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2419222Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2419341Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2419457Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2419584Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2419752Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2419880Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420004Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420126Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2420237Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2420359Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420479Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420602Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420722Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420842Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2420969Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2421115Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2421244Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2421364Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2421487Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2421609Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2421729Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2421849Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2421965Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422074Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422196Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422316Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2422435Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422551Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422670Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422788Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2422907Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2423018Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423141Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423265Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423390Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423513Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423632Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423752Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423871Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2423978Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2424096Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2424214Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2424330Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2424455Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2424572Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2424731Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2424858Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2424968Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425087Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425206Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425328Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425446Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425563Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425682Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425796Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2425915Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426046Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426201Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426326Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426448Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426569Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426687Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426791Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2426909Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2427030Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2427153Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2427275Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2427403Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2427530Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2427653Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2427762Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2427881Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2427999Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2428118Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2428237Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2428355Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2428475Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2428583Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2428714Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2428845Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2428975Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2429102Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2429225Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2429348Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2429467Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2429575Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2429694Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2429856Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2429986Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2430119Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2430252Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2430377Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2430505Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2430695Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2430833Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2430963Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2431089Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2431215Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2431371Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2431495Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2431615Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2431726Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2431845Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2431969Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2432098Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2432225Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2432350Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2432473Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2432595Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2432703Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2432823Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2432943Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2433063Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2433204Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2433350Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2433492Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2433630Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2433759Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2433898Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2434036Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2434167Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2434302Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2434439Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2434565Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2434695Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2434811Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2434936Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2435058Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2435210Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2435329Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2435446Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2435567Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2435675Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2435799Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2435919Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2436046Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2436173Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2436294Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2436417Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2436560Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2436669Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2436788Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2436907Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2437025Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2437145Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2437268Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2437387Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2437514Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2437627Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2437752Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2437873Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2437990Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2438108Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2438226Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2438345Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2438464Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2438568Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2438698Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.170s) 2022-12-01T10:16:14.2438831Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.179s) 2022-12-01T10:16:14.2438963Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:16:14.2439095Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.161s) 2022-12-01T10:16:14.2439223Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.137s) 2022-12-01T10:16:14.2439348Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.138s) 2022-12-01T10:16:14.2439460Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2439577Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2439699Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2439818Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2439936Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2440055Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2440174Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2440319Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2440426Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2440546Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2440671Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2440791Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2440912Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441032Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441149Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441267Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441372Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441488Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441607Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441750Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2441877Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442003Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442129Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442256Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442367Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442487Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442610Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442733Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442861Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2442982Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2443111Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2443238Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2443359Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2443481Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2443602Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2443722Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2443838Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2443954Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2444073Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2444184Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2444307Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2444425Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2444551Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2444673Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2444793Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2444912Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2445028Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2445136Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2445254Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2445404Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2445524Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2445641Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2445770Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2445896Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446009Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446132Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446255Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446375Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446493Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446617Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446738Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2446893Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2447006Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2447128Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2447249Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2447369Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2447488Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2447604Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2447725Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2447847Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2447959Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448084Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448206Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448327Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448446Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448566Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448685Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448806Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2448913Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2449040Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2449160Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2449289Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2449414Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2449541Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2449665Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2449787Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2449896Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2450017Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2450144Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2450273Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2450395Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2450558Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:16:14.2450692Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2450807Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2450935Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2451063Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2451189Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2451312Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2451432Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2451558Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2451684Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2451804Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2451960Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452096Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452230Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452363Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452494Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452623Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452752Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452865Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2452992Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2453120Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2453248Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2453374Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2453516Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2453652Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2453798Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2453930Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2454072Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2454214Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2454354Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2454690Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2454849Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2454986Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2455120Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2455245Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2455378Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2455503Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2455623Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2455750Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2455874Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456048Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456169Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456276Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456396Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456513Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456630Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456749Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456876Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2456995Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2457124Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2457243Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2457404Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2457528Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2457650Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2457768Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2457883Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2458002Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2458122Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2458236Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2458354Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2458475Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2458597Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2458720Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2458839Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2458955Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2459062Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2459178Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2459303Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2459422Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2459549Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2459675Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2459799Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2459920Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2460026Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2460143Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460259Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460378Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460495Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460621Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460737Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460866Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2460982Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461133Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461256Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461377Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461494Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461609Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461727Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461846Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2461964Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2462093Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2462227Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2462362Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2462522Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2462653Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2462781Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2462909Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2463023Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2463148Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2463272Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2463395Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2463522Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2463654Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2463779Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2463912Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464032Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464163Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464291Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464419Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464544Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464670Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2464795Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2464907Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2465034Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2465159Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2465290Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2465415Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2465547Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2465679Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2465810Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2465925Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2466051Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2466224Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2466348Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2466470Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2466595Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2466723Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2466847Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2466960Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2467090Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2467223Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2467348Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2467476Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2467665Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2467790Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2467911Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2468024Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2468148Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2468278Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2468406Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2468534Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2468662Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2468785Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2468919Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2469037Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2469166Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2469289Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2469418Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2469544Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2469668Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2469788Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2469907Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2470016Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2470137Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2470259Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2470384Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2470509Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-12-01T10:16:14.2470705Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2470830Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2470956Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2471071Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2471197Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2471324Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2471484Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2471615Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2471752Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2471888Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2472022Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2472146Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2472278Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2472404Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2472530Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2472657Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2472782Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2472940Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2473068Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2473184Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2473309Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2473434Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2473556Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2473680Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2473806Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2473947Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2474074Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2474212Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2474346Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2474480Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2474606Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2474732Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2474857Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2474983Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2475095Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2475220Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2475356Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2475485Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2475619Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2475751Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2475884Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2476014Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476131Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476261Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476386Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476512Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476667Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476794Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2476920Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2477041Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477154Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477279Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477402Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477521Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477639Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477757Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2477877Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2478020Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2478128Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2478254Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2478371Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2478497Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2478624Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2478747Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2478870Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2478987Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2479096Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2479220Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2509472Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2509739Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2509900Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2510062Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2510252Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2510451Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2510604Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2510818Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2510954Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2511095Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2511228Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2511358Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2511488Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2511618Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2511741Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2511870Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2511994Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2512122Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2512408Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2512542Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2512669Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2512795Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2512915Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513036Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513159Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513279Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513400Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513524Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513647Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2513808Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.215s) 2022-12-01T10:16:14.2513927Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.233s) 2022-12-01T10:16:14.2514047Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.238s) 2022-12-01T10:16:14.2514173Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.239s) 2022-12-01T10:16:14.2514292Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.238s) 2022-12-01T10:16:14.2514411Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.239s) 2022-12-01T10:16:14.2514528Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.239s) 2022-12-01T10:16:14.2514647Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.240s) 2022-12-01T10:16:14.2514766Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.239s) 2022-12-01T10:16:14.2514882Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2515005Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2515132Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2515259Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2515381Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2515504Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2515621Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2515740Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2515847Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2515965Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2516084Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2516204Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2516346Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2516481Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2516623Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2516764Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2516889Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517023Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517156Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517291Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517452Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517584Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517716Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517845Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2517956Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2518076Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2518205Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2518333Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2518457Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2518581Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2518699Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2518817Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2518952Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2519074Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2519192Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2519310Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2519426Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2519553Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2519684Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2519804Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2519914Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2520034Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2520155Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2520273Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2520391Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2520508Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2520626Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2520741Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2520859Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2520986Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2521115Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2521243Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2521371Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2521495Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2521615Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2521724Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2521842Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2521957Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2522080Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2522201Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2522325Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2522445Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2522610Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2522728Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2522852Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2522974Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2523092Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2523209Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2523328Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2523446Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2523563Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2523670Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2523787Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2523924Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:16:14.2524083Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.185s) 2022-12-01T10:16:14.2524215Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.148s) 2022-12-01T10:16:14.2524343Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-12-01T10:16:14.2524486Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:16:14.2524627Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:16:14.2524753Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.116s) 2022-12-01T10:16:14.2524891Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:16:14.2525030Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.157s) 2022-12-01T10:16:14.2525166Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-12-01T10:16:14.2525302Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.156s) 2022-12-01T10:16:14.2525437Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.156s) 2022-12-01T10:16:14.2525563Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2525682Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2525797Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2525926Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526052Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526200Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526381Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526545Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526690Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526800Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2526916Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2527035Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2527155Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2527280Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2527405Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2527527Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2527646Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2527750Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2527902Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2528024Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2528145Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2528276Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2528404Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2528531Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2528662Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2528778Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2528904Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2529030Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2529157Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2529285Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2529439Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2529571Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2529696Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2529810Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2529937Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2530065Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2530189Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2530313Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2530437Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2530568Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2530695Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2530809Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2530928Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2531058Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2531185Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2531309Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2531434Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2531555Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2531675Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2531787Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2531907Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2532023Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2532142Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2532261Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2532395Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2532524Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2532649Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2532784Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2532919Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2533102Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533235Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533367Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533495Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533624Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533739Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533867Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2533993Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2534131Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2534261Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2534402Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2534788Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2534929Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2535049Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2535179Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2535310Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2535439Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2535568Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2535698Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2535828Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2535959Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2536076Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2536203Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2536330Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2536450Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2536580Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2536705Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2536828Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2536950Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537056Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537175Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537296Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537416Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537535Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537654Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537771Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2537906Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2538025Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2538163Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2538301Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2538440Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2538612Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2538747Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2538880Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2539012Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2539132Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2539259Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2539388Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2539520Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2539658Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2539795Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2539963Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2540111Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2540236Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2540371Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2540506Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2540640Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2540773Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2540904Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2541038Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2541171Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2541294Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2541424Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2541559Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2541690Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2541825Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2541955Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542086Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542217Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542334Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542463Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542592Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542721Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542849Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2542979Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543107Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2543236Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543352Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543477Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543602Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543753Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543875Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2543999Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2544121Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2544249Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2544370Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2544502Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2544630Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2544759Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2544885Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2545007Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2545154Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2545268Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-12-01T10:16:14.2545389Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2545512Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2545631Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2545759Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2545884Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546005Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546124Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546231Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546351Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546474Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546592Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546710Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546834Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2546952Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547083Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547196Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547352Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547472Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547594Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547714Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547832Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2547950Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2548068Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2548191Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2548321Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.2548459Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2548597Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2548730Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.2548862Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:16:14.2549023Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:16:14.2549153Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:16:14.2549271Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.083s) 2022-12-01T10:16:14.2549399Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:16:14.2549530Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.2549665Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.106s) 2022-12-01T10:16:14.2549788Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.265s) 2022-12-01T10:16:14.2549913Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.260s) 2022-12-01T10:16:14.2550039Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-12-01T10:16:14.2550148Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2550269Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.266s) 2022-12-01T10:16:14.2550418Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.223s) 2022-12-01T10:16:14.2550538Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.205s) 2022-12-01T10:16:14.2550734Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.244s) 2022-12-01T10:16:14.2550855Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.260s) 2022-12-01T10:16:14.2550972Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.260s) 2022-12-01T10:16:14.2551097Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2551214Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2551342Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2551467Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2551593Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2551715Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2551831Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2551946Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2552065Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2552172Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2552300Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2552419Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2552544Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2552666Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2552789Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2552909Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553027Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553133Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553250Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553377Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553499Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553624Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553748Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553869Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2553976Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2554126Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2554247Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2554365Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2554493Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2554626Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2554758Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2554885Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2555000Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2555125Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2555247Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2555367Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2555493Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2555649Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2555777Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2555907Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2556024Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2556200Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2556322Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2556444Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2556562Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2556679Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2556801Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2556922Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2557058Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2557208Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2557358Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2557503Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2557644Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2557786Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2557927Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2558069Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2558200Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2558341Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2558471Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2558596Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2558724Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2558850Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2558976Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2559103Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2559214Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2559363Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2559487Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2559608Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2559729Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2559850Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2559978Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2560105Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560215Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560335Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560456Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560575Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560696Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560840Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2560961Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2561080Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2561210Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2561345Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2561480Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2561614Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2561744Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2561872Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2562004Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2562122Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2562249Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2562374Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2562502Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2562628Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2562761Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2562888Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2563021Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2563140Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2563268Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2563397Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2563525Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2563650Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2563772Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2563896Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2564018Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2564136Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2564260Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2564393Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2564552Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2564686Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2564815Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2564940Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2565065Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2565177Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2565298Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2565418Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2565542Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2565663Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2565804Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2565970Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2566112Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2566237Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2566374Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2566511Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2566646Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2566780Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2566916Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2567048Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2567177Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2567287Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2567415Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2567543Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2567666Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2567786Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:16:14.2567904Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-12-01T10:16:14.2568024Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2568143Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2568248Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2568366Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2568488Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:16:14.2568618Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2568740Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2568868Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2568995Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2569110Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2569233Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2569355Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2569478Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2569599Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2569764Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2569894Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2570022Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2570132Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2570252Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2570369Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:16:14.2570513Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2570654Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2570795Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2570932Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2571072Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2571224Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2571361Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2571497Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2571632Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2571776Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2571914Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2572062Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2572206Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2572336Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2572475Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2572610Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2572747Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2572887Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2573023Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2573161Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2573298Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2573438Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2573565Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2573704Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2573843Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2573979Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2574115Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2574250Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2574388Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2574778Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2574996Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575125Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575307Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575432Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575554Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575675Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575794Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2575916Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2576023Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2576143Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2576272Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2576393Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2576524Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2576656Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2576821Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2576938Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2577061Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2577180Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2577303Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2577423Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2577541Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2577663Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2577782Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2577900Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2578023Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2578155Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2578285Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2578414Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2578538Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2578660Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2578781Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2578889Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2579007Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2579126Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2579250Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2579367Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2579493Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2579616Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2579745Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2579862Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2579990Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580114Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580236Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580356Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580542Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580661Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580778Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2580886Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2581003Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2581127Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2581256Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2581382Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2581509Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2581632Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2581743Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2581900Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2582019Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2582140Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2582258Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2582383Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2582504Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2582632Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2582749Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2582874Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583001Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583127Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583250Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583371Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583488Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583604Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583711Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583831Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2583962Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584090Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584227Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584362Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584496Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584626Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584743Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584871Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2584998Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2585125Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2585249Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2585376Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2585502Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2585650Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2585758Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2585883Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2586006Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2586125Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2586245Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2586364Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2586484Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2586590Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2586706Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2586822Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2586940Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2587085Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2587213Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2587332Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2587462Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2587577Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2587702Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2587824Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2587944Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588064Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588185Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588304Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588423Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588532Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588654Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588771Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2588892Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589010Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589131Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589248Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589364Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589483Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589600Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2589727Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2589843Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2589967Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590088Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590207Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590313Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590430Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590546Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590737Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2590901Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591025Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591150Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591272Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591382Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591499Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591618Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591738Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591858Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2591983Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592104Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592252Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592360Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592478Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592597Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592715Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592832Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2592951Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593069Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593180Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593300Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593430Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593557Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593679Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593799Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2593916Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2594034Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2594140Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2594258Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2594374Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2594506Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2594631Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2594765Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2594899Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2595029Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595145Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595273Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595400Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595526Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595651Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595776Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2595900Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2596055Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2596166Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2596297Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2596427Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2596553Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2596675Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2596795Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2596931Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2597050Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2597155Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2597278Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2597423Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2597548Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2597667Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2597794Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2597918Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2598026Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2598144Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2598259Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2598378Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2598497Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2598617Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2598745Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2598871Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2598979Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599097Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599213Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599333Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599451Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599570Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599688Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599806Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2599921Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600052Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600181Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600307Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600432Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600556Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600676Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600794Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2600905Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601024Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601175Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601309Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601438Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601564Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601688Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601798Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2601917Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2602037Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2602158Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2602277Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2602399Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2602556Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2602688Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2602803Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2602929Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2603053Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2603175Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2603294Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2603418Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2603537Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2603674Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2603794Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2603931Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604066Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604201Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604333Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604463Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604592Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604721Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604838Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2604967Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2605098Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2605227Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2605353Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2605485Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2605616Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2605743Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2605858Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2605983Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2606107Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2606279Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2606405Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2606529Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2606656Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2606787Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2606904Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607030Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607156Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607279Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607400Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607520Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607675Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607795Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2607902Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608034Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608165Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608293Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608421Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608547Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608672Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608796Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2608913Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2609038Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2609162Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2609293Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2609423Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2609549Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2609677Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2609788Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2609911Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2610033Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2610159Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2610288Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2610412Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2610541Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2610670Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2610785Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2610911Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2611035Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2611155Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2611274Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2611426Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2611548Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2611668Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2611786Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2611916Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2612044Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612170Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612300Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612424Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612548Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612674Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612812Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2612949Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613080Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613219Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613357Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613494Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613629Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613761Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2613879Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2614012Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2614143Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2614271Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2614400Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2614691Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2614851Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2614977Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615092Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615218Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615343Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615472Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615600Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615725Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2615851Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2615977Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616093Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616215Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616340Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616464Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616590Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616766Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2616892Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617023Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617139Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2617266Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617392Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617516Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617640Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617765Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2617888Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618026Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2618185Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618315Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618443Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618567Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618690Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618815Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2618938Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2619060Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2619175Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2619309Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2619441Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2619569Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2619696Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2619820Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2619946Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2620057Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2620182Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2620306Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2620430Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2620568Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2620700Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2620829Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2620957Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2621072Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2621198Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2621322Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2621447Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2621571Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2621696Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2621851Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2621980Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622090Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622214Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622336Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622462Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622587Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622711Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622836Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2622960Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623074Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623221Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623342Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623466Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623585Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623702Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623831Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2623959Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2624070Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2624193Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2624317Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2624444Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2624572Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2624697Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2624817Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2624941Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625055Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625178Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625300Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625419Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625535Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625656Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625777Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2625883Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626002Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626120Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626248Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626368Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2626499Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626633Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626761Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2626875Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2627028Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2627156Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2627280Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2627402Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2627522Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2627645Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2627766Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2627873Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2627991Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2628116Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2628245Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2628398Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2628518Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2628637Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2628755Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2628862Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2628981Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2629104Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2629222Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2629348Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2629472Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2629603Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2629733Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2629846Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2629969Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630091Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630212Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630332Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630450Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630572Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630757Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2630890Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631015Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631146Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631275Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631402Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631528Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631649Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631759Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2631880Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2632000Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2632155Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2632276Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2632399Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2632521Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2632649Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2632764Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2632890Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2633014Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2633137Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2633258Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2633379Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2633499Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2633641Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2633750Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2633869Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2634001Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2634130Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2634268Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2634404Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2634535Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2634667Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2634804Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2634935Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2635062Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2635189Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2635316Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2635442Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2635567Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2635678Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2635798Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2635919Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2636039Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2636157Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2636277Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2636396Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2636530Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2636650Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2636782Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2636911Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-12-01T10:16:14.2637042Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2637171Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2637330Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2637460Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2637589Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2637702Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2637819Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2637944Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2638064Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2638182Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2638301Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2638418Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2638537Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2638645Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2638787Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2638913Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2639032Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2639155Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2639275Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2639392Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2639510Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2639616Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2639731Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2639849Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2639970Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2640097Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2640218Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2640340Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2640443Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2640561Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2640677Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2640794Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2640914Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2641031Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2641158Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2641282Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2641388Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2641523Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2641648Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2641771Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2641893Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2642017Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2642146Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2642271Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2642392Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2642568Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2642694Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2642820Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2642946Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2643072Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2643198Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2643322Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2643433Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2643556Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2643683Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2643809Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2643967Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2644099Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2644224Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2644344Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2644450Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2644573Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2644691Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2644809Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2644930Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2645050Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2645172Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2645278Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2645455Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2645575Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2645693Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2645815Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2645933Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2646052Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2646170Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2646276Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2646396Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2646516Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2646634Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2646751Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2646868Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2646998Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.133s) 2022-12-01T10:16:14.2647127Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.133s) 2022-12-01T10:16:14.2647241Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:16:14.2647366Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.131s) 2022-12-01T10:16:14.2647496Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2647629Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2647798Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2647926Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648055Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648169Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648298Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648422Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648543Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648668Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2648789Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2648906Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2649027Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2649163Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2649283Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2649402Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2649519Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2649636Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2649754Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2649870Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2649997Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2650103Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2650230Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2650358Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2650481Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2650602Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2650718Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2650837Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2650954Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2651060Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2651179Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2651296Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2651429Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2651557Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2651687Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2651818Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2651934Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2652061Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2652187Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2652314Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2652456Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2652582Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2652708Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.734s) 2022-12-01T10:16:14.2652835Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.736s) 2022-12-01T10:16:14.2652975Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.888s) 2022-12-01T10:16:14.2653106Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.857s) 2022-12-01T10:16:14.2653234Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.852s) 2022-12-01T10:16:14.2653368Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.609s) 2022-12-01T10:16:14.2653502Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.657s) 2022-12-01T10:16:14.2653629Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2653751Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2653881Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2653999Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2654128Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2654263Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2654416Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2654709Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2654882Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2655002Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2655122Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2655233Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2655354Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2655481Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2655602Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2655733Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2655864Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2655991Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656115Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656226Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656347Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656468Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656587Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656704Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656826Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2656943Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2657069Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2657184Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2657306Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2657426Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2657545Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2657663Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2657781Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2657898Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2658003Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2658118Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2658292Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2658411Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2658540Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2658666Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2658789Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2658911Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2659027Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2659154Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2659282Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2659410Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2659537Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2659665Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2659859Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2659992Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2660106Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2660239Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2660370Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2660502Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2660632Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2660762Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2660892Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2661020Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2661135Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2661261Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2661386Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2661512Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2661646Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2661771Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2661907Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662040Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662156Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662290Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662420Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662549Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662675Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662801Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2662927Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2663051Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2663171Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2663295Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2663429Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2663591Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2663722Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2663850Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2663977Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2664102Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2664216Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2664339Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2664465Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2664590Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2664719Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2664848Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665011Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665132Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665265Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665394Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665522Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665649Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665776Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2665900Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2666026Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2666140Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2666268Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2666404Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2666537Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.2666668Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2666797Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2666926Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2667055Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2667170Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2667297Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2667425Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2667562Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2667688Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2667825Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2667960Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2668097Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2668216Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2668347Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2668475Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2668603Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2668764Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2668893Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2669025Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2669150Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2669264Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2669392Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2669520Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2669646Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2669767Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2669888Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2670009Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2670151Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2670259Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2670378Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2670501Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2670618Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2670830Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2670956Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2671076Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671194Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671300Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671419Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671538Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671658Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671776Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2671894Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2672022Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2672133Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2672263Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2672396Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2672528Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2672655Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2672783Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2672909Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2673031Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2673138Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2673260Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2673380Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2673508Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2673635Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2673768Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2673940Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2674073Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2674191Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2674318Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2674446Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2674570Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2674695Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2674814Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2674936Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2675060Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2675170Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2675291Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2675440Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2675560Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2675679Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2675800Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2675919Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2676045Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2676152Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2676278Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2676407Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2676536Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2676665Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2676786Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2676907Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2677015Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2677131Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2677246Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2677365Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2677489Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2677613Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2677731Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2677861Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2677977Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678100Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678220Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678339Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678459Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678575Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678691Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678809Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2678915Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679090Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679216Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679345Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679471Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679598Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679722Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679841Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2679949Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680071Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680191Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680322Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680474Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680605Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680730Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680854Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2680965Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681084Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681203Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681326Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681447Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681573Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681696Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681817Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2681943Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682072Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682195Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682314Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682433Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682555Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682674Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682779Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2682901Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2683022Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2683151Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:16:14.2683279Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.2683404Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.2683527Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.2683702Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2683861Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2684039Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2684245Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2684422Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2684592Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2684763Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2684932Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2685098Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2685261Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2685415Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2685638Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2685819Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2685997Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2686178Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2686358Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2686535Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2686708Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2686879Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2687051Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2687207Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2687371Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2687543Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2687709Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2687870Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688031Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688196Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688361Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688522Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688668Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688820Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2688976Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2689127Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2689318Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2689472Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2689627Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2689801Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2689973Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2690138Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2690314Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2690487Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2690681Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2690846Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2691015Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2691186Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2691356Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2691524Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2691686Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2691850Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692006Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692170Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692331Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692490Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692643Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692795Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2692951Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2693094Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2693248Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2693404Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2693601Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:14.2693730Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2693851Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2693980Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2694107Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2694246Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2694367Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2694637Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2694821Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2694946Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2695066Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2695186Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2695305Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2695424Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2695552Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2695680Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2695809Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2695986Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2696109Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2696234Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2696355Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.2696462Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2696579Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2696695Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2696815Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2696933Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2697062Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2697188Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2697319Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2697437Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2697562Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2697683Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2697802Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2697926Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698044Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698161Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698268Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698392Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698512Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698631Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2698750Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698868Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2698984Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2699102Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2699208Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2699325Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2699442Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2699558Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2699724Z test_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2699854Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2699983Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2700106Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2700215Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2700343Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2700465Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2700591Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2700714Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2700836Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2700957Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2701102Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2701210Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2701328Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2701472Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2701615Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2701753Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2701889Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2702033Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2702176Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2702304Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2702445Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2702581Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2702715Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2702845Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2702977Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2703111Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2703247Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2703370Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2703505Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2703640Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2703769Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2703897Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2704027Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2704158Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2704286Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2704409Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2704540Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2704668Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2704826Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2704973Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2705120Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2705261Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2705398Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2705522Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2705654Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2705781Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2705909Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2706047Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2706183Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2706341Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2706474Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2706603Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:16:14.2706741Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.2706876Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.2707008Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.2707147Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2707287Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2707427Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2707566Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2707710Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:16:14.2707865Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-12-01T10:16:14.2708014Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2708168Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2708302Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2708434Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2708561Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2708696Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2708822Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2708959Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2709090Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2709220Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2709362Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2709504Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2709641Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2709781Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2709915Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2710096Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2710237Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2710376Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2710517Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2710726Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2710866Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2711003Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2711127Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:16:14.2711263Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:16:14.2711399Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2711563Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2711719Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:16:14.2711872Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:16:14.2712021Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2712169Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.177s) 2022-12-01T10:16:14.2712300Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2712420Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2712549Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2712679Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2712823Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2712963Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2713099Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2713236Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2713378Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2713509Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2713647Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2713783Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2713924Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2714065Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2714199Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2714336Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-12-01T10:16:14.2714471Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2714600Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2714742Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2714881Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2715017Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2715153Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2715346Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2715491Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2715632Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2715757Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2715897Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2716038Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2716175Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2716310Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2716467Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2716649Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2716801Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2716951Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2717078Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2717222Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2717359Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2717496Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2717631Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2717765Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2717903Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2718033Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2718153Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2718282Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2718415Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2718544Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2718676Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-12-01T10:16:14.2718807Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-12-01T10:16:14.2718938Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.2719068Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.2719217Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2719381Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2719539Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-12-01T10:16:14.2719697Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:16:14.2719854Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:16:14.2720008Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-12-01T10:16:14.2720144Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-12-01T10:16:14.2720280Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-12-01T10:16:14.2720432Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2720566Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2720715Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2720862Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2721007Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2721150Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2721371Z 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:16:14.2721583Z 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:16:14.2721816Z 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:16:14.2722003Z 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:16:14.2722138Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2722270Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2722399Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2722529Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2722671Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2722809Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2722945Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2723081Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2723206Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2723342Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2723474Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2723606Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2723746Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2723883Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2724020Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2724153Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2724297Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.474s) 2022-12-01T10:16:14.2724448Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.453s) 2022-12-01T10:16:14.2724595Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (1.478s) 2022-12-01T10:16:14.2724739Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (1.365s) 2022-12-01T10:16:14.2724874Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2725009Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2725139Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.102s) 2022-12-01T10:16:14.2725269Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.100s) 2022-12-01T10:16:14.2725397Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2725580Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2725720Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2725855Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-12-01T10:16:14.2725999Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2726138Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2726275Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2726412Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2726543Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2726686Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2726827Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2726998Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2727135Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2727272Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2727408Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2727541Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2727660Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2727806Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2727934Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2728062Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2728196Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2728332Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2728470Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2728607Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2728729Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2728863Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2729005Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:16:14.2729149Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.095s) 2022-12-01T10:16:14.2729290Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-12-01T10:16:14.2729432Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.093s) 2022-12-01T10:16:14.2729572Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:16:14.2729709Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-12-01T10:16:14.2729828Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2729998Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730129Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730257Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730387Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730514Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730641Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730794Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2730903Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2731030Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2731151Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2731271Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2731391Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2731517Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2731646Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2731770Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2731879Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2732000Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2732146Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2732262Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2732380Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2732499Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2732623Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2732744Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2732857Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2732979Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2733099Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2733217Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2733335Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2733455Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2733576Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2733688Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2733807Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2733934Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734060Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734182Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734300Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734419Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734745Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734874Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2734995Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735112Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735236Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735354Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735481Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735607Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735728Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735833Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2735951Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2736123Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2736243Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2736363Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2736480Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2736614Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2736746Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2736864Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737003Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737139Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737283Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737429Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737603Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737745Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2737882Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738007Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738141Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738277Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738411Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738546Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738680Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2738816Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2738949Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2739068Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2739197Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2739328Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2739458Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2739596Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2739731Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2739865Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2739995Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2740114Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2740242Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2740366Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2740498Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2740626Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2740762Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2740896Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2741027Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2741145Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2741272Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2741473Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2741601Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2741730Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2741859Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2741987Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2742119Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2742235Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2742371Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2742505Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2742635Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2742795Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2742924Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2743051Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2743178Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2743292Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2743420Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2743545Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2743679Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2743807Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2743941Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2744078Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2744194Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2744321Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2744449Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2744576Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2744703Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2744829Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2744955Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2745081Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2745201Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2745331Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2745468Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2745602Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2745734Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2745863Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2745991Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2746121Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2746236Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2746364Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2746520Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2746648Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2746774Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2746894Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747019Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2747141Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747250Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747369Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747485Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747605Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747725Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2747857Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:16:14.2748019Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.115s) 2022-12-01T10:16:14.2748153Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.114s) 2022-12-01T10:16:14.2748268Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.113s) 2022-12-01T10:16:14.2748396Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-12-01T10:16:14.2748522Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.110s) 2022-12-01T10:16:14.2748645Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.108s) 2022-12-01T10:16:14.2748766Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2748891Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2749013Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-12-01T10:16:14.2749145Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2749263Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2749392Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2749521Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2749649Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2749776Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2749903Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2750029Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2750155Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2750268Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2750389Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2750517Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2750726Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2750851Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2750974Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2751095Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2751200Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2751321Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2751441Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2751559Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2751679Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2751847Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2751975Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2752093Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2752200Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2752319Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2752436Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2752554Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2752673Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2752790Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2752910Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2753026Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2753141Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2753290Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-12-01T10:16:14.2753410Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2753529Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-12-01T10:16:14.2753661Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2753792Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2753918Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2754045Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2754165Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2754297Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2754427Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2754560Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2754682Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2754799Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2754923Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2755034Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755153Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755272Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755393Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755510Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755628Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755748Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755866Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2755972Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756087Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756208Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756327Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756453Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2756576Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756696Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756814Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2756948Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757070Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757187Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757302Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757420Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757537Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757652Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2757774Z test_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.326s) 2022-12-01T10:16:14.2757904Z test_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.310s) 2022-12-01T10:16:14.2758035Z test_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.307s) 2022-12-01T10:16:14.2758162Z test_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.306s) 2022-12-01T10:16:14.2758292Z test_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:16:14.2758446Z test_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2758575Z test_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.265s) 2022-12-01T10:16:14.2758703Z test_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2758820Z test_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.287s) 2022-12-01T10:16:14.2758952Z test_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.307s) 2022-12-01T10:16:14.2759084Z test_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.307s) 2022-12-01T10:16:14.2759216Z test_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.306s) 2022-12-01T10:16:14.2759345Z test_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.317s) 2022-12-01T10:16:14.2759474Z test_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2759602Z test_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2759734Z test_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.262s) 2022-12-01T10:16:14.2759848Z test_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2759975Z test_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.264s) 2022-12-01T10:16:14.2760110Z test_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2760247Z test_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.175s) 2022-12-01T10:16:14.2760379Z test_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2760510Z test_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2760640Z test_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2760771Z test_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2760887Z test_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2761018Z test_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2761148Z test_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2761284Z test_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2761418Z test_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.175s) 2022-12-01T10:16:14.2761552Z test_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.176s) 2022-12-01T10:16:14.2761684Z test_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.175s) 2022-12-01T10:16:14.2761814Z test_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.152s) 2022-12-01T10:16:14.2761931Z test_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2762058Z test_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.150s) 2022-12-01T10:16:14.2762218Z test_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.153s) 2022-12-01T10:16:14.2762348Z test_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.151s) 2022-12-01T10:16:14.2762486Z test_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2762629Z test_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2762769Z test_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2762905Z test_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763027Z test_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763158Z test_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763290Z test_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763423Z test_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763585Z test_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763716Z test_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763849Z test_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2763988Z test_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764111Z test_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764244Z test_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764377Z test_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764507Z test_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764635Z test_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764764Z test_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2764898Z test_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2765028Z test_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:16:14.2765146Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2765273Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2765415Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2765549Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2765683Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2765813Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2765942Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2766072Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2766190Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2766319Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2766449Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2766576Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2766703Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2766845Z test_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2766985Z test_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2767124Z test_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2767281Z test_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-12-01T10:16:14.2767423Z test_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.2767561Z test_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-12-01T10:16:14.2767701Z test_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.452s) 2022-12-01T10:16:14.2767837Z test_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.339s) 2022-12-01T10:16:14.2767973Z test_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.340s) 2022-12-01T10:16:14.2768109Z test_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.294s) 2022-12-01T10:16:14.2768244Z test_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.291s) 2022-12-01T10:16:14.2768364Z test_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.291s) 2022-12-01T10:16:14.2768498Z test_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.292s) 2022-12-01T10:16:14.2768630Z test_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.291s) 2022-12-01T10:16:14.2768789Z test_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.705s) 2022-12-01T10:16:14.2768919Z test_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.574s) 2022-12-01T10:16:14.2769055Z test_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.577s) 2022-12-01T10:16:14.2769189Z test_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.574s) 2022-12-01T10:16:14.2769320Z test_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.698s) 2022-12-01T10:16:14.2769439Z test_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.698s) 2022-12-01T10:16:14.2769566Z test_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.698s) 2022-12-01T10:16:14.2769695Z test_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.575s) 2022-12-01T10:16:14.2769822Z test_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.574s) 2022-12-01T10:16:14.2769953Z test_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.575s) 2022-12-01T10:16:14.2770081Z test_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.576s) 2022-12-01T10:16:14.2770208Z test_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.574s) 2022-12-01T10:16:14.2770343Z test_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2770464Z test_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2770596Z test_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2770726Z test_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.412s) 2022-12-01T10:16:14.2770857Z test_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (1.416s) 2022-12-01T10:16:14.2770987Z test_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (1.413s) 2022-12-01T10:16:14.2771114Z test_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (1.413s) 2022-12-01T10:16:14.2771258Z test_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.2771401Z test_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.061s) 2022-12-01T10:16:14.2771530Z test_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.2771668Z test_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.2771805Z test_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-12-01T10:16:14.2771942Z test_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-12-01T10:16:14.2772072Z test_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.285s) 2022-12-01T10:16:14.2772207Z test_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.286s) 2022-12-01T10:16:14.2772342Z test_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.285s) 2022-12-01T10:16:14.2772511Z test_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.338s) 2022-12-01T10:16:14.2772630Z test_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.337s) 2022-12-01T10:16:14.2772758Z test_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.283s) 2022-12-01T10:16:14.2772885Z test_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.283s) 2022-12-01T10:16:14.2773014Z test_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.304s) 2022-12-01T10:16:14.2773144Z test_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.283s) 2022-12-01T10:16:14.2773273Z test_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.283s) 2022-12-01T10:16:14.2773410Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2773544Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2773670Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2773809Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2773968Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2774103Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2774238Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2774369Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2774660Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2774844Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2774964Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2775092Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2775225Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2775358Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2775497Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2775633Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2775767Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-12-01T10:16:14.2775899Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2776019Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2776150Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2776280Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2776408Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2776539Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2776669Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2776806Z test_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2776941Z test_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-12-01T10:16:14.2777062Z test_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2777198Z test_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2777330Z test_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2777462Z test_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-12-01T10:16:14.2777591Z test_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.183s) 2022-12-01T10:16:14.2777725Z test_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.776s) 2022-12-01T10:16:14.2777913Z test_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.785s) 2022-12-01T10:16:14.2778043Z test_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (2.239s) 2022-12-01T10:16:14.2778161Z test_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (2.238s) 2022-12-01T10:16:14.2778288Z test_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (1.827s) 2022-12-01T10:16:14.2778415Z test_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (1.848s) 2022-12-01T10:16:14.2778542Z test_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (1.849s) 2022-12-01T10:16:14.2778670Z test_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (1.851s) 2022-12-01T10:16:14.2778796Z test_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.825s) 2022-12-01T10:16:14.2778928Z test_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.331s) 2022-12-01T10:16:14.2779053Z test_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.257s) 2022-12-01T10:16:14.2779179Z test_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.259s) 2022-12-01T10:16:14.2779343Z test_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.258s) 2022-12-01T10:16:14.2779473Z test_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.330s) 2022-12-01T10:16:14.2779606Z test_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.310s) 2022-12-01T10:16:14.2779732Z test_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.310s) 2022-12-01T10:16:14.2779861Z test_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.258s) 2022-12-01T10:16:14.2779985Z test_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.282s) 2022-12-01T10:16:14.2780110Z test_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.259s) 2022-12-01T10:16:14.2780225Z test_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.260s) 2022-12-01T10:16:14.2780349Z test_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.258s) 2022-12-01T10:16:14.2780483Z test_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.186s) 2022-12-01T10:16:14.2780619Z test_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.793s) 2022-12-01T10:16:14.2780751Z test_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.874s) 2022-12-01T10:16:14.2780878Z test_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (2.145s) 2022-12-01T10:16:14.2781007Z test_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (2.145s) 2022-12-01T10:16:14.2781134Z test_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (2.139s) 2022-12-01T10:16:14.2781247Z test_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (1.762s) 2022-12-01T10:16:14.2781372Z test_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (1.760s) 2022-12-01T10:16:14.2781496Z test_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (1.761s) 2022-12-01T10:16:14.2781623Z test_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (1.763s) 2022-12-01T10:16:14.2781750Z test_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.763s) 2022-12-01T10:16:14.2781879Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2782010Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2782141Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2782255Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2782377Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2782499Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2782619Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2782736Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2782865Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783012Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783146Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783268Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783401Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783530Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783658Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2783788Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2783914Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2784041Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2784169Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2784287Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2784443Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2784569Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2784695Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2784820Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2784944Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2785089Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2785227Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2785358Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2785496Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2785634Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2785775Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2785914Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2786052Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2786188Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2786325Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2786459Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2786602Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2786745Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2786888Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787027Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787166Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787302Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787436Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787563Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787698Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2787826Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2787955Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2788121Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2788250Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2788375Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2788501Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2788611Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2788731Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2788854Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2788975Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2789094Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2789222Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2789350Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2789474Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2789604Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2789722Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2789848Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-12-01T10:16:14.2789976Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790101Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790222Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790342Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790458Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790588Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790780Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-12-01T10:16:14.2790931Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2791074Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2791224Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2791373Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2791521Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2791666Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2791800Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2791942Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792083Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792221Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792363Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792498Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792646Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792793Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2792936Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2793089Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2793238Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2793418Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2793566Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2793711Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2793858Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2794003Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2794149Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2794282Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2794413Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2794541Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2794673Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2794828Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2794960Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2795086Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2795213Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2795327Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2795453Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2795577Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2795721Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2795860Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796003Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796143Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796276Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796402Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796540Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796677Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2796812Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2797007Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2797151Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2797296Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2797441Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2797569Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2797703Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2797841Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2797978Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2798113Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2798251Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2798385Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2798539Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2798653Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2798780Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2798905Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2799034Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2799159Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2799282Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2799402Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2799525Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2799632Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2799756Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2799903Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2800027Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2800147Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2800265Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2800384Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2800502Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2800607Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2800726Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2800842Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2800969Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801091Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-12-01T10:16:14.2801214Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801334Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801439Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801557Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801675Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801794Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2801912Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2802029Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2802160Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2802280Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2802401Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2802534Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2802662Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2802789Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2802917Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803043Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803169Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803291Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803399Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803520Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803673Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2803800Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2803922Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2804047Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2804169Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2804288Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2804398Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2804516Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2804632Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2804755Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2804874Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2804998Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2805143Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2805259Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2805384Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2805505Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2805626Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2805743Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2805859Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2805978Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2806095Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2806204Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2806322Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2806439Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2806573Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.079s) 2022-12-01T10:16:14.2806706Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.078s) 2022-12-01T10:16:14.2806838Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-12-01T10:16:14.2806959Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807084Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807217Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807334Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807452Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807572Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807693Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807810Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2807928Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2808043Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2808178Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2808323Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2808462Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2808603Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2808740Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2808903Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809045Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809185Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809317Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2809458Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809595Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809733Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809868Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2809998Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810137Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810305Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810436Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810577Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810715Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810853Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2810987Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2811119Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2811259Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2811402Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2811521Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2811647Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2811776Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2811903Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2812030Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2812156Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2812283Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2812407Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2812520Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2812646Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2812775Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2812902Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2813027Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2813154Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2813285Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2813415Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2813533Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2813658Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2813784Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2813943Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2814071Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2814197Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2814329Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2814602Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2814779Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2814922Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2815051Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2815175Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2815296Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2815420Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2815586Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2815706Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2815814Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2815932Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2816066Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2816195Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2816332Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2816467Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2816602Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2816733Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2816854Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2816981Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2817111Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2817240Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2817368Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2817495Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2817620Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2817737Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2817860Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2817988Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818118Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818246Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818372Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818493Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818615Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818724Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818843Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2818961Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2819081Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2819200Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.2819375Z test_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2819519Z test_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2819657Z test_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2819785Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2819921Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2820057Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2820178Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2820296Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2820423Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2820546Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2820668Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2820839Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2820959Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2821077Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2821198Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2821315Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2821433Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2821549Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2821672Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2821786Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2821914Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2822038Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2822159Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822277Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822393Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822512Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822618Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822735Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822853Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2822970Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2823101Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2823229Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2823362Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2823495Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2823613Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2823740Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2823870Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2823998Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824125Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824249Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824373Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824539Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824653Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824797Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2824932Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825075Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825216Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825353Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825492Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825629Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825753Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2825916Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826053Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826188Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826323Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826457Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826585Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826710Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2826829Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2826958Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2827089Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2827221Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2827348Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2827473Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2827600Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2827724Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2827832Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2827955Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828075Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828202Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828326Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828459Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828587Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828717Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828830Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2828955Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829079Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829201Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829320Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829438Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829560Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829708Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829826Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2829949Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830083Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830213Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830342Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830469Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830596Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830793Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2830909Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2831036Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2831191Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2831318Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2831441Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2831573Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2831701Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2831826Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2831989Z test_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2832160Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2832331Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2832494Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2832655Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2832814Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2832976Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2833133Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2833278Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2833434Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2833594Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2833752Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2833909Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2834063Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2834217Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2834373Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2834528Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2834667Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2834847Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2835004Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2835153Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2835299Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2835445Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2835592Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2835740Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2835886Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2836017Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2836162Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2836330Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2836476Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2836621Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2836767Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2836909Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2837052Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2837185Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2837328Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2837471Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2837613Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2837752Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2837888Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2838029Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2838165Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2838311Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2838466Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2838640Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2838816Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2838984Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2839125Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2839263Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2839405Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2839550Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2839682Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2839826Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2839992Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2840132Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2840270Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2840411Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2840557Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2840702Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-12-01T10:16:14.2840828Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:16:14.2840962Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2841100Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-12-01T10:16:14.2841261Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2841447Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2841603Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2841755Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2841906Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2842056Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2842194Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2842345Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2842495Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2842646Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2842796Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2842957Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2843113Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2843273Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2843417Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2843572Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2843728Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2843886Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2844040Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2844192Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2844346Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2844502Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2844655Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2844793Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2844942Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2845120Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2845264Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:16:14.2845403Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2845551Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2845698Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2845844Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2845978Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2846124Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2846267Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2846440Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2846584Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2846723Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2846866Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2847005Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2847143Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2847282Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2847431Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-12-01T10:16:14.2847579Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-12-01T10:16:14.2847729Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2847873Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2848016Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2848163Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2848337Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2848498Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2848670Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2848848Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2849022Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2849201Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2849378Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2849553Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2849727Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2849900Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2850071Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2850266Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2850438Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2850608Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2850773Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2850936Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2851092Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2851245Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2851400Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-12-01T10:16:14.2851580Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.797s) 2022-12-01T10:16:14.2851722Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (1.779s) 2022-12-01T10:16:14.2851876Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (1.783s) 2022-12-01T10:16:14.2852017Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2852156Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2852296Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2852434Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2852572Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2852712Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2852850Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2852997Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2853143Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2859407Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2859609Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2859767Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2859917Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2860064Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2860215Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2860367Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2860519Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2860664Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2860813Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2860959Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2861105Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2861249Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2861377Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2861645Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2861785Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2861921Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2862063Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2862224Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2862383Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2862543Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2862689Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2862824Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2863010Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2863158Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2863308Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2863458Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2863605Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2863759Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2863914Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2864061Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2864226Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2864383Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2864548Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2864708Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2864864Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865022Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865179Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865337Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865483Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865663Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865820Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2865977Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2866141Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2866302Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2866459Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2866605Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2866805Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2866931Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2867076Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2867222Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2867367Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2867510Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2867649Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2867788Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2867937Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2868073Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2868245Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2868393Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2868537Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2868680Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2868823Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2868970Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2869119Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2869248Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2869397Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2869536Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2869675Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2869813Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2869953Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2870090Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2870251Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2870413Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2870557Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2870792Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2870939Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2871083Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2871235Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2871391Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2871548Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2871703Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2871856Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2872029Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2872185Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2872338Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2872489Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2872636Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.419s) 2022-12-01T10:16:14.2872781Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.419s) 2022-12-01T10:16:14.2872925Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.419s) 2022-12-01T10:16:14.2873072Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.695s) 2022-12-01T10:16:14.2873203Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.694s) 2022-12-01T10:16:14.2873374Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.720s) 2022-12-01T10:16:14.2873519Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (2.961s) 2022-12-01T10:16:14.2873663Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (2.977s) 2022-12-01T10:16:14.2873810Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.682s) 2022-12-01T10:16:14.2873957Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.684s) 2022-12-01T10:16:14.2874110Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-12-01T10:16:14.2874264Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.120s) 2022-12-01T10:16:14.2874410Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.337s) 2022-12-01T10:16:14.2874545Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.356s) 2022-12-01T10:16:14.2874699Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.168s) 2022-12-01T10:16:14.2874850Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.185s) 2022-12-01T10:16:14.2874994Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.468s) 2022-12-01T10:16:14.2875137Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.469s) 2022-12-01T10:16:14.2875287Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.101s) 2022-12-01T10:16:14.2875436Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.080s) 2022-12-01T10:16:14.2875577Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2875703Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2875850Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2875989Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2876128Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2876279Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2876429Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-12-01T10:16:14.2876589Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2876788Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2876955Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2877142Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2877310Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2877455Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2877600Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2877738Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2877884Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2878032Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2878180Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2878324Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2878483Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2878625Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2878777Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2878925Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2879078Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2879232Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2879380Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2879527Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2879665Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2879812Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2879960Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2880104Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2880253Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2880397Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2880548Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2880694Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2880835Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-12-01T10:16:14.2880992Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2881141Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2881288Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2881433Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2881579Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2881725Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2881870Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2882015Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2882175Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2882329Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2882478Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2882625Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2882773Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2882929Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2883082Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2883231Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2883369Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2883528Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2883714Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2883875Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2884032Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2884185Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2884339Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2884495Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2884646Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2884784Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2884935Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2885082Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2885223Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-12-01T10:16:14.2885363Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2885512Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2885657Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2885810Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2885950Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2886102Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2886253Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2886399Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2886543Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2886690Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2886837Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2886983Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2887128Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2887270Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2887451Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2887607Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2887763Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2887914Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888064Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888212Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888359Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888495Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888667Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888817Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2888965Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2889117Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-12-01T10:16:14.2889274Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2889424Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-12-01T10:16:14.2889572Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-12-01T10:16:14.2889720Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2889855Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2890004Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.2890149Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-12-01T10:16:14.2890293Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2890435Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2890571Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2890709Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2890843Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2890963Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2891102Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2891244Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2891381Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2891517Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2891652Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2891793Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2891931Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892057Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892192Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892327Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892494Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892631Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892763Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2892904Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2893043Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2893177Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2893298Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2893438Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2893575Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2893766Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2893920Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2894059Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2894198Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2894336Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2894670Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2894853Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2895001Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2895145Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2895302Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2895453Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2895603Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2895747Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2895878Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896014Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896170Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896332Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896493Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896649Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896805Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2896957Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2897108Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2897246Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2897392Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2897544Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2897745Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2897896Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2898039Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2898179Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2898342Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2898489Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2898623Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2898767Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2898914Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2899063Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2899242Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2899385Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2899543Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2899684Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2899810Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2899968Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900108Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900243Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900392Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900545Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900694Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900840Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2900975Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2901118Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2901256Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2901393Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2901537Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2901678Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2901824Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2901969Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2902114Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2902246Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2902386Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2902523Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2902664Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2902803Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2903002Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2903164Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2903325Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2903467Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2903623Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2903777Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2903931Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2904083Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2904265Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2904416Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2904590Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2904769Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2904934Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2905105Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2905276Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2905449Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2905623Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2905790Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2905962Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2906126Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2906271Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.171s) 2022-12-01T10:16:14.2906404Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.204s) 2022-12-01T10:16:14.2906548Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.200s) 2022-12-01T10:16:14.2906692Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.186s) 2022-12-01T10:16:14.2906832Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.188s) 2022-12-01T10:16:14.2906967Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.192s) 2022-12-01T10:16:14.2907124Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2907279Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2907433Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2907577Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2907731Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2907883Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2908098Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2908228Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.178s) 2022-12-01T10:16:14.2908353Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.141s) 2022-12-01T10:16:14.2908487Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2908618Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2908738Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2908864Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2908991Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2909116Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2909241Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2909365Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2909513Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.142s) 2022-12-01T10:16:14.2909637Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.141s) 2022-12-01T10:16:14.2909747Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.141s) 2022-12-01T10:16:14.2909865Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-12-01T10:16:14.2909992Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-12-01T10:16:14.2910120Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2910242Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2910361Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-12-01T10:16:14.2910478Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-12-01T10:16:14.2910609Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2910815Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2910947Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911074Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911202Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2911330Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911462Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911592Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911718Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911832Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2911957Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2912091Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2912221Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2912357Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2912482Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2912610Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2912735Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2912845Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2912965Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2913107Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2913277Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2913418Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2913554Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2913681Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2913800Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2913918Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914043Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914166Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914287Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914406Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914525Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914671Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914791Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2914899Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2915019Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2915137Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2915266Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2915389Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2915520Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2915650Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2915769Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2915898Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916026Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916152Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916280Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916404Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916529Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916652Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916763Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2916892Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.174s) 2022-12-01T10:16:14.2917017Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.174s) 2022-12-01T10:16:14.2917144Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (1.162s) 2022-12-01T10:16:14.2917269Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (1.164s) 2022-12-01T10:16:14.2917394Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2917515Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2917643Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2917758Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2917880Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918001Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918120Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918241Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918386Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918504Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918623Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918731Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2918862Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.028s) 2022-12-01T10:16:14.2918993Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.975s) 2022-12-01T10:16:14.2919123Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2919249Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2919381Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2919515Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2919643Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2919800Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2919927Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920054Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920179Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920303Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920423Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920547Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920667Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2920787Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2920919Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2921048Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2921178Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2921302Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2921423Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-12-01T10:16:14.2921575Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2921708Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2921853Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2921999Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922143Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922284Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922423Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922564Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922703Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922847Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2922980Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2923126Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2923267Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2923411Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2923579Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2923718Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2923860Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2923998Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2924131Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2924271Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2924415Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2924559Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2924701Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2924840Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925006Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925149Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925273Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925419Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925561Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2925705Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925847Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2925989Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2926130Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2926269Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2926410Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2926536Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2926680Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2926821Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2926968Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2927111Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2927252Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2927391Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2927529Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2927659Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2927795Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2927925Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928059Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928191Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928322Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928451Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928582Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928725Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928853Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2928975Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2929094Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2929219Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2929340Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2929464Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2929585Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2929697Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2929819Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2929940Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2930082Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2930203Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2930323Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2930442Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2930550Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2930668Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2930788Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2930917Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2931045Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2931168Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2931290Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2931411Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2931519Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2931637Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2931755Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2931874Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2931997Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2932115Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2932244Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2932370Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2932481Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2932601Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2932718Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.2932837Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2932953Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2933071Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2933188Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2933294Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2933420Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2933545Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2933666Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2933815Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2933945Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-12-01T10:16:14.2934074Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.070s) 2022-12-01T10:16:14.2934202Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2934314Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2934445Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2934774Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2934903Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2935029Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2935152Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2935274Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2935443Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2935552Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2935681Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2935814Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2935948Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2936081Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2936209Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2936337Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2936465Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2936587Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2936720Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2936851Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2936979Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2937107Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2937237Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2937365Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2937492Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2937606Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2937732Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2937864Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2937997Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2938125Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2938250Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2938372Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2938492Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2938610Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2938744Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2938875Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2939005Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2939132Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2939318Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2939445Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2939572Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2939682Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2939810Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2939939Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940066Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940193Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940316Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940441Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940552Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940696Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940815Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2940936Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941059Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941182Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941302Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941430Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941544Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941666Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941790Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2941911Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942028Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942148Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942267Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942385Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942491Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942609Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2942742Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2942873Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943009Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943145Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943276Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943407Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943525Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943655Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943782Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2943911Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2944039Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2944166Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2944297Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2944461Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2944579Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2944709Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2944836Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2944963Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2945088Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2945215Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2945343Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2945467Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2945584Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2945715Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2945867Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2945989Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2946109Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2946236Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2946360Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2946479Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2946607Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2946731Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2946853Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2946976Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2947100Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2947220Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2947337Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2947446Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2947564Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2947705Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2947843Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2947989Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948133Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948275Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948417Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948543Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948681Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948816Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2948955Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2949090Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2949224Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2949357Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2949489Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2949632Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2949770Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2949904Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2950037Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2950168Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2950296Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2950424Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2950551Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2950742Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2950870Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2951000Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2951157Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2951285Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2951410Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2951541Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2951673Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2951790Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2951917Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952043Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952170Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2952298Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952424Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952543Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952667Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952775Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2952900Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2953024Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2953154Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2953283Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2953407Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2953533Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2953661Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2953772Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2953892Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2954010Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2954131Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2954250Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2954381Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2954505Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2954640Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2954793Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2954924Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955050Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955177Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955303Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955430Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955556Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955680Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955792Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2955926Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956059Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956221Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956358Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956492Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956622Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956748Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956864Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2956991Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957120Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957250Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957381Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957513Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957639Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957762Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2957896Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958030Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958164Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958294Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958421Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958549Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958678Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958796Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2958922Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2959051Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2959177Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2959296Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2959425Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2959551Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2959674Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2959784Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2959931Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2960050Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2960173Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2960292Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2960410Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2960531Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2960650Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2960763Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2960880Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2961005Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2961133Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2961258Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2961404Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2961523Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.2961643Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2961748Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2961863Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2961979Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.2962099Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-12-01T10:16:14.2962224Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2962349Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2962471Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2962583Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2962699Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2962815Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2962933Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2963055Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2963195Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2963333Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2963471Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2963598Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2963733Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2963870Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964014Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964154Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964289Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964414Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964597Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964714Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964842Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2964966Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965121Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965244Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965363Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965479Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965598Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965706Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2965838Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2965966Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2966094Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2966216Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2966336Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2966456Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2966601Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2966708Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2966824Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2966943Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2967060Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2967194Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2967323Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2967461Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2967598Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2967720Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2967853Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2967980Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2968111Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2968240Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2968368Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2968498Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2968625Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2968740Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2968865Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2968998Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2969128Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.2969255Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2969380Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2969506Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2969632Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2969742Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2969860Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2969981Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2970100Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-12-01T10:16:14.2970243Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2970414Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2970555Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2970680Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2970815Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2970953Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2971090Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2971227Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2971363Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2971499Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2971644Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2971807Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2971937Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2972074Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2972207Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2972348Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2972483Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2972617Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2972751Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2972886Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2973019Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2973157Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2973294Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2973427Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-12-01T10:16:14.2973563Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2973696Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2973832Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2973969Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2974093Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2974239Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2974376Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2974670Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2974856Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2974992Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2975132Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2975269Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2975390Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2975527Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2975733Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2975873Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2976010Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2976148Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2976287Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2976426Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-12-01T10:16:14.2976551Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2976687Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2976822Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2976960Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2977157Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-12-01T10:16:14.2977299Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.651s) 2022-12-01T10:16:14.2977434Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (1.530s) 2022-12-01T10:16:14.2977568Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (1.533s) 2022-12-01T10:16:14.2977687Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (1.532s) 2022-12-01T10:16:14.2977817Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (1.537s) 2022-12-01T10:16:14.2977949Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (1.528s) 2022-12-01T10:16:14.2978078Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (1.526s) 2022-12-01T10:16:14.2978211Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (1.526s) 2022-12-01T10:16:14.2978345Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.525s) 2022-12-01T10:16:14.2978493Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.316s) 2022-12-01T10:16:14.2978638Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.316s) 2022-12-01T10:16:14.2978765Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.317s) 2022-12-01T10:16:14.2978900Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.320s) 2022-12-01T10:16:14.2979044Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.317s) 2022-12-01T10:16:14.2979188Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.316s) 2022-12-01T10:16:14.2979325Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.319s) 2022-12-01T10:16:14.2979462Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.319s) 2022-12-01T10:16:14.2979595Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2979717Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2979847Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2979965Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2980094Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2980221Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2980345Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2980466Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2980590Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2980710Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2980849Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2980973Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2981092Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2981229Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2981362Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2981499Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2981631Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2981764Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2981882Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2982013Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2982141Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2982300Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2982429Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2982553Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2982671Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2982798Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2982912Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983036Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983156Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983273Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983391Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983514Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983634Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983753Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983859Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2983976Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2984104Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2984225Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2984355Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2984484Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2984608Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2984731Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2984841Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2984960Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2985076Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2985191Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2985310Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2985430Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2985557Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2985671Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2985802Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2985959Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986087Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986213Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986338Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986459Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986581Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986690Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986810Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2986929Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987048Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987170Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987292Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987471Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987592Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987699Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987816Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2987934Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988052Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988180Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988300Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988426Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988557Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988672Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988801Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2988924Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989044Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989168Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989288Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989408Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989516Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989643Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989766Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2989889Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990009Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990127Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990245Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990362Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990468Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990584Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2990798Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2990918Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991045Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991209Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991334Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991454Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991562Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991679Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991798Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2991914Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2992033Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2992157Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2992275Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2992403Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2992519Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2992667Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2992787Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2992906Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2993022Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2993139Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2993258Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2993362Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.2993493Z test_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2993610Z test_meta_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2993739Z test_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2993870Z test_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.2993997Z test_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2994122Z test_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2994245Z test_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2994352Z test_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2994473Z test_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2994592Z test_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2994709Z test_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2994828Z test_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2994953Z test_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.2995091Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2995224Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2995348Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.2995481Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2995611Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2995741Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2995872Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2996000Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2996130Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2996260Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.2996405Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2996534Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2996659Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2996802Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2996938Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2997083Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2997230Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2997368Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2997496Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2997633Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2997801Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2997937Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.2998073Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2998209Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2998343Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.2998470Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2998578Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.2998699Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2998820Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2998939Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2999059Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2999177Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2999295Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:16:14.2999413Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2999518Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.2999669Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2999817Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.2999960Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3000100Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3000236Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3000375Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3000510Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3000632Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3000766Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3000895Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001027Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001156Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001291Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001430Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001601Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001726Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001857Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3001992Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002126Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002257Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002393Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002529Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002667Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002790Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3002947Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003082Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003215Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003346Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003480Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003616Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003753Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3003873Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004004Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004136Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004270Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004401Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004536Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004671Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004806Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3004926Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3005058Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3005190Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3005324Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3005455Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3005609Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3005767Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3005923Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3006076Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3006217Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3006364Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3006512Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3006688Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3006837Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3006989Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3007145Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3007292Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3007429Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3007574Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3007720Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3007866Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3008345Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3008680Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3009009Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3009330Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3009653Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3009980Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3010286Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3010604Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3010925Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3011245Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3011566Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3011889Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3012210Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3012525Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3012842Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3013156Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3013294Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3013459Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3013594Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3013727Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3013856Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3013985Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3014114Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3014241Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3014368Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3014615Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3014813Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015000Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015133Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015263Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015391Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015519Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015651Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3015789Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3015941Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3016093Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3016244Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3016396Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3016543Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3016690Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3016836Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3016983Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3017124Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3017276Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3017426Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3017578Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3017721Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3017866Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3018015Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3018149Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3018267Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3018396Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3018527Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3018655Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3018817Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3018946Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019074Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019199Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019316Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019445Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019573Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019699Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019826Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3019950Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020082Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020237Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020351Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020484Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020613Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020743Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020872Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3020998Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3021123Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3021249Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3021395Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3021549Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3021701Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3021850Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3022000Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3022145Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3022293Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3022443Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3022771Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3023100Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3023425Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3023743Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3024066Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3024386Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3024735Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3025054Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:16:14.3025193Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3025332Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3025470Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3025594Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3025728Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3025859Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3025995Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3026154Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3026305Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3026453Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3026600Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3026736Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3026881Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027028Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027173Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027320Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027465Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027612Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027758Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3027887Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028029Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028170Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028313Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028453Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028600Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028745Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3028890Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029028Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029158Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029300Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029444Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029585Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029766Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3029913Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030057Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030194Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030325Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030467Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030608Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030806Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3030945Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031080Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031244Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031378Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031495Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031626Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031755Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3031885Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032012Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032145Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032281Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032417Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032538Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032668Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032796Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3032924Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3033056Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3033227Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3033396Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3033562Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3033720Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3033886Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3034046Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3034199Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3034359Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3034513Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3034666Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3034824Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035010Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035155Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035311Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035462Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035615Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035767Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3035918Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3036075Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3036234Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3036419Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3036560Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3036712Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3036864Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3037013Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3037360Z 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:16:14.3037704Z 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:16:14.3038042Z 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:16:14.3038378Z 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:16:14.3038713Z 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:16:14.3039051Z 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:16:14.3039373Z 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:16:14.3039705Z 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:16:14.3040035Z 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:16:14.3040372Z 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:16:14.3040704Z 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:16:14.3041035Z 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:16:14.3041366Z 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:16:14.3041725Z 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:16:14.3042055Z 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:16:14.3042386Z 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:16:14.3042720Z 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:16:14.3043056Z 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:16:14.3043403Z 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:16:14.3043732Z 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:16:14.3044061Z 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:16:14.3044394Z 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:16:14.3044722Z 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:16:14.3045053Z 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:16:14.3045381Z 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:16:14.3045714Z 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:16:14.3046042Z 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:16:14.3046368Z 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:16:14.3046699Z 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:16:14.3047029Z 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:16:14.3047343Z 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:16:14.3047670Z 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:16:14.3047820Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3047971Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3048120Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3048300Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3048447Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3048593Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3048740Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3048872Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3049012Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3049146Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3049284Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3049421Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3049560Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3049721Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3049856Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3049974Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3050106Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3050235Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3050365Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3050497Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3050628Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3050757Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3050890Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3051008Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3051135Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3051261Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3051388Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3051510Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3051639Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3051767Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3051896Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052010Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052138Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052259Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052380Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052498Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052614Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052735Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052855Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3052981Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3053114Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3053253Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3053433Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3053570Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3053706Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3053841Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3053976Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3054097Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3054226Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3054356Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3054634Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3054823Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055007Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3055151Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055291Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055418Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055554Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055688Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055822Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3055954Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056087Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056219Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056359Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056475Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056601Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056719Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056847Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3056973Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057095Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057217Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057337Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057445Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057565Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057683Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057800Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3057928Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058051Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058182Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058310Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058424Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058546Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058666Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058830Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3058951Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059069Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059189Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059307Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059423Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059544Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059675Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059805Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3059934Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060063Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060217Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060332Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060457Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060578Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060697Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060821Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3060941Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3061066Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3061185Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3061306Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3061435Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3061561Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3061686Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3061807Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3061926Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3062048Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3062167Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3062270Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3062387Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3062508Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3062633Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3062761Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3062888Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3063008Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3063125Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3063229Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3063357Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3063489Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3063620Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3063747Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3063901Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3064029Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3064157Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3064270Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3064391Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3064511Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3064627Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3064751Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-12-01T10:16:14.3064876Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.3064997Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-12-01T10:16:14.3065104Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3065222Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3065364Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3065485Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3065603Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3065721Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3065839Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3065957Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3066068Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066185Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066312Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066440Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066562Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066681Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066798Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3066915Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3067020Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3067136Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3067253Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3067369Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3067500Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3067627Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3067764Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3067885Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3068015Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068145Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068272Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068397Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068523Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068649Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068775Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3068888Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3069059Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.046s) 2022-12-01T10:16:14.3069186Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-12-01T10:16:14.3069306Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.104s) 2022-12-01T10:16:14.3069428Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.103s) 2022-12-01T10:16:14.3069559Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.162s) 2022-12-01T10:16:14.3069688Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.162s) 2022-12-01T10:16:14.3069816Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-12-01T10:16:14.3069934Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.3070057Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.3070179Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-12-01T10:16:14.3070300Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3070446Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3070573Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3070770Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3070890Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3070996Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071113Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071229Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071346Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071468Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071583Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071699Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071837Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3071957Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072097Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072247Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072382Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072517Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072648Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072779Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3072909Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3073026Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3073156Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3073283Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3073409Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3073530Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3073656Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3073782Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3073903Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074011Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074127Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074326Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074446Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074564Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074683Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.076s) 2022-12-01T10:16:14.3074801Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.075s) 2022-12-01T10:16:14.3074912Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075029Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075157Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075281Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075401Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075520Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075640Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075784Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3075890Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076007Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076124Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076250Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076367Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076495Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076621Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076742Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076851Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3076972Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3077090Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3077207Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3077324Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3077442Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3077579Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3077696Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3077832Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3077967Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3078099Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3078232Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3078365Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3078493Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3078621Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3078737Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3078866Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3078993Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3079123Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3079254Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3079387Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3079545Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3079673Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3079789Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3079914Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3080039Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3080164Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3080290Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3080415Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.3080536Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.3080660Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.3080776Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-12-01T10:16:14.3080922Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-12-01T10:16:14.3081043Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.3081162Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.3081281Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.3081400Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-12-01T10:16:14.3081518Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.3081636Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.3081741Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-12-01T10:16:14.3081878Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082014Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082156Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082295Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082429Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082564Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082694Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082814Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3082944Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3083072Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3083202Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3083336Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:16:14.3083469Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3083596Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3083728Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3083846Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3083974Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084101Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084227Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084355Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084480Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084632Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084758Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084871Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3084997Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085120Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085240Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085360Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085478Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085595Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085701Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085819Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3085978Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086108Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086232Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086355Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086476Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086594Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086698Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086816Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3086935Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3087066Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3087195Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3087329Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3087461Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3087595Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3087711Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3087840Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3087968Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3088094Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3088219Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3088345Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3088473Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3088600Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3088720Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3088854Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3088985Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3089116Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3089245Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3089373Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3089499Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3089623Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3089789Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3089917Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3090042Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3090169Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3090298Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3090423Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3090549Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3090672Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3090782Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3090903Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3091022Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3091140Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3091285Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3091407Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3091550Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3091691Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3091819Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3091956Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3092078Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3092198Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3092323Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3092450Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3092573Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3092679Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3092797Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3092915Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3093034Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3093152Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3093271Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3093387Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3093517Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3093636Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3093762Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3093879Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3094006Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3094131Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3094252Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3094372Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3094662Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3094826Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3094943Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3095061Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3095235Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3095354Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3095484Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3095613Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3095746Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3095863Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3095998Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3096132Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3096264Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3096393Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3096522Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-12-01T10:16:14.3096684Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3096812Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3096928Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3097056Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3097181Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3097308Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3097431Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3097551Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3097672Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3097781Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3097900Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3098020Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3098141Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3098268Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3098388Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3098517Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3098646Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3098762Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3098886Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099010Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099132Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099255Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099375Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099492Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099612Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099717Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3099846Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3099973Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3100106Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3100239Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3100400Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3100532Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3100661Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3100776Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3100904Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3101030Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3101156Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3101282Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3101409Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3101534Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3101659Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3101802Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3101933Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3102061Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3102185Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3102308Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3102428Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3102549Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3102669Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3102775Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3102898Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3103018Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-12-01T10:16:14.3103144Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3103276Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3103406Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3103534Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3103647Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3103772Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3103916Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.858s) 2022-12-01T10:16:14.3104054Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.852s) 2022-12-01T10:16:14.3104197Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.857s) 2022-12-01T10:16:14.3104337Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.857s) 2022-12-01T10:16:14.3104473Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.854s) 2022-12-01T10:16:14.3104611Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.853s) 2022-12-01T10:16:14.3104746Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.852s) 2022-12-01T10:16:14.3104871Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.853s) 2022-12-01T10:16:14.3105007Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.852s) 2022-12-01T10:16:14.3105133Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.828s) 2022-12-01T10:16:14.3105255Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... ok (1.704s) 2022-12-01T10:16:14.3105380Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (1.721s) 2022-12-01T10:16:14.3105535Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (1.711s) 2022-12-01T10:16:14.3105660Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (1.708s) 2022-12-01T10:16:14.3105767Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (1.707s) 2022-12-01T10:16:14.3105882Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (1.706s) 2022-12-01T10:16:14.3106003Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (1.707s) 2022-12-01T10:16:14.3106121Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.711s) 2022-12-01T10:16:14.3106250Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3106375Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3106509Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3106641Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3106763Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3106919Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107050Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107177Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107304Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107429Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107556Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107680Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107793Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3107915Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3108043Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3108171Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3108291Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3108409Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3108525Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3108654Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3108772Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3108900Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3109028Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3109153Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3109280Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3109407Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3109536Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3109663Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3109774Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3109893Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3110012Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3110131Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3110248Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3110366Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3110483Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3110731Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3110859Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3110995Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3111122Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3111244Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3111373Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3111503Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3111631Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3111744Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3111871Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3111996Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3112151Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3112273Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3112392Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3112514Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3112632Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3112755Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3112891Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3113016Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3113136Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3113266Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3113394Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3113517Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3113639Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3113745Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3113861Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3113980Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3114099Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3114217Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3114335Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3114452Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3114581Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3114693Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3114823Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3114951Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115081Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115205Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115328Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115451Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115573Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115679Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115829Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3115953Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3116071Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3116198Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3116320Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3116448Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3116564Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3116692Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3116819Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3116941Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117061Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117183Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117327Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117444Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117552Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117668Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-12-01T10:16:14.3117790Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3117911Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3118038Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3118164Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3118292Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3118420Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3118532Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3118651Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:16:14.3118772Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3118890Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3119006Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3119125Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3119245Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-12-01T10:16:14.3119370Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3119477Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3119602Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3119726Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3119847Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3119967Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3120085Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3120200Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-12-01T10:16:14.3120305Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3120427Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-12-01T10:16:14.3120550Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3120668Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3120797Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3120953Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3121077Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3121196Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3121301Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3121418Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3121533Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3121647Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3121763Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3121882Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122007Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122126Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122243Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122397Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122525Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122650Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122773Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3122893Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3123014Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3123131Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3123233Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3123352Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3123471Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-12-01T10:16:14.3123606Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3123731Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3123867Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124000Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124132Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124249Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124376Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124505Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124631Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124758Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3124884Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3125010Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3125133Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-12-01T10:16:14.3125265Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3125380Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3125495Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3125615Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3125747Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3125886Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3126012Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3126165Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3126290Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3126412Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3126539Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:16:14.3126658Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:16:14.3126671Z 2022-12-01T10:16:14.3126927Z ---------------------------------------------------------------------- 2022-12-01T10:16:14.3127007Z Ran 10212 tests in 485.860s 2022-12-01T10:16:14.3127013Z 2022-12-01T10:16:14.3127085Z OK (skipped=252) 2022-12-01T10:16:14.3127090Z 2022-12-01T10:16:14.3127173Z Generating XML reports... 2022-12-01T10:16:14.3127436Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201100806.xml 2022-12-01T10:16:14.3127721Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201100806.xml 2022-12-01T10:16:14.3127729Z 2022-12-01T10:16:14.3128338Z ##[endgroup] 2022-12-01T10:16:14.3128607Z FINISHED PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_vu7skx8u) 2022-12-01T10:16:14.3128613Z 2022-12-01T10:16:15.6737478Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:15.7472750Z Ignoring disabled issues: [] 2022-12-01T10:16:15.7608191Z Running test_proxy_tensor ... [2022-12-01 10:16:15.760511] 2022-12-01T10:16:15.7610015Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:15.760787] 2022-12-01T10:19:56.9688025Z 2022-12-01T10:19:56.9688530Z Expand the folded group to see the log file of test_proxy_tensor 2022-12-01T10:19:56.9692043Z ##[group]PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_evg4ndoc) 2022-12-01T10:19:56.9693095Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-12-01T10:19:56.9693563Z 2022-12-01T10:19:56.9700751Z Running tests... 2022-12-01T10:19:56.9701536Z ---------------------------------------------------------------------- 2022-12-01T10:19:56.9706326Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.025s) 2022-12-01T10:19:56.9775434Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-12-01T10:19:56.9776018Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-12-01T10:19:56.9776714Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:19:56.9777458Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-12-01T10:19:56.9778032Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:19:56.9778607Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:19:56.9779220Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:19:56.9779776Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:19:56.9780318Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:19:56.9780899Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:19:56.9781598Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:19:56.9782143Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:19:56.9782714Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.036s) 2022-12-01T10:19:56.9783298Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:19:56.9783855Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.023s) 2022-12-01T10:19:56.9784572Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.024s) 2022-12-01T10:19:56.9785375Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:19:56.9785924Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:19:56.9786554Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:19:56.9787131Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:19:56.9787703Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-12-01T10:19:56.9788225Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.020s) 2022-12-01T10:19:56.9788844Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:19:56.9789461Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... ok (1.474s) 2022-12-01T10:19:56.9789994Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:19:56.9790584Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.011s) 2022-12-01T10:19:56.9791209Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:19:56.9791760Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-12-01T10:19:56.9792273Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:19:56.9792786Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:19:56.9793486Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-12-01T10:19:56.9794034Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:19:56.9794587Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:19:56.9795140Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:19:56.9795684Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:19:56.9796211Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:19:56.9796777Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-12-01T10:19:56.9797322Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:19:56.9797838Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:19:56.9798389Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.066s) 2022-12-01T10:19:56.9798954Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-12-01T10:19:56.9799516Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.021s) 2022-12-01T10:19:56.9800071Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.024s) 2022-12-01T10:19:56.9800637Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:19:56.9801207Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:19:56.9801744Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:19:56.9802303Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:19:56.9802863Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.014s) 2022-12-01T10:19:56.9803385Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.021s) 2022-12-01T10:19:56.9803972Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:19:56.9804591Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... ok (1.062s) 2022-12-01T10:19:56.9805136Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:19:56.9805648Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:19:56.9806205Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:19:56.9806743Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:19:56.9807261Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:19:56.9807772Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.055s) 2022-12-01T10:19:56.9808483Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-12-01T10:19:56.9809070Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:19:56.9809642Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-12-01T10:19:56.9810222Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:19:56.9810960Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:19:56.9811542Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:19:56.9812180Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.020s) 2022-12-01T10:19:56.9812761Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:19:56.9813348Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.006s) 2022-12-01T10:19:56.9813956Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.035s) 2022-12-01T10:19:56.9814642Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:19:56.9815262Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.071s) 2022-12-01T10:19:56.9815917Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.048s) 2022-12-01T10:19:56.9816555Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-12-01T10:19:56.9817175Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:19:56.9817759Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:19:56.9818386Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-12-01T10:19:56.9818987Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:19:56.9819574Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.046s) 2022-12-01T10:19:56.9820230Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:19:56.9820882Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... expected failure (3.388s) 2022-12-01T10:19:56.9821481Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-12-01T10:19:56.9822032Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:19:56.9822581Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:19:56.9823165Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-12-01T10:19:56.9823739Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:19:56.9824301Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9824863Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:56.9825453Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:56.9826058Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9826657Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9827340Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:56.9827940Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9828532Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9830008Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:19:56.9831108Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:56.9831497Z ok (0.033s) 2022-12-01T10:19:56.9831935Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9832596Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9833388Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9834097Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9834692Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:56.9835289Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:56.9835880Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:56.9836489Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:56.9837083Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:56.9837718Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:56.9838316Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:56.9838908Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:56.9839495Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:56.9840111Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:19:56.9840732Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:56.9841321Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:56.9842582Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:19:56.9844277Z [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:19:56.9845957Z test_proxy_tensor.py:1318: 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:19:56.9847030Z return op.op(*args, **kwargs) 2022-12-01T10:19:56.9847329Z ok (0.017s) 2022-12-01T10:19:56.9847761Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9848358Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:56.9848957Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:19:56.9849539Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:56.9850134Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:56.9850778Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:19:56.9851377Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9851979Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:56.9852606Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:56.9853214Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9853798Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9854369Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9855221Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9855820Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9856418Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9857027Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:56.9857640Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:56.9858247Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:56.9858842Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:56.9859485Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9860116Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:56.9860738Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9861309Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:56.9861928Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:56.9862571Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:56.9864531Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:56.9865150Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:56.9865748Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:56.9866466Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9867064Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:56.9867650Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.311s) 2022-12-01T10:19:56.9868242Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9869794Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:19:56.9870823Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:19:56.9871160Z ok (0.014s) 2022-12-01T10:19:56.9871601Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9872529Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:19:56.9873202Z L = torch.cholesky(A) 2022-12-01T10:19:56.9873518Z should be replaced with 2022-12-01T10:19:56.9873853Z L = torch.linalg.cholesky(A) 2022-12-01T10:19:56.9874143Z and 2022-12-01T10:19:56.9874437Z U = torch.cholesky(A, upper=True) 2022-12-01T10:19:56.9874773Z should be replaced with 2022-12-01T10:19:56.9875129Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:19:56.9875820Z 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:19:56.9876457Z return op.op(*args, **kwargs) 2022-12-01T10:19:56.9876761Z ok (0.062s) 2022-12-01T10:19:56.9877211Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:56.9877845Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:56.9878453Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:56.9879032Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9879636Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9880250Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9880849Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:56.9881439Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:56.9882070Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-12-01T10:19:56.9882681Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9883272Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:56.9883867Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9884490Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:19:56.9885110Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:56.9885709Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9886345Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:19:56.9887019Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9887604Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9888200Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:56.9888828Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:19:56.9889445Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9890042Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9890617Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9891210Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9891850Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:56.9892454Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:56.9893084Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9893677Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:56.9894318Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:56.9895012Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9895620Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:56.9896252Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:56.9896870Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.326s) 2022-12-01T10:19:56.9897448Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9898032Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:19:56.9898646Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9899280Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9899914Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9900524Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9901113Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9901695Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9902284Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9902880Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:19:56.9903501Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:56.9904146Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:56.9904757Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9905375Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:19:56.9906078Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9906670Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9907261Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9907853Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9908425Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9909022Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9909624Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9910284Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9910862Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-12-01T10:19:56.9911512Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9912111Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9913009Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:56.9913635Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9914243Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:56.9914843Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:56.9915434Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:56.9916040Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-12-01T10:19:56.9916695Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9917305Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:56.9917903Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9918522Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9919125Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9919716Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:56.9920318Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:56.9920918Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9921538Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:56.9922122Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:56.9922717Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:56.9923632Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9924227Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9924806Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9925395Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9926042Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:56.9926625Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:56.9927214Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:56.9927815Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:56.9928455Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9929052Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9929661Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9930248Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9930833Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9931439Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9932021Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9932620Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:56.9933208Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:56.9933793Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9934378Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:19:56.9935136Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-12-01T10:19:56.9935716Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9936304Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:56.9936899Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9937497Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.250s) 2022-12-01T10:19:56.9938084Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.308s) 2022-12-01T10:19:56.9938696Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.443s) 2022-12-01T10:19:56.9939310Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9939888Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:56.9940484Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9941073Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:56.9941657Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9942249Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9942881Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:56.9943490Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9944100Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:56.9944691Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:56.9945670Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:19:56.9946550Z return op.op(*args, **kwargs) 2022-12-01T10:19:56.9946844Z ok (0.100s) 2022-12-01T10:19:56.9947294Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9947899Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9948491Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9949069Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:19:56.9949663Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:56.9950337Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:56.9951057Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9951627Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9952224Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9952825Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9953419Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9954952Z test_make_fx_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:19:56.9955837Z return op.op(*args, **kwargs) 2022-12-01T10:19:56.9956165Z expected failure (0.010s) 2022-12-01T10:19:56.9956699Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:56.9957443Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:56.9958163Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:56.9958886Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:56.9959590Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:56.9960232Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:56.9960828Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:56.9961429Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:56.9962003Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9962587Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:56.9963180Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9963803Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:19:56.9964429Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:19:56.9965107Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9965727Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9966332Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:56.9966965Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:19:56.9967593Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:56.9968206Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:56.9968821Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9969448Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9970151Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:56.9970791Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:56.9971391Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:56.9972023Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:56.9972664Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:56.9973303Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:56.9973944Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:56.9974734Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:56.9975403Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:19:56.9976014Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:56.9976655Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:56.9977292Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.299s) 2022-12-01T10:19:56.9977924Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.236s) 2022-12-01T10:19:56.9978551Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:19:56.9979224Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.363s) 2022-12-01T10:19:56.9979889Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:56.9980541Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:56.9981151Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-12-01T10:19:56.9981807Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.393s) 2022-12-01T10:19:56.9982460Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:19:56.9983091Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9983840Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:19:56.9984651Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:19:56.9985274Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:56.9985900Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:56.9986507Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:56.9987154Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-12-01T10:19:56.9987787Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.315s) 2022-12-01T10:19:56.9988390Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:19:56.9989018Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:56.9989717Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:56.9990428Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:56.9991037Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:19:56.9991664Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-12-01T10:19:56.9992285Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:19:56.9992888Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9993463Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:56.9994053Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:56.9994633Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:56.9995222Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:56.9995848Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:56.9996473Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9997088Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:56.9997703Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:56.9998316Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:56.9998934Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:56.9999573Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0000168Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0000785Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0001385Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0001991Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.272s) 2022-12-01T10:19:57.0002590Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0003190Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0003829Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0005154Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:19:57.0005962Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:19:57.0006309Z should be replaced with 2022-12-01T10:19:57.0006696Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:19:57.0007028Z and 2022-12-01T10:19:57.0007382Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:19:57.0007760Z should be replaced with 2022-12-01T10:19:57.0008352Z 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:19:57.0009065Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:19:57.0009448Z ok (0.101s) 2022-12-01T10:19:57.0010139Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:19:57.0010877Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:19:57.0011272Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:19:57.0011605Z should be replaced with 2022-12-01T10:19:57.0012157Z 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:19:57.0012704Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0013001Z ok (0.078s) 2022-12-01T10:19:57.0013431Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0014035Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0014816Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0015422Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-12-01T10:19:57.0016025Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-12-01T10:19:57.0016645Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-12-01T10:19:57.0017267Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.212s) 2022-12-01T10:19:57.0017893Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0018503Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0019121Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0019751Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:19:57.0020398Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:19:57.0021023Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.361s) 2022-12-01T10:19:57.0021643Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.506s) 2022-12-01T10:19:57.0022256Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0022855Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.376s) 2022-12-01T10:19:57.0023567Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:19:57.0024197Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.350s) 2022-12-01T10:19:57.0024817Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0025421Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0026045Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0026677Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:19:57.0027294Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.856s) 2022-12-01T10:19:57.0027888Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.345s) 2022-12-01T10:19:57.0028499Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.810s) 2022-12-01T10:19:57.0029158Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0029745Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0030403Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0031029Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0031670Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0032280Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0032877Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:19:57.0033473Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:19:57.0034106Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0034762Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0035406Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0036030Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0036682Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0037287Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0037877Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0038465Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0039054Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0039650Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0040234Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0040830Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0041417Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0042040Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0042768Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0043411Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0044018Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0044620Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-12-01T10:19:57.0045225Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0045856Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:19:57.0046487Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:19:57.0047091Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0047771Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:19:57.0048400Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:19:57.0049033Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-12-01T10:19:57.0049629Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0050210Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:57.0050817Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0051551Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:19:57.0052258Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0052866Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0053455Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0054061Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0054848Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:19:57.0055550Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0056250Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0056946Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:57.0057641Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0058310Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:19:57.0058986Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:19:57.0059659Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0060321Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0060970Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0061629Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:57.0062368Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:19:57.0063043Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0063749Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:19:57.0064430Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0065077Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:57.0066676Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:19:57.0067550Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0067850Z ok (0.189s) 2022-12-01T10:19:57.0068333Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0069016Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:19:57.0069691Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0070459Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:19:57.0071148Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:19:57.0071833Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:19:57.0072479Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0074564Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:19:57.0076044Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0076466Z ok (0.058s) 2022-12-01T10:19:57.0076949Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:57.0077598Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:19:57.0078241Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0078900Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.273s) 2022-12-01T10:19:57.0079557Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0080264Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0081009Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0081786Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:19:57.0082473Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.275s) 2022-12-01T10:19:57.0083181Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:19:57.0083873Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0084512Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:19:57.0085147Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:19:57.0085807Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0086536Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0087208Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0087859Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0088512Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0089196Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:19:57.0089876Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0090526Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:19:57.0091213Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:19:57.0091900Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:19:57.0092602Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0093285Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0093974Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0094776Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0096516Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:19:57.0097735Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0098123Z ok (0.061s) 2022-12-01T10:19:57.0098622Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0099283Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0099926Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0100659Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:19:57.0101327Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:19:57.0102004Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0102663Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:19:57.0103331Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.583s) 2022-12-01T10:19:57.0103987Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.477s) 2022-12-01T10:19:57.0104643Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.504s) 2022-12-01T10:19:57.0105365Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0106068Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:19:57.0106769Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0107460Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-12-01T10:19:57.0108145Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0108837Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:19:57.0109492Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0110142Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0110867Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0111560Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0112270Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0112959Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-12-01T10:19:57.0113602Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0114269Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:19:57.0114944Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-12-01T10:19:57.0115597Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0116258Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0116948Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0117613Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0118252Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0118919Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0119653Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.454s) 2022-12-01T10:19:57.0120313Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0120936Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0121567Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0122203Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0122842Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0123460Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0124152Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0124828Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0125490Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0126138Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0126806Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0127465Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0128110Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0128770Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0129428Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0130109Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0130813Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0131508Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.336s) 2022-12-01T10:19:57.0132837Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:19:57.0133818Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0134283Z ok (0.017s) 2022-12-01T10:19:57.0135497Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:19:57.0136457Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0136916Z ok (0.048s) 2022-12-01T10:19:57.0137346Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:19:57.0137942Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:19:57.0138545Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0139232Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0139820Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0140426Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0141050Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0141704Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0142282Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0142879Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.308s) 2022-12-01T10:19:57.0143464Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0144117Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.410s) 2022-12-01T10:19:57.0144724Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0145328Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0145926Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0146548Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0147209Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0147863Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0148528Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0149172Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0149799Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0150447Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0151017Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:19:57.0151598Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:57.0152410Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:19:57.0153297Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:19:57.0153696Z Q, R = torch.qr(A, some) 2022-12-01T10:19:57.0154013Z should be replaced with 2022-12-01T10:19:57.0154819Z 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:19:57.0155399Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0155686Z ok (0.106s) 2022-12-01T10:19:57.0156159Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:19:57.0156793Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0157388Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0158009Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0158664Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0159269Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0159857Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0160451Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0161053Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0161648Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0162252Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0162848Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:19:57.0163473Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0164154Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0164758Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0165352Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0165950Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0166544Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0167165Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0167763Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0168334Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:19:57.0168924Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0169534Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0170162Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0170780Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0171399Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0171981Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0172583Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0173180Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:19:57.0174178Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:19:57.0175126Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0175424Z ok (0.062s) 2022-12-01T10:19:57.0175879Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0176523Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0177171Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0177906Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0179865Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:19:57.0180983Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0182483Z test_proxy_tensor.py:1318: 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:19:57.0183522Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0183822Z ok (0.270s) 2022-12-01T10:19:57.0184287Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.271s) 2022-12-01T10:19:57.0184945Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.266s) 2022-12-01T10:19:57.0185577Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0186187Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0186785Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0187376Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0187973Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0188557Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0189141Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:57.0189734Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0190353Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0190936Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0191523Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0192169Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0192789Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0193418Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0194034Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-12-01T10:19:57.0195917Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:19:57.0197052Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:19:57.0197398Z expected failure (0.005s) 2022-12-01T10:19:57.0197944Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0198583Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0199213Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0199845Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0200475Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0201134Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0201810Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0202885Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0204016Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0204766Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0205381Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0206036Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0206721Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0207364Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0207967Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0208579Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0209229Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0210256Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0211003Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0211655Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0212321Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0212997Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0213643Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0214283Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0215001Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0215668Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0216374Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0217062Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0218200Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0219353Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0220492Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0221635Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0222417Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0223128Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0223743Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0224347Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0224959Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0225583Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0226169Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0226763Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0227356Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0227947Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0228533Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0229120Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0230825Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:19:57.0231814Z normalized, onesided, return_complex) 2022-12-01T10:19:57.0232125Z ok (0.044s) 2022-12-01T10:19:57.0232562Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0233147Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:19:57.0233729Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0234324Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.366s) 2022-12-01T10:19:57.0234923Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.976s) 2022-12-01T10:19:57.0235772Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:19:57.0236657Z 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:19:57.0237251Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:19:57.0237585Z should be replaced with 2022-12-01T10:19:57.0238069Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:19:57.0238404Z and 2022-12-01T10:19:57.0238711Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:19:57.0239055Z should be replaced with 2022-12-01T10:19:57.0239834Z 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:19:57.0240397Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0240695Z ok (0.036s) 2022-12-01T10:19:57.0241118Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0241722Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0242330Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0242913Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0243527Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0244167Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0244808Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0245391Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-12-01T10:19:57.0245970Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:19:57.0246588Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0247213Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:57.0247795Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0248393Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0249009Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0249607Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:57.0250495Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:19:57.0251388Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:19:57.0251888Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:19:57.0252220Z should be replaced with 2022-12-01T10:19:57.0252792Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:19:57.0253334Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0253630Z ok (0.052s) 2022-12-01T10:19:57.0254051Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0254729Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0255339Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0255929Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0256523Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0257129Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0257811Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0258396Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0259021Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.312s) 2022-12-01T10:19:57.0259641Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-12-01T10:19:57.0260240Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0260824Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0261420Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0262015Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0262665Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0263283Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0263872Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0264462Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0265041Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0265632Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0266215Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0266796Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0267369Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0267964Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0268564Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0269142Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0269832Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.095s) 2022-12-01T10:19:57.0270588Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0271205Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:57.0271818Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:19:57.0272437Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0273047Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0274529Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:19:57.0275472Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0276605Z /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:19:57.0277460Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0278580Z /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:19:57.0279385Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0280500Z /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:19:57.0281298Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0282485Z /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:19:57.0283286Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0284396Z /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:19:57.0285195Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0286321Z /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:19:57.0287117Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0288240Z /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:19:57.0289025Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0290139Z /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:19:57.0290931Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0291308Z ok (0.067s) 2022-12-01T10:19:57.0291745Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0292358Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0292969Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0293570Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0294175Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:19:57.0294887Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0295503Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0296104Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:19:57.0296714Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0297420Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0298049Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0298638Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0299240Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:19:57.0299889Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:19:57.0300522Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:19:57.0301120Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:19:57.0302441Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:19:57.0304156Z [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:19:57.0305829Z test_proxy_tensor.py:1318: 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:19:57.0306849Z return op.op(*args, **kwargs) 2022-12-01T10:19:57.0307148Z ok (0.029s) 2022-12-01T10:19:57.0307581Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0308197Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:19:57.0308810Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-12-01T10:19:57.0309438Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:57.0310050Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:19:57.0310729Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:19:57.0311437Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-12-01T10:19:57.0312121Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0312758Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0313392Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0314002Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0314592Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0315269Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0315869Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0316485Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0317100Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0317717Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0318338Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0318946Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0319573Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0320263Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0320898Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0321490Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0322117Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0322771Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0323416Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0324029Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.233s) 2022-12-01T10:19:57.0324647Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0325271Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0325924Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0326522Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.688s) 2022-12-01T10:19:57.0327119Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0327726Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0328319Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0328963Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0329657Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.091s) 2022-12-01T10:19:57.0330327Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:19:57.0330936Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0331542Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0332155Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0332768Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0333365Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0334038Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0334853Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:19:57.0335542Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0336159Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0336783Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-12-01T10:19:57.0337430Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.220s) 2022-12-01T10:19:57.0338050Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0338680Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0339396Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0340037Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0340625Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0341242Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.239s) 2022-12-01T10:19:57.0341924Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0342555Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0343149Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0343759Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0344366Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0344968Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0345611Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:19:57.0346251Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0346864Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0347477Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:19:57.0348095Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0348725Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:19:57.0349370Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:19:57.0349987Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.663s) 2022-12-01T10:19:57.0350657Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0351272Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.226s) 2022-12-01T10:19:57.0351902Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0352545Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0353286Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0353914Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0354506Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0355118Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0355733Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0356343Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:19:57.0356953Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0357615Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0358287Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0358918Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:19:57.0359538Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0360135Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0360741Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0361344Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0361930Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0362542Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0363167Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0363758Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0364358Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.450s) 2022-12-01T10:19:57.0364968Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0365586Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0366184Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0366806Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0367440Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0368060Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0368664Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:19:57.0369278Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:19:57.0369895Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0370492Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0371160Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0371785Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0372450Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0373053Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:57.0373669Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0374331Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0375035Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0375638Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0376257Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0376874Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0377556Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0378147Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0378753Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0379358Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0379977Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0380577Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0381194Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:19:57.0381815Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0382427Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:19:57.0383045Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0383647Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0384247Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0384834Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0385441Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0386054Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0386655Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0387258Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0387858Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.471s) 2022-12-01T10:19:57.0388472Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.357s) 2022-12-01T10:19:57.0389063Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0389659Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0390334Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0390958Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.200s) 2022-12-01T10:19:57.0391625Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.508s) 2022-12-01T10:19:57.0392263Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.979s) 2022-12-01T10:19:57.0392888Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0393484Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0394089Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0394690Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0395292Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0395895Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0396573Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0397198Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0397820Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0398428Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0399050Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:19:57.0399679Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0400292Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0400878Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0401488Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-12-01T10:19:57.0402105Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0402700Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0403301Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0403909Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0404520Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0405119Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0405736Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0406379Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:19:57.0407080Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0407813Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0408545Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0409287Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0410014Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0410702Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0411315Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0411931Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0412532Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0413116Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:19:57.0413727Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0414353Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:19:57.0415091Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:19:57.0415794Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0416434Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0417063Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0417691Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:19:57.0418343Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-12-01T10:19:57.0418975Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0419609Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:19:57.0420239Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0420909Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:19:57.0421557Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0422184Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0422808Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0423468Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0424120Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:19:57.0424769Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0425473Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0426148Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:19:57.0426781Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:19:57.0427418Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:19:57.0428065Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.477s) 2022-12-01T10:19:57.0428709Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.376s) 2022-12-01T10:19:57.0429413Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0430052Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.528s) 2022-12-01T10:19:57.0430780Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0431448Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0432084Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.411s) 2022-12-01T10:19:57.0432741Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.283s) 2022-12-01T10:19:57.0433403Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:19:57.0434101Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0434878Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:19:57.0435600Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0436263Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0436901Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:19:57.0437537Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:19:57.0438182Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.050s) 2022-12-01T10:19:57.0438482Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.414s) 2022-12-01T10:19:57.0438787Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:19:57.0439094Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0439402Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0439704Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0440011Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.502s) 2022-12-01T10:19:57.0440318Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.432s) 2022-12-01T10:19:57.0440604Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:19:57.0440890Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0441185Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0441473Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0441756Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0442056Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0442366Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0442666Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0443035Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:19:57.0443329Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:57.0443620Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:57.0443920Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0444217Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0444514Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0444808Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0445095Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0445431Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.398s) 2022-12-01T10:19:57.0445731Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:57.0446003Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0446334Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0446607Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:19:57.0446900Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:19:57.0447196Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:57.0447483Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0447763Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0448063Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.486s) 2022-12-01T10:19:57.0448374Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.586s) 2022-12-01T10:19:57.0448668Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-12-01T10:19:57.0448971Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.335s) 2022-12-01T10:19:57.0449276Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:19:57.0449576Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:19:57.0449882Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0450192Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:19:57.0450509Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:19:57.0450815Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.601s) 2022-12-01T10:19:57.0451112Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.824s) 2022-12-01T10:19:57.0451409Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:19:57.0451706Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.809s) 2022-12-01T10:19:57.0452060Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-12-01T10:19:57.0452359Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.537s) 2022-12-01T10:19:57.0452661Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0453052Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-12-01T10:19:57.0453357Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:19:57.0453655Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:19:57.0453953Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.404s) 2022-12-01T10:19:57.0454239Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.519s) 2022-12-01T10:19:57.0454688Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.661s) 2022-12-01T10:19:57.0454982Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:19:57.0455277Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0455569Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0455888Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0456213Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0456505Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0456796Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:19:57.0457070Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-12-01T10:19:57.0457395Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:19:57.0457722Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:19:57.0458015Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0458328Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0458646Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0458942Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0459227Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0459512Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:19:57.0459806Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0460079Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0460362Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0460692Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0460976Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0461346Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0461668Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0461983Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0462278Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0462565Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.236s) 2022-12-01T10:19:57.0462845Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:19:57.0463174Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0463464Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0463804Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0464124Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0464435Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0464745Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:19:57.0465025Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0465307Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0465609Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0466016Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:19:57.0466312Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:19:57.0466606Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0466900Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0467199Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0467569Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-12-01T10:19:57.0467913Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0468255Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0468587Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:57.0468902Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:57.0469232Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:19:57.0469554Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:19:57.0469878Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:57.0470312Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0470632Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0470947Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:19:57.0471265Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:19:57.0471601Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0471947Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-12-01T10:19:57.0472253Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0472621Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:19:57.0472937Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:19:57.0473276Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0473613Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:19:57.0473942Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:19:57.0474293Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:19:57.0474628Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:19:57.0474958Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:19:57.0475265Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:19:57.0477116Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:19:57.0477537Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0478970Z /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:19:57.0479386Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0480839Z /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:19:57.0481290Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0482722Z /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:19:57.0483134Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0484614Z /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:19:57.0485030Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0486473Z /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:19:57.0486885Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0486991Z ok (0.065s) 2022-12-01T10:19:57.0487320Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:19:57.0487646Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:19:57.0487957Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0488289Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.343s) 2022-12-01T10:19:57.0488615Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:57.0488968Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0489346Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0489692Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-12-01T10:19:57.0490035Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.311s) 2022-12-01T10:19:57.0490399Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:19:57.0490714Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0491024Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-12-01T10:19:57.0491391Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-12-01T10:19:57.0491715Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0492042Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0492359Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0492681Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0492999Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0493343Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:19:57.0493704Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0494032Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-12-01T10:19:57.0494367Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:19:57.0494794Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:19:57.0495138Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:19:57.0495474Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:19:57.0495797Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:19:57.0496145Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0497521Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:19:57.0497903Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0498969Z /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:19:57.0499353Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0500405Z /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:19:57.0500779Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0501844Z /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:19:57.0502289Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0502396Z ok (0.095s) 2022-12-01T10:19:57.0502716Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0503039Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0503354Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:19:57.0503672Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:19:57.0504015Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:19:57.0504391Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0504733Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-12-01T10:19:57.0505056Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.910s) 2022-12-01T10:19:57.0505378Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.719s) 2022-12-01T10:19:57.0505696Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.617s) 2022-12-01T10:19:57.0506046Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0506380Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.295s) 2022-12-01T10:19:57.0506725Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0507067Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.427s) 2022-12-01T10:19:57.0507416Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0507748Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.255s) 2022-12-01T10:19:57.0508057Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0508370Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0508705Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:19:57.0509051Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:19:57.0509402Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0509745Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0510058Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:19:57.0510445Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.465s) 2022-12-01T10:19:57.0510776Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-12-01T10:19:57.0511164Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:19:57.0511497Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:19:57.0511832Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:19:57.0512147Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:19:57.0512473Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0512804Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0513134Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.689s) 2022-12-01T10:19:57.0513486Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:19:57.0513797Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0514107Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0514418Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0514724Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0515029Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0515359Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0515700Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0516017Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0516356Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0516660Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0516981Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0517299Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0517622Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0517953Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0518288Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:19:57.0518651Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:19:57.0518972Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.539s) 2022-12-01T10:19:57.0519962Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:19:57.0520343Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0520981Z /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:19:57.0521306Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0521944Z /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:19:57.0522268Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0522902Z /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:19:57.0523228Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0523376Z ok (0.026s) 2022-12-01T10:19:57.0524371Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:19:57.0524694Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0525333Z /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:19:57.0525658Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0526274Z /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:19:57.0526604Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0527238Z /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:19:57.0527565Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0528199Z /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:19:57.0528521Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0529152Z /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:19:57.0529481Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0530114Z /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:19:57.0530439Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0531060Z /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:19:57.0531380Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0532007Z /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:19:57.0532376Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0533010Z /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:19:57.0533330Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0533966Z /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:19:57.0534288Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0535017Z /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:19:57.0535394Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0536077Z /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:19:57.0536406Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0537038Z /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:19:57.0537361Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0537990Z /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:19:57.0538315Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0538961Z /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:19:57.0539282Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0539386Z ok (0.112s) 2022-12-01T10:19:57.0539765Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:19:57.0540043Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-12-01T10:19:57.0540338Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0540629Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0540920Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0541213Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0541525Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0541807Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0542102Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0542396Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.131s) 2022-12-01T10:19:57.0542671Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0542976Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.038s) 2022-12-01T10:19:57.0543325Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0543624Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:19:57.0543909Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-12-01T10:19:57.0544234Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0544563Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0544880Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0545203Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0545511Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0545863Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0546150Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0546438Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:19:57.0546723Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:19:57.0547003Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-12-01T10:19:57.0547329Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0547621Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0547923Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:19:57.0548213Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:19:57.0548499Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0548796Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0549087Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0549365Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0549664Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0549963Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:57.0550318Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0550609Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.615s) 2022-12-01T10:19:57.0550993Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.008s) 2022-12-01T10:19:57.0551291Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0551582Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0551873Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0552168Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0552521Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0552823Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:19:57.0553107Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:19:57.0553395Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:19:57.0553684Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0553982Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0554289Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0554604Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0554935Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0555221Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0555527Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0555820Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-12-01T10:19:57.0556132Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:19:57.0556446Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:19:57.0556743Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:19:57.0557064Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:19:57.0557372Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:19:57.0557678Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.181s) 2022-12-01T10:19:57.0558031Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0558354Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.026s) 2022-12-01T10:19:57.0558644Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0558949Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0559234Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0559510Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0559801Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0560085Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0560374Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0560657Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0560940Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0561226Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0561561Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0561866Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:19:57.0562145Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0562457Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0562739Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.266s) 2022-12-01T10:19:57.0563085Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:19:57.0563393Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0563709Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0564053Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0564358Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0564658Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0564983Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0565317Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0566016Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0566703Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0567008Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0567311Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0567645Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0567978Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0568280Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0568578Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0568873Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0569215Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0569895Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0570206Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0570531Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0570859Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0571230Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0571556Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0571859Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0572163Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0572502Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0572840Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0573175Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0573936Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0574754Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0575455Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0576149Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0576482Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0576801Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0577104Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:19:57.0577393Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0577687Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0577994Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0578277Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0578572Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0578867Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:19:57.0579157Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0579442Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:57.0579731Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:19:57.0580014Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:19:57.0580279Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:19:57.0580551Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:19:57.0580851Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:19:57.0581217Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.579s) 2022-12-01T10:19:57.0581518Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (5.674s) 2022-12-01T10:19:57.0581807Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:19:57.0582090Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0582394Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0582678Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:19:57.0582948Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0583233Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0583614Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0583912Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0584198Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.247s) 2022-12-01T10:19:57.0584481Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:19:57.0584802Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0585087Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:19:57.0585373Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:19:57.0585662Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0585964Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:19:57.0586251Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:19:57.0586563Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:19:57.0586845Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0587130Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:19:57.0587430Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:19:57.0587718Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:19:57.0588008Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0588296Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:19:57.0588579Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:19:57.0588872Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0589271Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.015s) 2022-12-01T10:19:57.0589643Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.015s) 2022-12-01T10:19:57.0589938Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0590352Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:19:57.0590652Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:19:57.0590936Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0591230Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:19:57.0591519Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0591813Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:19:57.0592105Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0592394Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0592732Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0593019Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0593304Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0593590Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0593877Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0594169Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0594457Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0594791Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:19:57.0595100Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.169s) 2022-12-01T10:19:57.0595400Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:19:57.0595700Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.753s) 2022-12-01T10:19:57.0595995Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:19:57.0596279Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:19:57.0617623Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:19:57.0617925Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0618866Z /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:19:57.0619091Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0619972Z /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:19:57.0620195Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0621269Z /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:19:57.0621496Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0622364Z /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:19:57.0622586Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0623436Z /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:19:57.0623654Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0624576Z /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:19:57.0624797Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0625662Z /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:19:57.0625880Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0626737Z /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:19:57.0626969Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:19:57.0627073Z ok (0.189s) 2022-12-01T10:19:57.0627372Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:19:57.0627671Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0627962Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0628252Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0628539Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-12-01T10:19:57.0628836Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.196s) 2022-12-01T10:19:57.0629141Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-12-01T10:19:57.0629433Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-12-01T10:19:57.0629731Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:19:57.0630049Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:19:57.0630449Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0630771Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:19:57.0631050Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.224s) 2022-12-01T10:19:57.0631437Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:19:57.0631724Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.250s) 2022-12-01T10:19:57.0632010Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.248s) 2022-12-01T10:19:57.0632342Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0632637Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:19:57.0632931Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-12-01T10:19:57.0633231Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:19:57.0633559Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0633920Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0634246Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0634569Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:19:57.0634872Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:19:57.0635212Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0635496Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0635786Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0636085Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:19:57.0636377Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0636663Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0636958Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0637257Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:19:57.0637560Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-12-01T10:19:57.0637882Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:19:57.0638217Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0638514Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:19:57.0638841Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0639127Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0639415Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:19:57.0639721Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0640040Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:19:57.0640401Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:19:57.0640711Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0640996Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:19:57.0641331Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0641622Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:19:57.0641940Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:19:57.0642230Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0642516Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:19:57.0642853Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:19:57.0643179Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0643518Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0643857Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0644184Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:19:57.0644476Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.240s) 2022-12-01T10:19:57.0644778Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.267s) 2022-12-01T10:19:57.0645085Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.315s) 2022-12-01T10:19:57.0645364Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:19:57.0645698Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.039s) 2022-12-01T10:19:57.0646095Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.014s) 2022-12-01T10:19:57.0646396Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-12-01T10:19:57.0646683Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0647000Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0647340Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:19:57.0647642Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0647943Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.267s) 2022-12-01T10:19:57.0648269Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0648546Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0648836Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0649163Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:19:57.0649528Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0649847Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0650167Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0650483Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0650814Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0651104Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:19:57.0651451Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.239s) 2022-12-01T10:19:57.0651819Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0652115Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-12-01T10:19:57.0652413Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.795s) 2022-12-01T10:19:57.0652716Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:19:57.0653018Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.485s) 2022-12-01T10:19:57.0653368Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0653682Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:19:57.0653987Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0654310Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0654737Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.580s) 2022-12-01T10:19:57.0655060Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:19:57.0655374Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-12-01T10:19:57.0655671Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0655971Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0656306Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.069s) 2022-12-01T10:19:57.0656606Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0656933Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0657260Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0657579Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0657868Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-12-01T10:19:57.0658193Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0658583Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0658879Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0659180Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0659476Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0659772Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:19:57.0660078Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0660363Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:19:57.0660663Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0661008Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.655s) 2022-12-01T10:19:57.0661336Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:19:57.0661669Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0661996Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0662330Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0662658Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0662980Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:19:57.0663321Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0663630Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0663952Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0664279Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0664621Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0664952Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0665284Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0665618Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0665956Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0666283Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:19:57.0666614Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0666929Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0667251Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0667622Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0667914Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0668220Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-12-01T10:19:57.0668514Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:19:57.0668812Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:19:57.0669111Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0669409Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:19:57.0669706Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-12-01T10:19:57.0670040Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.630s) 2022-12-01T10:19:57.0670402Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.577s) 2022-12-01T10:19:57.0670697Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:19:57.0670992Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:19:57.0671284Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:19:57.0671575Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:19:57.0671903Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:19:57.0672211Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0672528Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0672817Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:19:57.0673145Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0673478Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0673769Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:19:57.0674063Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:19:57.0674376Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-12-01T10:19:57.0674701Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0675036Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0675372Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0675686Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0675985Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:19:57.0676282Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-12-01T10:19:57.0676642Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0676947Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:19:57.0677248Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-12-01T10:19:57.0677580Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.056s) 2022-12-01T10:19:57.0677914Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:19:57.0678249Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:19:57.0678543Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:19:57.0678886Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.105s) 2022-12-01T10:19:57.0679242Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0679566Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0679860Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:19:57.0680192Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:19:57.0680494Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0680817Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0681112Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0681412Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0681707Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0682013Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:19:57.0682310Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0682640Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:19:57.0683010Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0683388Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0683749Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0684127Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0684481Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:57.0684803Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0685118Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0685418Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-12-01T10:19:57.0685750Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:19:57.0686074Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0686374Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0686723Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0687074Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0687413Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0687748Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0688107Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:19:57.0688456Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0688785Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0689129Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0689474Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0689824Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0690203Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0690535Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0690870Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0691216Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0691550Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0691900Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0692242Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0692603Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0692931Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0693277Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0693622Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0693963Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:19:57.0694310Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.100s) 2022-12-01T10:19:57.0694814Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:19:57.0695148Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0695517Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0695857Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0696197Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.449s) 2022-12-01T10:19:57.0696572Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.383s) 2022-12-01T10:19:57.0696909Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0697330Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0697768Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:19:57.0698098Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0698437Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0698774Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0699098Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0699464Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0699795Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.075s) 2022-12-01T10:19:57.0700141Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0700485Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.088s) 2022-12-01T10:19:57.0700835Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:19:57.0701174Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:19:57.0701495Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.425s) 2022-12-01T10:19:57.0701819Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.103s) 2022-12-01T10:19:57.0702125Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.287s) 2022-12-01T10:19:57.0702405Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0702705Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:19:57.0702997Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0703289Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:19:57.0703599Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:19:57.0703972Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-12-01T10:19:57.0704310Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0704650Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0704992Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0705310Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:19:57.0705621Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-12-01T10:19:57.0705929Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:19:57.0706273Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-12-01T10:19:57.0706581Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:19:57.0706876Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-12-01T10:19:57.0707181Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.700s) 2022-12-01T10:19:57.0707491Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.377s) 2022-12-01T10:19:57.0707789Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:19:57.0708066Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:19:57.0708388Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0708722Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0709057Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0709350Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:19:57.0709639Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:19:57.0709977Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.635s) 2022-12-01T10:19:57.0710362Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.627s) 2022-12-01T10:19:57.0710710Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:19:57.0711054Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.053s) 2022-12-01T10:19:57.0711379Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0711719Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.231s) 2022-12-01T10:19:57.0712053Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:19:57.0712399Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.353s) 2022-12-01T10:19:57.0712749Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0713144Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0713485Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.029s) 2022-12-01T10:19:57.0713828Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.164s) 2022-12-01T10:19:57.0714162Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.824s) 2022-12-01T10:19:57.0714483Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.724s) 2022-12-01T10:19:57.0714806Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.676s) 2022-12-01T10:19:57.0715152Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0715529Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0715871Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.343s) 2022-12-01T10:19:57.0716207Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.362s) 2022-12-01T10:19:57.0716540Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (2.470s) 2022-12-01T10:19:57.0716877Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.631s) 2022-12-01T10:19:57.0717214Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.745s) 2022-12-01T10:19:57.0717519Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.677s) 2022-12-01T10:19:57.0717852Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0718146Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:19:57.0718470Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:19:57.0718824Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0719123Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:19:57.0719419Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.302s) 2022-12-01T10:19:57.0719750Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0720112Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:19:57.0720476Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:19:57.0720804Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:19:57.0721111Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0721467Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0721772Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-12-01T10:19:57.0722122Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0722447Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0722749Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:19:57.0723077Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0723371Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-12-01T10:19:57.0723712Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0724004Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0724357Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-12-01T10:19:57.0724677Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-12-01T10:19:57.0725003Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-12-01T10:19:57.0725308Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:19:57.0725611Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.856s) 2022-12-01T10:19:57.0725921Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-12-01T10:19:57.0726255Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0726559Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.375s) 2022-12-01T10:19:57.0726891Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0727206Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0727521Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.936s) 2022-12-01T10:19:57.0727832Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.844s) 2022-12-01T10:19:57.0728120Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-12-01T10:19:57.0728416Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:19:57.0728745Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0729158Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:19:57.0729463Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:19:57.0729765Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:19:57.0730065Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:19:57.0730359Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.235s) 2022-12-01T10:19:57.0730747Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0731145Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.207s) 2022-12-01T10:19:57.0731490Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.499s) 2022-12-01T10:19:57.0731871Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.208s) 2022-12-01T10:19:57.0732249Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:19:57.0732622Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:19:57.0732991Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.076s) 2022-12-01T10:19:57.0733374Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.122s) 2022-12-01T10:19:57.0733705Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.445s) 2022-12-01T10:19:57.0734052Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.145s) 2022-12-01T10:19:57.0734386Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.316s) 2022-12-01T10:19:57.0734847Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.057s) 2022-12-01T10:19:57.0735226Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.390s) 2022-12-01T10:19:57.0735606Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.437s) 2022-12-01T10:19:57.0735930Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:19:57.0736283Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.445s) 2022-12-01T10:19:57.0736628Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (3.529s) 2022-12-01T10:19:57.0736979Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.463s) 2022-12-01T10:19:57.0737325Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.542s) 2022-12-01T10:19:57.0737653Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.323s) 2022-12-01T10:19:57.0738608Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:19:57.0739021Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0739392Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0739753Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.053s) 2022-12-01T10:19:57.0741632Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:19:57.0742137Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0743592Z /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:19:57.0744007Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0745522Z /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:19:57.0745940Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:19:57.0746079Z expected failure (0.074s) 2022-12-01T10:19:57.0746447Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.116s) 2022-12-01T10:19:57.0746808Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:19:57.0747130Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:19:57.0747488Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.153s) 2022-12-01T10:19:57.0747852Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.173s) 2022-12-01T10:19:57.0748252Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:19:57.0748633Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.931s) 2022-12-01T10:19:57.0749019Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:19:57.0749398Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.059s) 2022-12-01T10:19:57.0749769Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0750093Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.264s) 2022-12-01T10:19:57.0750501Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.092s) 2022-12-01T10:19:57.0750867Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.117s) 2022-12-01T10:19:57.0751222Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:19:57.0751654Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:19:57.0751998Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:19:57.0752329Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:19:57.0752661Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:19:57.0753043Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0753375Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.287s) 2022-12-01T10:19:57.0753719Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.952s) 2022-12-01T10:19:57.0754133Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.118s) 2022-12-01T10:19:57.0754516Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.062s) 2022-12-01T10:19:57.0754905Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:19:57.0755283Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:19:57.0755652Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:19:57.0756035Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.062s) 2022-12-01T10:19:57.0757416Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:19:57.0757796Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0758859Z /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:19:57.0759248Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0760313Z /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:19:57.0760691Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0761744Z /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:19:57.0762170Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:19:57.0762281Z ok (0.396s) 2022-12-01T10:19:57.0762615Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:19:57.0762953Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-12-01T10:19:57.0763269Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:19:57.0763597Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.435s) 2022-12-01T10:19:57.0763971Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:19:57.0764305Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:19:57.0764719Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.131s) 2022-12-01T10:19:57.0765076Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.158s) 2022-12-01T10:19:57.0765409Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (19.418s) 2022-12-01T10:19:57.0765765Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.105s) 2022-12-01T10:19:57.0766123Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0766493Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:19:57.0766837Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0767210Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:19:57.0767562Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0767929Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.073s) 2022-12-01T10:19:57.0768255Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:19:57.0768584Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:19:57.0768959Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0769341Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0769700Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-12-01T10:19:57.0770047Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:57.0770378Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.684s) 2022-12-01T10:19:57.0770725Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0771135Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0771498Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0771869Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0772218Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:19:57.0772571Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:19:57.0772931Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:19:57.0773343Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0773687Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.193s) 2022-12-01T10:19:57.0774013Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.501s) 2022-12-01T10:19:57.0774317Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:19:57.0774734Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:19:57.0775085Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0775400Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:19:57.0775719Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0776080Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0776418Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:19:57.0776746Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-12-01T10:19:57.0777096Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.224s) 2022-12-01T10:19:57.0777426Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:19:57.0777752Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-12-01T10:19:57.0778087Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:19:57.0778416Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0778749Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:19:57.0779094Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.455s) 2022-12-01T10:19:57.0779470Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.458s) 2022-12-01T10:19:57.0779824Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:19:57.0780901Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:19:57.0781230Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0781369Z expected failure (0.039s) 2022-12-01T10:19:57.0782355Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:19:57.0782669Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:19:57.0782810Z expected failure (0.025s) 2022-12-01T10:19:57.0783239Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.009s) 2022-12-01T10:19:57.0783539Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.988s) 2022-12-01T10:19:57.0783841Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:19:57.0784144Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:19:57.0784477Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0784805Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0785150Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0785435Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0785737Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:19:57.0786057Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:19:57.0786384Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0786717Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.064s) 2022-12-01T10:19:57.0787023Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:19:57.0787353Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0787688Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0788048Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0788403Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0788749Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0789105Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0789464Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0789829Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:19:57.0790127Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:19:57.0790494Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.593s) 2022-12-01T10:19:57.0790816Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:19:57.0791134Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0791464Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0791792Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0792088Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:19:57.0792447Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-12-01T10:19:57.0792747Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0793107Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:19:57.0793400Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-12-01T10:19:57.0793697Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0794004Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0794316Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-12-01T10:19:57.0794648Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0794933Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.429s) 2022-12-01T10:19:57.0795337Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.012s) 2022-12-01T10:19:57.0795676Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:19:57.0795978Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.637s) 2022-12-01T10:19:57.0796305Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:19:57.0796634Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:19:57.0796947Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:19:57.0797254Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0797581Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:19:57.0797865Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.717s) 2022-12-01T10:19:57.0798186Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0798530Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0798876Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0799271Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0799569Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0799866Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-12-01T10:19:57.0800203Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0800533Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0800887Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0801223Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0801606Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0801953Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0802302Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:19:57.0802644Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:19:57.0803003Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0803364Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0803698Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:19:57.0804040Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:19:57.0804336Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:19:57.0804622Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-12-01T10:19:57.0804924Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:19:57.0805218Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0805520Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:19:57.0805817Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0806110Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:19:57.0806400Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0806702Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.261s) 2022-12-01T10:19:57.0807050Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0807340Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-12-01T10:19:57.0807661Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.212s) 2022-12-01T10:19:57.0808019Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0808379Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:19:57.0808722Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0809038Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0809355Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:19:57.0809703Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0810044Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0810467Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0810830Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0811561Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0812260Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0812593Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0812941Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0813313Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0813687Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0814000Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0814307Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0814737Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:19:57.0815114Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:19:57.0815803Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0816148Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0816514Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0816877Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0817233Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0817589Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0817971Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:19:57.0818314Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0818706Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0819083Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0819457Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:19:57.0820163Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0820927Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0821635Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0822356Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:19:57.0822699Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:19:57.0823050Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0823367Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-12-01T10:19:57.0823698Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:19:57.0824042Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0824384Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0824684Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0824970Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0825272Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:19:57.0825577Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-12-01T10:19:57.0825869Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.413s) 2022-12-01T10:19:57.0826173Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.245s) 2022-12-01T10:19:57.0826496Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0826786Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-12-01T10:19:57.0827073Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.302s) 2022-12-01T10:19:57.0827409Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0827756Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.074s) 2022-12-01T10:19:57.0828096Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:19:57.0828425Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0828711Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:19:57.0829050Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:19:57.0829368Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0829663Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0829957Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0830388Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:19:57.0830728Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:19:57.0831054Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.503s) 2022-12-01T10:19:57.0831373Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0831699Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:57.0832025Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:19:57.0832324Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:19:57.0832635Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:19:57.0832972Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0833299Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:19:57.0833643Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:19:57.0833924Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.459s) 2022-12-01T10:19:57.0834220Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.424s) 2022-12-01T10:19:57.0834528Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.227s) 2022-12-01T10:19:57.0834829Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:19:57.0835155Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0835486Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0835813Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.055s) 2022-12-01T10:19:57.0836140Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:19:57.0836541Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.021s) 2022-12-01T10:19:57.0836962Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.018s) 2022-12-01T10:19:57.0837254Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:19:57.0837545Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.396s) 2022-12-01T10:19:57.0837847Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-12-01T10:19:57.0838141Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:19:57.0838483Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:19:57.0838814Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:19:57.0839106Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.471s) 2022-12-01T10:19:57.0839473Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:19:57.0839776Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:19:57.0840060Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:19:57.0840350Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.368s) 2022-12-01T10:19:57.0840646Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:19:57.0840942Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:19:57.0841249Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:19:57.0841479Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.021s) 2022-12-01T10:19:57.0841676Z test_cat (__main__.TestSymbolicTracing) ... ok (0.038s) 2022-12-01T10:19:57.0841883Z test_expand (__main__.TestSymbolicTracing) ... ok (0.030s) 2022-12-01T10:19:57.0842084Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.325s) 2022-12-01T10:19:57.0842305Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.012s) 2022-12-01T10:19:57.0843498Z test_new_empty (__main__.TestSymbolicTracing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83408 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:19:57.0843753Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.056s) 2022-12-01T10:19:57.0843971Z test_return_symint (__main__.TestSymbolicTracing) ... ok (0.023s) 2022-12-01T10:19:57.0844198Z test_size_with_tensor (__main__.TestSymbolicTracing) ... ok (0.036s) 2022-12-01T10:19:57.0844410Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.015s) 2022-12-01T10:19:57.0844628Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.019s) 2022-12-01T10:19:57.0844829Z test_unary (__main__.TestSymbolicTracing) ... ok (0.019s) 2022-12-01T10:19:57.0844843Z 2022-12-01T10:19:57.0845174Z ---------------------------------------------------------------------- 2022-12-01T10:19:57.0845288Z Ran 1902 tests in 215.147s 2022-12-01T10:19:57.0845295Z 2022-12-01T10:19:57.0845458Z OK (skipped=94, expected failures=325) 2022-12-01T10:19:57.0845465Z 2022-12-01T10:19:57.0845606Z Generating XML reports... 2022-12-01T10:19:57.0846127Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201101618.xml 2022-12-01T10:19:57.0846731Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201101618.xml 2022-12-01T10:19:57.0847287Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201101618.xml 2022-12-01T10:19:57.0847867Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201101618.xml 2022-12-01T10:19:57.0848421Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201101618.xml 2022-12-01T10:19:57.0848937Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201101618.xml 2022-12-01T10:19:57.0848945Z 2022-12-01T10:19:57.0849469Z ##[endgroup] 2022-12-01T10:19:57.0849970Z FINISHED PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_evg4ndoc) 2022-12-01T10:19:57.0849978Z 2022-12-01T10:19:58.9655947Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:19:59.0285412Z Ignoring disabled issues: [] 2022-12-01T10:19:59.0418901Z Running test_foreach ... [2022-12-01 10:19:59.041623] 2022-12-01T10:19:59.0420741Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:19:59.041881] 2022-12-01T10:21:25.8886163Z 2022-12-01T10:21:25.8886623Z Expand the folded group to see the log file of test_foreach 2022-12-01T10:21:25.8887564Z ##[group]PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_gtmdorep) 2022-12-01T10:21:25.8888680Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-12-01T10:21:25.8889053Z 2022-12-01T10:21:25.8889171Z Running tests... 2022-12-01T10:21:25.8889624Z ---------------------------------------------------------------------- 2022-12-01T10:21:25.8939131Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.8940372Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8941005Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8941643Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8942279Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8942860Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8943476Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8944070Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8944680Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8945295Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8945879Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8946487Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.8947099Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8947698Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8948290Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8948906Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8949506Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8950442Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8950991Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8951511Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8952048Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8952593Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8953152Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8977789Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8978484Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8979392Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8980098Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8980782Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8981443Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8982105Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8982771Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8983413Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8984079Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8984743Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8985381Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8986010Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8986666Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8987319Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8987984Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8988633Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8989303Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8989966Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8990688Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8991331Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8991976Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8992627Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8993254Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.8993892Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.8994699Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8995359Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:21:25.8995997Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8996696Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8997353Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8998014Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8998655Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8999307Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.8999953Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.9000655Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.9001296Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.9001933Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.9002613Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9003316Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9004043Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9004773Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9005501Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9006198Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9006899Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9007609Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9008320Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9008998Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9009708Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9010422Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9011138Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9016625Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9017485Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9018165Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9018927Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9019588Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9020414Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9021062Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9021715Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9022392Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9022964Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9023525Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9024264Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9025007Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9025657Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9026332Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9026994Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9027649Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9028282Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9028897Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9029521Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9030233Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9030863Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9031511Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9032169Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9032826Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9033461Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9034108Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9034762Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9035425Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9036049Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9036691Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9037332Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9037956Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9038690Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9039329Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:21:25.9039957Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:21:25.9040545Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:21:25.9041140Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:21:25.9041722Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:21:25.9043192Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... test_foreach.py:87: 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:21:25.9044198Z actual = self.func(*inputs, **kwargs) 2022-12-01T10:21:25.9044523Z ok (0.058s) 2022-12-01T10:21:25.9044994Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:21:25.9045607Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:21:25.9046209Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9046820Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:21:25.9047419Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:21:25.9048037Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:21:25.9048635Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9049250Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:21:25.9049873Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:21:25.9059117Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:21:25.9059755Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:21:25.9060303Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:21:25.9060866Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:21:25.9061433Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:21:25.9062009Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:21:25.9062605Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:21:25.9063199Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:21:25.9063779Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:21:25.9064360Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:21:25.9064962Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:21:25.9065538Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:21:25.9066099Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:21:25.9066872Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:21:25.9067493Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:21:25.9068719Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:21:25.9069310Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:21:25.9069889Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:21:25.9070536Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:21:25.9071113Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:21:25.9071703Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:21:25.9072294Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:21:25.9072993Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:21:25.9073586Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.142s) 2022-12-01T10:21:25.9074192Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:21:25.9074806Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:21:25.9075410Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:21:25.9075999Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:21:25.9076592Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:21:25.9077186Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:21:25.9077755Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:21:25.9078280Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:21:25.9078803Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:21:25.9079356Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:21:25.9079901Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9080491Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:21:25.9081102Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:21:25.9081730Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:21:25.9082329Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:21:25.9082927Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:21:25.9083532Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9084072Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:21:25.9084660Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:21:25.9085227Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:21:25.9085826Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:21:25.9086515Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:21:25.9087140Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:21:25.9087754Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:21:25.9088345Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:21:25.9088918Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:21:25.9089522Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:21:25.9090124Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9090708Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:21:25.9091304Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.117s) 2022-12-01T10:21:25.9091976Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.104s) 2022-12-01T10:21:25.9092558Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:21:25.9093132Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:21:25.9093713Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:21:25.9094306Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:21:25.9095217Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:21:25.9095809Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:21:25.9096405Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:21:25.9096965Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9097556Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:21:25.9098164Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:21:25.9098768Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:21:25.9099362Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:21:25.9099944Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:21:25.9100552Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:21:25.9101158Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:21:25.9101779Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:21:25.9102377Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.147s) 2022-12-01T10:21:25.9102993Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:21:25.9103624Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:21:25.9104247Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:21:25.9104848Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:21:25.9105460Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:21:25.9106138Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:21:25.9106652Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:21:25.9107162Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:21:25.9107695Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:21:25.9108238Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:21:25.9108813Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9109450Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9110154Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9110946Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9111565Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:21:25.9112196Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9112796Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9113452Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9114056Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9114643Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9115348Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9116034Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9116703Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9117339Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9118012Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9118661Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9119369Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9120057Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9120737Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9121458Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9122192Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9122914Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9123525Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9124113Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9124844Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9125435Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9126048Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9126636Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9127240Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9127861Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9128488Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9129263Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9129945Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9130613Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9131259Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9131906Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9132525Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9133133Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9133782Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9134604Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9135277Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9135940Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9136589Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9137231Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9137896Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9138561Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9139201Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9139855Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9140493Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9141137Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9141770Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9142412Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:21:25.9143169Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.110s) 2022-12-01T10:21:25.9143776Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.129s) 2022-12-01T10:21:25.9144403Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:21:25.9144962Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:21:25.9145530Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.110s) 2022-12-01T10:21:25.9146094Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:21:25.9146678Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.117s) 2022-12-01T10:21:25.9147301Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:21:25.9148062Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:21:25.9148663Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:21:25.9149280Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:21:25.9149888Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:21:25.9150571Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.106s) 2022-12-01T10:21:25.9151148Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:21:25.9151756Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:21:25.9152390Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:21:25.9153012Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.150s) 2022-12-01T10:21:25.9153645Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:21:25.9154265Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:21:25.9154873Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:21:25.9155448Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.145s) 2022-12-01T10:21:25.9156050Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.145s) 2022-12-01T10:21:25.9156649Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:21:25.9157254Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:21:25.9157863Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:21:25.9158477Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:21:25.9159097Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:21:25.9159710Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:21:25.9160328Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:21:25.9160935Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:21:25.9161543Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:21:25.9162227Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:21:25.9162809Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:21:25.9163379Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-12-01T10:21:25.9163986Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:21:25.9164590Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:21:25.9165260Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.146s) 2022-12-01T10:21:25.9165890Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.212s) 2022-12-01T10:21:25.9166527Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:21:25.9167227Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.128s) 2022-12-01T10:21:25.9167865Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.147s) 2022-12-01T10:21:25.9168500Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.149s) 2022-12-01T10:21:25.9169114Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.146s) 2022-12-01T10:21:25.9169735Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.154s) 2022-12-01T10:21:25.9170358Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.154s) 2022-12-01T10:21:25.9170978Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-12-01T10:21:25.9171483Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.153s) 2022-12-01T10:21:25.9172070Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.154s) 2022-12-01T10:21:25.9172650Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:21:25.9173188Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.146s) 2022-12-01T10:21:25.9173723Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.090s) 2022-12-01T10:21:25.9174301Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:21:25.9175071Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:21:25.9175629Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:21:25.9176219Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:21:25.9176800Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:21:25.9177357Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:21:25.9177908Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.133s) 2022-12-01T10:21:25.9178490Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:21:25.9179077Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:21:25.9179701Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:21:25.9180306Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.157s) 2022-12-01T10:21:25.9181076Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:21:25.9181719Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:21:25.9182339Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:21:25.9182914Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:21:25.9183512Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.154s) 2022-12-01T10:21:25.9184121Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:21:25.9184719Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.179s) 2022-12-01T10:21:25.9185330Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-12-01T10:21:25.9186035Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.158s) 2022-12-01T10:21:25.9186656Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.158s) 2022-12-01T10:21:25.9187256Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:21:25.9187850Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.146s) 2022-12-01T10:21:25.9188470Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:21:25.9189104Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:21:25.9189713Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:21:25.9190408Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:21:25.9191033Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:21:25.9191628Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:21:25.9192237Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:21:25.9192843Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-12-01T10:21:25.9193444Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.116s) 2022-12-01T10:21:25.9194026Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:21:25.9194644Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:21:25.9195212Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.221s) 2022-12-01T10:21:25.9195771Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.142s) 2022-12-01T10:21:25.9196348Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.143s) 2022-12-01T10:21:25.9196936Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.161s) 2022-12-01T10:21:25.9197555Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:21:25.9198162Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:21:25.9198786Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.166s) 2022-12-01T10:21:25.9199404Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.166s) 2022-12-01T10:21:25.9200109Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.167s) 2022-12-01T10:21:25.9200693Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-12-01T10:21:25.9201273Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.167s) 2022-12-01T10:21:25.9201877Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:21:25.9202506Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9203128Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:21:25.9203770Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:21:25.9204408Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:21:25.9205111Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:21:25.9205703Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.9206322Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9206932Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9207532Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9208143Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9208754Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9209375Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9209988Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:21:25.9210618Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9211255Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9211880Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9212486Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9213082Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9213689Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:21:25.9214308Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:21:25.9215104Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:21:25.9215723Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:21:25.9216347Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:21:25.9216963Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9217602Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9218244Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:21:25.9218892Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9219641Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9220275Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:21:25.9220914Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9221508Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9222045Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9222628Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9223166Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9223701Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9224516Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.9225202Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:21:25.9225838Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:21:25.9226408Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9227008Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:21:25.9227611Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:21:25.9228207Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:21:25.9228799Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9229402Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9230001Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9230709Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9231324Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9232085Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:21:25.9232735Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:21:25.9233381Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:21:25.9234065Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:21:25.9234728Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:21:25.9235380Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:21:25.9235923Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:21:25.9236453Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:21:25.9237064Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:21:25.9237708Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9238338Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:21:25.9239296Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:21:25.9239899Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:21:25.9240455Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:21:25.9240993Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9241597Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9242217Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:21:25.9242743Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:21:25.9243264Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:21:25.9243864Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9244375Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9244905Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9245398Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9245902Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:21:25.9246477Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:21:25.9247048Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9247684Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:21:25.9248319Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:21:25.9248927Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.9249520Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:21:25.9250092Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:21:25.9250683Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9251272Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9251854Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9252372Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9252921Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9253458Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:21:25.9253987Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.161s) 2022-12-01T10:21:25.9254728Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:21:25.9255347Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:21:25.9255908Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:21:25.9256713Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:21:25.9257352Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:21:25.9258035Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9258700Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9259323Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9259988Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9260620Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9261332Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9262266Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9263129Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9263939Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9264525Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9265217Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9265865Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9266498Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9267121Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9267740Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9268414Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9269063Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9269755Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9270527Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9271206Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9271856Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9272506Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9273125Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9273994Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9274772Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9275658Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9276398Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9277163Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9277919Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9278711Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9279477Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9280370Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9281219Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9281884Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9282570Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9283221Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9284025Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9285400Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9286196Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9287042Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9287793Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9288569Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9289325Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9290126Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9290933Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9291712Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9292505Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9293277Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9294087Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9295033Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9295957Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9296939Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9297696Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9298397Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9299110Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9299755Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9300404Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9301156Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9301842Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9302538Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9303035Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9303574Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9304284Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9304870Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9305489Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9306119Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9306714Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9307294Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9307909Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9308561Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9309174Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9310359Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9311099Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9311589Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9312107Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9312659Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9313239Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9313834Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9314344Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9314905Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9315447Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9315996Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9316673Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:21:25.9317305Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9317952Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9318577Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:21:25.9319206Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:21:25.9319848Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:21:25.9320492Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9321108Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9321736Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9322439Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9323070Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9323659Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:21:25.9324268Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9324947Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9325549Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9326160Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9326794Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9327399Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9328027Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9328660Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9329273Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9329933Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.650s) 2022-12-01T10:21:25.9330632Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.342s) 2022-12-01T10:21:25.9331323Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.048s) 2022-12-01T10:21:25.9331974Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.041s) 2022-12-01T10:21:25.9332632Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.504s) 2022-12-01T10:21:25.9333284Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.503s) 2022-12-01T10:21:25.9333931Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.623s) 2022-12-01T10:21:25.9334748Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.916s) 2022-12-01T10:21:25.9335430Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.882s) 2022-12-01T10:21:25.9336102Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.278s) 2022-12-01T10:21:25.9336792Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.285s) 2022-12-01T10:21:25.9337473Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.047s) 2022-12-01T10:21:25.9338324Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.134s) 2022-12-01T10:21:25.9339001Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.181s) 2022-12-01T10:21:25.9339679Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.183s) 2022-12-01T10:21:25.9340319Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.172s) 2022-12-01T10:21:25.9340974Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.137s) 2022-12-01T10:21:25.9341632Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.913s) 2022-12-01T10:21:25.9342284Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.376s) 2022-12-01T10:21:25.9342959Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.504s) 2022-12-01T10:21:25.9343793Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.475s) 2022-12-01T10:21:25.9344499Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.483s) 2022-12-01T10:21:25.9345143Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.741s) 2022-12-01T10:21:25.9345825Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.597s) 2022-12-01T10:21:25.9346499Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.834s) 2022-12-01T10:21:25.9347193Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (2.018s) 2022-12-01T10:21:25.9347845Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.017s) 2022-12-01T10:21:25.9348543Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.416s) 2022-12-01T10:21:25.9349251Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.373s) 2022-12-01T10:21:25.9349929Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.146s) 2022-12-01T10:21:25.9350680Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.143s) 2022-12-01T10:21:25.9351328Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.993s) 2022-12-01T10:21:25.9351930Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.994s) 2022-12-01T10:21:25.9352547Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.021s) 2022-12-01T10:21:25.9353164Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.012s) 2022-12-01T10:21:25.9353843Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.995s) 2022-12-01T10:21:25.9354592Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:21:25.9355407Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:21:25.9356212Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:21:25.9356917Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:21:25.9357733Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:21:25.9358365Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9359135Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:21:25.9359735Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:21:25.9360324Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:21:25.9360918Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:21:25.9361538Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:21:25.9362200Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:21:25.9362828Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:21:25.9363393Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:21:25.9364098Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9364751Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9365283Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9365817Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9366469Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9367093Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9367705Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9368337Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9368957Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9369545Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9370148Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9370755Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9371322Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9371953Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9372546Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9373154Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9373754Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9374387Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9375188Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9375790Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9376423Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9377042Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9377821Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9378396Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9379024Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9379658Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9380288Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9381051Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9381649Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9382241Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9382817Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-12-01T10:21:25.9383425Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9384052Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9384673Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9385271Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9385923Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9386745Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9387634Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9388278Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9388902Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9389531Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9390226Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9390832Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9391424Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9392042Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9392659Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9393303Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9393922Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9394541Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9395166Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9395791Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9396463Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9397071Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9397705Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9398344Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9398956Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9399563Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9400149Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9401031Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9401625Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-12-01T10:21:25.9402216Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9402916Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:21:25.9403546Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9404183Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9404807Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9405343Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9405896Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9406426Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9406961Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9407500Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9408091Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9408641Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9409155Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9409680Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9410223Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9410756Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9411259Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9411806Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9412331Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9412887Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9413395Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9413928Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:21:25.9414645Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9415175Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9415684Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9416218Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9416742Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:21:25.9417270Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9417756Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9418333Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9418874Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9419416Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9420032Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9420753Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9421352Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9422080Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9422783Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9423385Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:21:25.9423989Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9424551Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9425270Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9425885Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9426492Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9427143Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:21:25.9427898Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9428514Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9429088Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9430150Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:21:25.9430768Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:21:25.9431482Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9432056Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9432678Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9433264Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:21:25.9457653Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:21:25.9458379Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9458909Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9459452Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:21:25.9460004Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9460523Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9461044Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9461609Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:21:25.9462138Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:21:25.9462672Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9463215Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9463787Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9464321Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9464914Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9465453Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9465977Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9466494Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-12-01T10:21:25.9467138Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9467656Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-12-01T10:21:25.9468250Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9468937Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9469610Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9470387Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9471211Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9472148Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9472922Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9473681Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9474437Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9475192Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9475922Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9476755Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9477574Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9478334Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9479166Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9479838Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9480544Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9481237Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9481873Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9482569Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9483251Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9483938Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9484588Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9485626Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9486406Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9487203Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9487966Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9488729Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9489487Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9490275Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9491116Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9491915Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9492695Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9493481Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9494249Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9495472Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9496291Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9497080Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9497868Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9498630Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9499410Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9500174Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9500960Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9501752Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9502563Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9503348Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9504172Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9504950Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9505761Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9506745Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9507547Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9508313Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9509090Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9509874Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9510760Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9511683Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9512483Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9513271Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9514093Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9514868Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9515671Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9516492Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9517283Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9518049Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9518831Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9519611Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9520418Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9521216Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9521999Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9522761Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9523567Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9524353Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9525129Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9525876Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9526799Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9527589Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9528481Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9529164Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9529830Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9530515Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9531302Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9531972Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9532672Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9533334Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9533992Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9534889Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9535561Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9536251Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9536951Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9537620Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9538313Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9539122Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9539913Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9540687Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9541476Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9542254Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9543018Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9543792Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9544568Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9545638Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9546362Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9547038Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9547717Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9548588Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9549414Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9550464Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9551280Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9552077Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9552857Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9553606Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9554421Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9555261Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9556062Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9556831Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9557642Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9558481Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9559280Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9560072Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9560879Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9561672Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9562425Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9563160Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9563940Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9564745Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9565704Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9566460Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9567224Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9568031Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9568810Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9569553Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:21:25.9570346Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9570936Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:21:25.9571551Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:21:25.9572184Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:21:25.9572897Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9573411Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9573936Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9574433Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9575103Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9575615Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9576110Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-12-01T10:21:25.9576652Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-12-01T10:21:25.9577173Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9577724Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:21:25.9578262Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9578810Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9579343Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:21:25.9579862Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:21:25.9580379Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:21:25.9580887Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9581409Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9581907Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9582562Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9583182Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:21:25.9583807Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9584410Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:21:25.9585190Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9585837Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9586442Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:21:25.9587060Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:21:25.9587659Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9588258Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9588955Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9589478Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9590108Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9590782Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9591416Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9592038Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9592698Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:21:25.9593320Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9593970Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9594592Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9595216Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9595828Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9596440Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9597033Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9597646Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9598262Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9598867Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9599494Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9600111Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9600765Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9601454Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9602072Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9602677Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9603306Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9603921Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9604502Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9605083Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9605665Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9606398Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9606976Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9607596Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9608228Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9608855Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9609436Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9610038Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9610668Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9611243Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9611859Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9612568Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9613136Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9613710Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9614314Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9615096Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9615803Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9616389Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9616894Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9617441Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9617964Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9618476Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9618993Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9619513Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9620038Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9620578Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9621121Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9621636Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.9622182Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9622689Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9623218Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9623702Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9624221Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9624731Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9625354Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9625950Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9626715Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9627345Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9627928Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9628556Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.9629208Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9629976Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9630765Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9631341Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9631965Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9632635Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9633330Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9633859Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9634359Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9635076Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9635721Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9636339Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9636972Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9637601Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9638224Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9638841Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9639433Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9640626Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9641249Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9641827Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9642423Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9643035Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9643678Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9644339Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9644984Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.9645624Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9646236Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9646864Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9647461Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9648064Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9648622Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9649358Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9649963Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9650565Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9651191Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:21:25.9651835Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9652428Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9653060Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9653710Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9654317Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9655539Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9655882Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9656206Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9656528Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9656838Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9657159Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9657484Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9657810Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:21:25.9658133Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9658459Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9658778Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9659083Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9659402Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9659716Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:21:25.9660035Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9660342Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9660664Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9660993Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9661354Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9661666Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9662001Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9662327Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9662638Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9662962Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9663281Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9663665Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9663971Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9664291Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9664610Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9664918Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9665243Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9665587Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9665925Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9666243Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9666603Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9666926Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9667232Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9667557Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9667879Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-12-01T10:21:25.9668202Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9668505Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9668830Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9669158Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9669498Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9669815Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9670225Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9670545Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9670853Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9671169Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9671483Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9671800Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9672105Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9672422Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9672737Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9673046Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9673364Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9673695Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9674019Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9674326Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:21:25.9674642Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9674996Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9675298Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9675614Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9675922Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9676239Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9676542Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9676857Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:21:25.9677176Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9677506Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9677873Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9678194Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9678512Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9678814Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9679133Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9679444Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9679759Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9680055Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9680405Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9680748Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9681079Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9681424Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:21:25.9681766Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9682106Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9682427Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9682760Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9683095Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9683433Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9683748Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9684084Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:21:25.9684413Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9684723Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9685050Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9685378Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:21:25.9685700Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9686046Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9686372Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9686688Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9686999Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9687314Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9687632Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9688079Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9688401Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9688733Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9689100Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9689426Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9689760Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9690090Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9690417Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9690724Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9691044Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9691359Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9691678Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9691989Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9692307Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9692619Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9692929Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9693251Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9693569Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9693886Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9694192Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9694688Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9695011Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9695309Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9695626Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9695939Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9696258Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9696563Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9696887Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9697274Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9697599Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9697905Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9698217Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9698535Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9698838Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9699156Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9699470Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9699783Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9700092Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9700448Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9700777Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9701097Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:21:25.9701421Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9701743Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9702059Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9702365Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9702680Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9702998Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9703298Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9703616Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9703936Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9704254Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9704562Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9704891Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9705210Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9705533Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9705837Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9706146Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9706461Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9706765Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9707075Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9707389Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9707707Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9708019Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9708389Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:21:25.9708722Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:21:25.9709033Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9709356Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9709686Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9710085Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9710393Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9710718Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9711034Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9711380Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:21:25.9711711Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9712037Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:21:25.9712364Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9712683Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9713010Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:21:25.9713334Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-12-01T10:21:25.9713653Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-12-01T10:21:25.9713959Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9714279Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9714600Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9714906Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9715224Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-12-01T10:21:25.9715402Z 2022-12-01T10:21:25.9715711Z ---------------------------------------------------------------------- 2022-12-01T10:21:25.9715962Z Ran 1182 tests in 84.462s 2022-12-01T10:21:25.9716065Z 2022-12-01T10:21:25.9716182Z OK (skipped=232) 2022-12-01T10:21:25.9716297Z 2022-12-01T10:21:25.9716383Z Generating XML reports... 2022-12-01T10:21:25.9716805Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201102000.xml 2022-12-01T10:21:25.9717040Z 2022-12-01T10:21:25.9717418Z ##[endgroup] 2022-12-01T10:21:25.9717802Z FINISHED PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_gtmdorep) 2022-12-01T10:21:25.9718018Z 2022-12-01T10:21:27.4167441Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:21:27.4838639Z Ignoring disabled issues: [] 2022-12-01T10:21:27.4972233Z Running test_dataloader ... [2022-12-01 10:21:27.496896] 2022-12-01T10:21:27.4973711Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:21:27.497164] 2022-12-01T10:22:18.6157182Z 2022-12-01T10:22:18.6157737Z Expand the folded group to see the log file of test_decomp 2022-12-01T10:22:18.6158784Z ##[group]PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_06y_xqif) 2022-12-01T10:22:18.6166223Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-12-01T10:22:18.6166998Z 2022-12-01T10:22:18.6169003Z Running tests... 2022-12-01T10:22:18.6169623Z ---------------------------------------------------------------------- 2022-12-01T10:22:18.6170214Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.033s) 2022-12-01T10:22:18.6210810Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.002s) 2022-12-01T10:22:18.6211727Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6212244Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6212764Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6213272Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6256602Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6257396Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6258090Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6258984Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6259602Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6260223Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6260846Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6261469Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6262075Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6297193Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6297698Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6298230Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6298773Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6299068Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6299367Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6299734Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6300196Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6300696Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6301174Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6301680Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6302194Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6302703Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6303231Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6303812Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6304378Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:22:18.6304968Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:22:18.6305434Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-12-01T10:22:18.6305843Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.6306417Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:22:18.6307091Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:22:18.6307979Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6308633Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6309299Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6310056Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6310700Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6311369Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6312018Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6312683Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.173s) 2022-12-01T10:22:18.6313348Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:22:18.6314012Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6314767Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:22:18.6315473Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:22:18.6316106Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6316760Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6317401Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6318049Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6318670Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6319310Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6319954Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6320575Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6321218Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6321857Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6322494Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6323127Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6323777Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.6324435Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.672s) 2022-12-01T10:22:18.6325086Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.698s) 2022-12-01T10:22:18.6325746Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6326402Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.343s) 2022-12-01T10:22:18.6327059Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.333s) 2022-12-01T10:22:18.6327684Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6328321Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6328955Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6329568Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6330191Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6330853Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6331534Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.098s) 2022-12-01T10:22:18.6332266Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.012s) 2022-12-01T10:22:18.6332947Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.536s) 2022-12-01T10:22:18.6333612Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.532s) 2022-12-01T10:22:18.6334257Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:22:18.6334937Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:22:18.6335394Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-12-01T10:22:18.6335850Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.309s) 2022-12-01T10:22:18.6336300Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.308s) 2022-12-01T10:22:18.6336750Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.879s) 2022-12-01T10:22:18.6337183Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.6337923Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.462s) 2022-12-01T10:22:18.6338605Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.448s) 2022-12-01T10:22:18.6339267Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6339936Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6340601Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.468s) 2022-12-01T10:22:18.6341282Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.442s) 2022-12-01T10:22:18.6341961Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6342607Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-12-01T10:22:18.6343287Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:22:18.6343949Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6344603Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6345230Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6389596Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6390151Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6390702Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6391187Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6391557Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6392094Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6392608Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6393135Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6393677Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6394265Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.755s) 2022-12-01T10:22:18.6394667Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.696s) 2022-12-01T10:22:18.6394979Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6395335Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:22:18.6395646Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-12-01T10:22:18.6395962Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6396522Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6396827Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6397127Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6397576Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6398098Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6398650Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.245s) 2022-12-01T10:22:18.6399227Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:22:18.6399791Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6400310Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:22:18.6400854Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:22:18.6401448Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6401982Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6402485Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6403028Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6403509Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6404044Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6404566Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6405107Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6405584Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6406082Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6406640Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6407141Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6407686Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.6408228Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6408789Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.6409351Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6409870Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.6410401Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6410951Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6411419Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6411955Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6412446Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6412978Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6413509Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6413980Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6466248Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6466767Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6467453Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6467944Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6468447Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6468936Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6469416Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6469967Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6470492Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6471062Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6471628Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6472185Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6472753Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6473367Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6473681Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6474016Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6474317Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6474618Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6474918Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6475205Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6475507Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6475813Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6476109Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:22:18.6476421Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6476732Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-12-01T10:22:18.6477037Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6477325Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.6477624Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:22:18.6477922Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6478204Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6478500Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6478886Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6479230Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6479578Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6479901Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.573s) 2022-12-01T10:22:18.6480217Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.585s) 2022-12-01T10:22:18.6480519Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:22:18.6480829Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:22:18.6481171Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6481481Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6481820Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6482179Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6484582Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6484890Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.6485245Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.477s) 2022-12-01T10:22:18.6485567Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.490s) 2022-12-01T10:22:18.6485936Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-12-01T10:22:18.6486231Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:22:18.6486591Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6486908Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.356s) 2022-12-01T10:22:18.6487340Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.367s) 2022-12-01T10:22:18.6487659Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.198s) 2022-12-01T10:22:18.6487998Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-12-01T10:22:18.6488316Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6488607Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6488952Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6489256Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6489602Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6489944Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6490394Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.6490710Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.6491003Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6491304Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6491605Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6491892Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6492214Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6492513Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6492813Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6493126Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6493469Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6493809Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6494134Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6494570Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6495148Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6495649Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6495960Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6496286Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6496768Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6497184Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6497724Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:22:18.6498287Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-12-01T10:22:18.6498795Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.6499332Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6499852Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6500391Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6500902Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6501423Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6502047Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6502607Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6503134Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6503636Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.6504155Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:22:18.6504694Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6505174Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6505697Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.6506227Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6506719Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6507261Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6507771Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6508323Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6508811Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6509357Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6509900Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6510527Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6510850Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6511236Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6511716Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6512249Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6512793Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6513320Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6513829Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6514318Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6514861Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6515433Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6515976Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6516640Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6517175Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6517693Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6518260Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.6518763Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6519267Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.6519771Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:22:18.6520313Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:22:18.6520812Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6521311Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6521919Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6522416Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6522950Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6523473Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:22:18.6523979Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6524506Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.6525035Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:22:18.6525540Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:22:18.6526048Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6526518Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6527006Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6527563Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6528056Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6528536Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6529032Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6529552Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6530051Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6530528Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6531032Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6531527Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6532005Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6532511Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6533024Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6533538Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:22:18.6534097Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:22:18.6534773Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6535342Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6535859Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6536585Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6537149Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6537702Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6538233Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6538670Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6538973Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6539258Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6539558Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6539865Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6540170Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6540506Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6540822Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6541172Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6541453Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6541798Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6542093Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6542396Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6542725Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6543035Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6543386Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6543675Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6543977Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6544276Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6544572Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6544864Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6545163Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6545476Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6545773Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6546077Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6546385Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6546675Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6546980Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6547276Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6547577Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6547865Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6548169Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6548478Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6548811Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6549111Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6549412Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6549712Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6550097Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6550397Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6550698Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6551000Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6551305Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6551610Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6551919Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6552248Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6552557Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6552858Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6553147Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6553450Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6553751Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6554065Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6554366Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6554681Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6555006Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6555317Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6555628Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6555942Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6556251Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6556543Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6556842Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6557150Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6557442Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6557755Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6558068Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6558390Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6558698Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6559019Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6559340Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6559658Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6559958Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6560309Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6560625Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6560924Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6561233Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6561543Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6561923Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6562346Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6562786Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6563258Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6563697Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6564123Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6564553Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6564986Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6565412Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6565833Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6566257Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6566679Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6567107Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.6567454Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6567762Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6568122Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.6568436Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:22:18.6568733Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.6569036Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.6569336Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6569619Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6569915Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6570263Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6570550Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6570852Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6571152Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6571491Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:22:18.6571790Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.6572096Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.6572399Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6572690Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6572988Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6573286Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6573583Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6573868Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6574174Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.6574751Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6575055Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.542s) 2022-12-01T10:22:18.6575359Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.523s) 2022-12-01T10:22:18.6575657Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6575953Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6576240Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6576540Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6576838Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6577127Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6577430Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6577736Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.6578048Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.6578340Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6578640Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6579020Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6579333Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6579706Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6580064Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6580492Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6580816Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6581185Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6581550Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.123s) 2022-12-01T10:22:18.6581924Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:22:18.6582307Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.6582676Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.6583038Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6583355Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6583710Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6584160Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6584515Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6584842Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6585220Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6585674Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6586017Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6586401Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6586781Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6587159Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6587548Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6587926Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6588295Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6588629Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6589025Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6589408Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6589776Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6590189Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6590560Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6590966Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6591303Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6591688Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6592096Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6592466Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6592814Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6593189Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6593555Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6593898Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6621213Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6621568Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6621891Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6622200Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6622525Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6622846Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6623153Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6623470Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6623779Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6624251Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6624545Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6624855Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6625165Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6625463Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6625772Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6626090Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.584s) 2022-12-01T10:22:18.6626408Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.607s) 2022-12-01T10:22:18.6626711Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:22:18.6627022Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:22:18.6627377Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6627672Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6627976Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6628277Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6628618Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6628918Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6629235Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6629547Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6629849Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6630241Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6630553Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6630867Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6631167Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6631478Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6631789Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6632082Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6632391Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6632698Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6633004Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6633334Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6633639Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6633941Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6634233Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6634532Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6634833Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6635137Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6635431Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6635788Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6636099Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6636394Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6636702Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6637011Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6637328Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6637643Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6637964Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6638285Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6638650Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6638967Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6639276Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6639583Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6639877Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6640185Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6640490Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6640796Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6641096Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6641404Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6641709Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6642002Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6642309Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6642626Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6642956Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6643270Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6643595Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6643920Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6644224Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6644532Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6644839Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6645144Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6645440Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6645745Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6646057Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6646357Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6646705Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.6647030Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6647352Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:22:18.6647656Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6647974Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6648284Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6648582Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6648886Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6649193Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6649502Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6649828Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6650134Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6650440Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6650732Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6651037Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6651336Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6651634Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6651915Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6652207Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6652498Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6652780Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6653080Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6653379Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6653677Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6653973Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6654281Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6654749Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6655040Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6655340Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6655644Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6655944Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6656222Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6656519Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6656820Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6657123Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6657461Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6657792Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6658128Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6658524Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6658860Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6659193Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6659505Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6659830Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6660159Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6660484Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6660809Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6661138Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6661509Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6661841Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6662161Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6662486Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6662809Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6663118Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6663468Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6663784Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6664100Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6664398Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6664712Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6665024Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6665323Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6665634Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6665944Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6666249Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6666543Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6666851Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6667160Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6667458Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6667765Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6668069Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6668366Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6668655Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6669013Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6669319Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6669641Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6670024Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6670325Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6670622Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6670901Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6671196Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6671492Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6671792Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6672119Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6672446Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6672816Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6673135Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6673460Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6673782Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6674093Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6674416Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6674732Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6675051Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6675358Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6675668Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6675962Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6676253Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.6676557Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6676864Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.6677167Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6677453Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6677748Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6678042Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6678329Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6678623Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6678911Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6679204Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6679489Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.792s) 2022-12-01T10:22:18.6679790Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.736s) 2022-12-01T10:22:18.6680093Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6680381Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6680679Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6681013Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6681312Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6681591Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6681886Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6682183Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6682471Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6682772Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6683076Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6683380Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6683692Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6684002Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6684377Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6684670Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6684972Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6685273Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6685556Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6685850Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6686149Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6686454Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6686745Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6687056Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6687364Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6687659Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6687964Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6688265Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6688565Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6688854Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6689150Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6689444Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6689726Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6690027Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6690336Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:22:18.6690656Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.370s) 2022-12-01T10:22:18.6690960Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:22:18.6691269Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.234s) 2022-12-01T10:22:18.6691593Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.414s) 2022-12-01T10:22:18.6691917Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.422s) 2022-12-01T10:22:18.6692247Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.252s) 2022-12-01T10:22:18.6692609Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.247s) 2022-12-01T10:22:18.6692935Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.340s) 2022-12-01T10:22:18.6693251Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.345s) 2022-12-01T10:22:18.6693579Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.6693909Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-12-01T10:22:18.6694223Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6694671Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.6694991Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:22:18.6695336Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.6695700Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:22:18.6696010Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6696317Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.6696622Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.6696910Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6697209Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6697503Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6697785Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6698082Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6698389Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:22:18.6698726Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.405s) 2022-12-01T10:22:18.6699027Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.416s) 2022-12-01T10:22:18.6699324Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6699623Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6699908Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6700204Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6700503Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6700799Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.6701109Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6701429Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6701740Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.288s) 2022-12-01T10:22:18.6702039Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-12-01T10:22:18.6702347Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6702657Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6702952Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6703258Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6703562Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6703874Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.6704224Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6704537Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6704850Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:22:18.6705147Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-12-01T10:22:18.6705456Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6705761Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6706065Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.6706357Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6706662Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6706973Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6707293Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6707602Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6707914Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6708220Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6708515Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6708821Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6709122Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6709414Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6709712Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6710089Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6710390Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6710674Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6710982Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6711303Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6711612Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6711943Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6712270Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6712593Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6712901Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6713222Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6713538Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6713851Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6714155Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6714464Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6714776Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6715078Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:22:18.6715447Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.244s) 2022-12-01T10:22:18.6715767Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.605s) 2022-12-01T10:22:18.6716094Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.591s) 2022-12-01T10:22:18.6716407Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:22:18.6716723Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.618s) 2022-12-01T10:22:18.6717043Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.621s) 2022-12-01T10:22:18.6717347Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.241s) 2022-12-01T10:22:18.6717658Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:22:18.6717968Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:22:18.6718283Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.241s) 2022-12-01T10:22:18.6718638Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.241s) 2022-12-01T10:22:18.6718954Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6719262Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.6719560Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.6719863Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6720161Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6720463Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6720759Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6721068Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6721375Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6721665Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6721962Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6722258Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6722554Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6722832Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6723123Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6723416Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6723712Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6724034Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6724360Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6724689Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6724998Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6725317Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6725640Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6725948Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6726263Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6726579Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6726925Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6727226Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6727538Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6727862Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6728176Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.6728504Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.433s) 2022-12-01T10:22:18.6728843Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.447s) 2022-12-01T10:22:18.6729169Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6729480Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:22:18.6729829Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-12-01T10:22:18.6730157Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.6730467Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.6730787Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6731107Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.6731425Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.6731731Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6732045Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6732363Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6732686Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6732992Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6733316Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6733631Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6733932Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6734246Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6734711Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6735023Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6735324Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6735640Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6735953Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6736252Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.6736562Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6736870Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.252s) 2022-12-01T10:22:18.6737182Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:22:18.6737481Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6737790Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6738167Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6738465Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6738769Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.6739084Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.6739402Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:22:18.6739710Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-12-01T10:22:18.6740024Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.186s) 2022-12-01T10:22:18.6740337Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-12-01T10:22:18.6740634Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6740944Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6741294Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6741603Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6741896Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.6742200Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6742496Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6742783Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.6743087Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6743393Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6743691Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6743978Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6744275Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6744566Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6744845Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6745138Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6745437Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6745732Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6746019Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6746327Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6746631Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6746924Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6747218Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6747514Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6747796Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6748086Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6748378Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6748692Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6749001Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6749324Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6749693Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6750103Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6750412Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6750731Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6751050Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6751353Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6751662Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6751972Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6752284Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6752627Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.472s) 2022-12-01T10:22:18.6752938Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.261s) 2022-12-01T10:22:18.6753244Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.975s) 2022-12-01T10:22:18.6753533Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (1.513s) 2022-12-01T10:22:18.6753831Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (1.611s) 2022-12-01T10:22:18.6754126Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.631s) 2022-12-01T10:22:18.6754419Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.612s) 2022-12-01T10:22:18.6754697Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.610s) 2022-12-01T10:22:18.6754993Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.612s) 2022-12-01T10:22:18.6755288Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.655s) 2022-12-01T10:22:18.6755578Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6755887Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6756195Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6756547Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6756837Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6757136Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6757433Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6757714Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6758011Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6758311Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6758603Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6758900Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6759201Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6759505Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6759795Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6760092Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6760394Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6760679Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6761012Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6761317Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6761619Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6761907Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6762213Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6762513Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6762799Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6763094Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6763385Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6763682Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6764027Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.019s) 2022-12-01T10:22:18.6764363Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.771s) 2022-12-01T10:22:18.6764682Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.865s) 2022-12-01T10:22:18.6764984Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.950s) 2022-12-01T10:22:18.6765291Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.175s) 2022-12-01T10:22:18.6765598Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6765900Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6766190Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6766488Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6766796Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6767086Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6767397Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:22:18.6767710Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:22:18.6768018Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.6768310Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6768609Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6768909Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6769195Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6769494Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6769794Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6770116Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6770453Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:22:18.6770805Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.408s) 2022-12-01T10:22:18.6771147Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.275s) 2022-12-01T10:22:18.6771489Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:22:18.6771816Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6772150Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6772515Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.6772832Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6773167Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6773491Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6773801Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6774096Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6774404Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6774831Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6775127Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6775487Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6775794Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6776094Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6776387Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6776692Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6776996Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6777289Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6777600Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6777910Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6778216Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6778504Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6778800Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6779092Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6779370Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6779667Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6779977Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6780293Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6780600Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:22:18.6780924Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6781248Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-12-01T10:22:18.6781558Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6781869Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:22:18.6782177Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-12-01T10:22:18.6782487Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6782782Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6783087Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6783395Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6783736Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6784048Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6784360Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6784675Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6784982Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6785296Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6785605Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6785905Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6786213Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6786522Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6786862Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6787159Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6787468Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6787782Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6788086Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:22:18.6788407Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.6788726Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.6789042Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6789339Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6789651Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6790072Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6790372Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6790677Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6790981Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6791286Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6791597Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6791927Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6792262Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6792583Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:22:18.6792913Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.6793065Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6793220Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6793369Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6793517Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6793669Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6793797Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.445s) 2022-12-01T10:22:18.6793971Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.701s) 2022-12-01T10:22:18.6794118Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.650s) 2022-12-01T10:22:18.6794260Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.735s) 2022-12-01T10:22:18.6794398Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.460s) 2022-12-01T10:22:18.6794537Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (2.269s) 2022-12-01T10:22:18.6794676Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (2.212s) 2022-12-01T10:22:18.6794815Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.580s) 2022-12-01T10:22:18.6794940Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.579s) 2022-12-01T10:22:18.6795074Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.567s) 2022-12-01T10:22:18.6795209Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.580s) 2022-12-01T10:22:18.6795349Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.572s) 2022-12-01T10:22:18.6795550Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6795690Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6795835Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6795979Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6796107Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6796250Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6796389Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6796528Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6796668Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6796808Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.356s) 2022-12-01T10:22:18.6796951Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.253s) 2022-12-01T10:22:18.6797093Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.339s) 2022-12-01T10:22:18.6797221Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.373s) 2022-12-01T10:22:18.6797361Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.551s) 2022-12-01T10:22:18.6797499Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.483s) 2022-12-01T10:22:18.6797657Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6797815Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6797971Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.6798128Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.6798279Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6798430Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6798569Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6798721Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6798869Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6799031Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6799186Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6799381Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.722s) 2022-12-01T10:22:18.6799546Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.744s) 2022-12-01T10:22:18.6799704Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6799849Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.365s) 2022-12-01T10:22:18.6800006Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.352s) 2022-12-01T10:22:18.6800158Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6800312Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6800463Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6800621Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6800798Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6800956Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6801111Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6801253Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.6801401Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6801552Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6801703Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6801856Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6802010Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6802162Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6802302Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6802431Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6802573Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6802711Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6802847Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6802981Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6803115Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6803253Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6803390Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6803511Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6803655Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6803793Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6803940Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6804086Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6804227Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6804370Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6804546Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6804693Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6804819Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6804958Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6805095Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6805231Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6805368Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6805512Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6805649Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6805798Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:22:18.6805965Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6806111Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.6806252Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6806396Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.6806535Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.6806673Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6806810Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6806948Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6807075Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6807213Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6807360Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6807498Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6807646Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6807790Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6807930Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.6808072Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6808201Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6808341Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6808481Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6808621Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6808759Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6808894Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6809032Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6809173Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.6809308Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.308s) 2022-12-01T10:22:18.6809450Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.318s) 2022-12-01T10:22:18.6809590Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:22:18.6809730Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.203s) 2022-12-01T10:22:18.6809900Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6810037Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6810171Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6810309Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6810434Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6810629Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.6810812Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T10:22:18.6811013Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.6811241Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-12-01T10:22:18.6811436Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.6811624Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.6811814Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.6811999Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.6812182Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.6812350Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.6812529Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.6812709Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.6812891Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.6813091Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.6813279Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T10:22:18.6813484Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.6813687Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-12-01T10:22:18.6813893Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.6814087Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.6814272Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.6814583Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.6814774Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.6814965Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.6815207Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.6815398Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.6815591Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.6815731Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6815868Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6815998Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6816140Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.6816280Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.6816421Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6816597Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6816735Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6816870Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6817006Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6817127Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6817260Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6817391Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6817535Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6817681Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6817829Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6817977Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6818119Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6818248Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6818390Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6818528Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6818663Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6818800Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6818939Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6819077Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6819221Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6819345Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6819482Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.6819617Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.6819754Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6819889Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6820022Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6820158Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6820288Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6820449Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6820582Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6820721Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6820861Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6820998Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6821136Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6821271Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6821406Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6821527Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6821670Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6821811Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6821982Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6822126Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.6822264Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6822402Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6822539Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6822676Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6822799Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6822939Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6823077Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6823214Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6823355Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6823493Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6823629Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6823764Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6823887Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6824020Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6824154Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6824291Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6824429Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6824574Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6824746Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6824883Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6825009Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6825143Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6825275Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6825411Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6825546Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6825724Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6825877Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6826021Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6826159Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6826308Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6826454Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6826595Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6826733Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6826878Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6827023Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6827205Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6827336Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6827479Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6827622Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6827764Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6827912Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.6828057Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.6828200Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6828343Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6828475Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6828617Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6828756Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6828896Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6829035Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6829174Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6829314Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6829452Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6829581Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6829723Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6829862Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6830085Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6830223Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6830361Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6830493Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6830629Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6830760Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6830901Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6831040Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6831211Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6831348Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6831482Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6831619Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6831751Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6831872Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6832003Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6832145Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6832295Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6832445Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.6832647Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.6832790Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.6832934Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6833064Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6833201Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6833337Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6833475Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6833615Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6833761Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6833912Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6834055Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6834197Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6834326Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6834464Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6834600Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6834740Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6834876Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6835012Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6835164Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6835315Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.6835447Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.6835588Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.6835732Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6835871Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6836009Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6836148Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6836287Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6836469Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6836607Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6836759Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6836912Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6837067Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6837215Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6837359Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6837506Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6837654Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6837800Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6837970Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6838115Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6838262Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6838406Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.6838553Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.6838701Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:22:18.6838844Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.333s) 2022-12-01T10:22:18.6838987Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-12-01T10:22:18.6839118Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:22:18.6839260Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:22:18.6839399Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:22:18.6839539Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.6839676Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:22:18.6839814Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.6839961Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.249s) 2022-12-01T10:22:18.6840106Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:22:18.6840237Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.264s) 2022-12-01T10:22:18.6840378Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:22:18.6840519Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:22:18.6840660Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:22:18.6840801Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:22:18.6840939Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:22:18.6841079Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.6841217Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:22:18.6841355Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.337s) 2022-12-01T10:22:18.6841501Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.342s) 2022-12-01T10:22:18.6841683Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.360s) 2022-12-01T10:22:18.6841825Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.357s) 2022-12-01T10:22:18.6841967Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.6842107Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.6842246Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:22:18.6842386Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.6842513Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.6842653Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6842802Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6842950Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6843122Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:22:18.6843266Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6843407Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6843544Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6843670Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.6843809Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.6843946Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6844086Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6844232Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6844382Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6844525Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:22:18.6844664Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.6844802Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6844929Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6845067Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6845206Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6845346Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.6845486Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6845637Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.6845787Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.6845932Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.6846062Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.6846202Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6846343Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6846482Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.6846622Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6846758Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6846946Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6847098Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6847240Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6847391Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6847539Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6847690Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6847839Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6847989Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6848136Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6848312Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6848443Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6848588Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6848729Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6848872Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6849015Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:22:18.6849159Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:22:18.6849304Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6849444Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6849584Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6849712Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6849853Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6849996Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6850139Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:22:18.6850280Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-12-01T10:22:18.6850420Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6850558Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6850696Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6850826Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6850965Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6851104Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6851251Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:22:18.6851392Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-12-01T10:22:18.6851534Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6851676Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6851814Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6851942Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6852110Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6852251Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6852400Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:22:18.6852547Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:22:18.6852692Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:22:18.6852831Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.149s) 2022-12-01T10:22:18.6852970Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6853094Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6853228Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6853369Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.6853541Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6853684Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6853833Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.6853981Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:22:18.6854128Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:22:18.6854271Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:22:18.6854398Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6854677Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6854816Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6854964Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6855103Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6855239Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6855392Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:22:18.6855539Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-12-01T10:22:18.6855672Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.219s) 2022-12-01T10:22:18.6855812Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.186s) 2022-12-01T10:22:18.6855953Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.6856097Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.6856237Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6856374Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6856518Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.6856657Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.6856788Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:22:18.6856931Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.6857070Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.6857208Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6857399Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6857541Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6857680Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6857820Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6857951Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:22:18.6858088Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:22:18.6858226Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6858366Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6858506Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6858644Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6858825Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.6858967Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.6859100Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:22:18.6859240Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:22:18.6859379Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.6859519Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.6859657Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.6859799Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6859938Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.139s) 2022-12-01T10:22:18.6860080Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6860219Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6860349Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6860489Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6860630Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6860768Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6860906Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6861044Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6861180Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6861316Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6861440Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6861574Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6861707Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6861850Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6861989Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6862137Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6862283Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6862425Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6862555Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6862727Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6862869Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6863014Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6863154Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6863293Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6863434Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6863571Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6863697Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6863833Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6863977Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:22:18.6864146Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:22:18.6864284Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6864422Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.6864560Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.6864698Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6864823Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6864957Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6865091Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6865224Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6865370Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6865507Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6865655Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6865802Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6865931Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6866076Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6866215Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6866356Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6866493Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6866633Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6866775Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6866910Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6867042Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6867181Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6867327Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6867472Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6867655Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6867795Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6867966Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6868104Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6868232Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6868369Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6868508Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6868644Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6868784Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6868922Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6869064Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6869207Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6869351Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6869518Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6869659Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6869797Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6870019Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6870165Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6870300Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6870439Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6870576Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6870717Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:22:18.6870864Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.6871017Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.228s) 2022-12-01T10:22:18.6871169Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.359s) 2022-12-01T10:22:18.6871319Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.6871466Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.705s) 2022-12-01T10:22:18.6871610Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.633s) 2022-12-01T10:22:18.6871754Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6871882Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.6872022Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.6872171Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.6872315Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.6872458Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6872598Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6872738Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6872876Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6873000Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6873138Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6873311Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6873448Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6873600Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6873749Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6873899Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6874042Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.6874177Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6874320Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6874458Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6874604Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6874775Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6874920Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.6875058Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6875198Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.6875328Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.309s) 2022-12-01T10:22:18.6875466Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.298s) 2022-12-01T10:22:18.6875602Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6875737Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6875873Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6876010Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6876146Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6876286Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.6876410Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6876547Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.6876686Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.310s) 2022-12-01T10:22:18.6876824Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.298s) 2022-12-01T10:22:18.6876960Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6877097Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6877230Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6877369Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6877504Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6877632Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6877771Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6877911Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:22:18.6878049Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-12-01T10:22:18.6878182Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6878318Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6878452Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6878618Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6878740Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6878882Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6879023Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6879162Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6879299Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6879439Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6879581Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6879720Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6879847Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6880023Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6880166Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6880316Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6880465Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6880610Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6880753Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6880892Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6881022Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6881163Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6881306Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6881446Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6881584Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6881727Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6881867Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6882015Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6882149Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6882293Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6882432Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6882575Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6882714Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6882854Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6882993Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6883132Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6883257Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6883393Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6883528Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6883659Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6883793Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6883959Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6884099Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6884235Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6884359Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6884496Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6884628Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6884761Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6884895Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6885028Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6885161Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6885322Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6885456Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6885600Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6885740Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6885881Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6886030Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.302s) 2022-12-01T10:22:18.6886179Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.764s) 2022-12-01T10:22:18.6886327Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.814s) 2022-12-01T10:22:18.6886472Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.313s) 2022-12-01T10:22:18.6886609Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (1.195s) 2022-12-01T10:22:18.6886751Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (1.153s) 2022-12-01T10:22:18.6886893Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.395s) 2022-12-01T10:22:18.6887037Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.392s) 2022-12-01T10:22:18.6887183Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.387s) 2022-12-01T10:22:18.6887326Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.394s) 2022-12-01T10:22:18.6887468Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6887600Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6887726Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6887866Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6888002Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6888137Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6888268Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6888401Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6888533Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6888667Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6888796Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6888932Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6889074Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6889251Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6889392Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6889530Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6889668Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6889805Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6889943Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6890066Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6890201Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6890335Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6890485Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6890664Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6890814Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.6890957Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.6891097Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6891230Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6891371Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6891512Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6891654Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6891798Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6891939Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6892080Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6892219Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6892353Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6892500Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6892649Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6892796Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.6892938Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6893078Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6893226Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:22:18.6893373Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6893503Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.6893645Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6893786Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6893927Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.6894067Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6894204Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6894341Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6894627Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6894755Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6894899Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6895036Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6895183Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6895329Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6895470Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6895612Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6895755Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6895886Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6896071Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6896211Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6896350Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6896485Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6896619Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6896759Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6896899Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.372s) 2022-12-01T10:22:18.6897027Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.360s) 2022-12-01T10:22:18.6897164Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6897302Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6897439Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6897574Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6897710Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6897845Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6897976Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6898096Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6898227Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6898369Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6898512Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6898655Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6898795Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6898939Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6899085Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6899226Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6899355Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6899495Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6899637Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6899779Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6899968Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6900110Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6900262Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.6900413Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6900546Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6900690Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6900831Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.6900968Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.6901108Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6901280Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6901421Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6901565Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6901692Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6901840Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6901982Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6902134Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6902284Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6902431Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6902580Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6902719Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6902851Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6902995Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6903131Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6903270Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6903414Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6903560Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6903702Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6903856Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6904006Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6904142Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6904283Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6904422Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6904564Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6904703Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6904838Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6904978Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6905149Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6905285Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6905426Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6905576Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6905727Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6905870Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6906015Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6906156Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6906299Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6906431Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6906637Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6906779Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6906922Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6907060Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6907211Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.261s) 2022-12-01T10:22:18.6907360Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:22:18.6907509Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (1.054s) 2022-12-01T10:22:18.6907644Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (1.024s) 2022-12-01T10:22:18.6907792Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6907939Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6908081Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6908228Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6908370Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6908519Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6908666Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6908821Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6908961Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6909113Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6909263Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6909411Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6909555Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6909700Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6909840Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6910064Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6910196Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6910336Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6910515Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6910661Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6910804Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6910944Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6911086Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6911224Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6911351Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6911487Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6911623Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6911760Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6911928Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6912064Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6912207Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6912349Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6912471Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6912607Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6912739Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6912875Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6913010Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6913144Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6913282Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6913417Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6913551Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.229s) 2022-12-01T10:22:18.6913690Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.534s) 2022-12-01T10:22:18.6913836Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.684s) 2022-12-01T10:22:18.6913983Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.702s) 2022-12-01T10:22:18.6914125Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:22:18.6914267Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.556s) 2022-12-01T10:22:18.6914409Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.540s) 2022-12-01T10:22:18.6914551Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.662s) 2022-12-01T10:22:18.6914679Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.659s) 2022-12-01T10:22:18.6914816Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.658s) 2022-12-01T10:22:18.6914955Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.660s) 2022-12-01T10:22:18.6915093Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.669s) 2022-12-01T10:22:18.6915238Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6915377Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6915526Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6915709Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6915862Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6915996Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6916136Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6916280Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6916421Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6916564Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6916704Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6916845Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6916985Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6917140Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6917279Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6917415Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6917550Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6917686Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6917819Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6917951Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6918094Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6918215Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6918362Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6918507Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6918651Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.6918791Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6918929Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6919068Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6919205Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6919329Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6919463Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6919599Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6919740Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6919882Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6920018Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6920161Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6920302Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6920429Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6920569Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6920705Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6920844Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921011Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921150Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921288Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921423Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921557Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6921695Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921839Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6921985Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6922122Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6922266Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6922434Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6922576Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6922704Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6922843Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6922990Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6923134Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6923277Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6923416Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.6923555Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6923701Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6923828Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6923967Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6924106Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6924244Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6924388Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6924526Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6924673Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6924818Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6924961Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6925094Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6925233Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6925373Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6925512Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6925650Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6925788Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6925925Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6926061Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6926228Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.109s) 2022-12-01T10:22:18.6926373Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.193s) 2022-12-01T10:22:18.6926513Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (1.976s) 2022-12-01T10:22:18.6926653Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (1.963s) 2022-12-01T10:22:18.6926847Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6927036Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6927230Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6927423Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6927639Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6927814Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6928000Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6928183Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6928367Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6928551Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6928735Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6928921Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6929115Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6929304Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6929488Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6929689Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6929881Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6930075Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6930271Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6930458Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6930648Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6930837Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6931026Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6931212Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6931414Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6931588Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6931769Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6931948Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6932126Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6932301Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6932475Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6932648Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6932850Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6933020Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6933182Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6933346Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6933537Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6933723Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6933919Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6934111Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6934299Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6934597Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6934780Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6934964Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6935137Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6935326Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6935511Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6935694Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6935870Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6936043Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6936223Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6936402Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6936630Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6936792Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6936965Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6937137Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6937308Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6937478Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6937649Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6937817Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:18.6938000Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6938140Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.6938273Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:22:18.6938416Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.309s) 2022-12-01T10:22:18.6938556Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6938696Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:22:18.6938834Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:22:18.6938970Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6939107Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6939244Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6939367Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.6939499Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6939647Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6939793Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6939937Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6940078Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6940219Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6940359Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6940488Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6940631Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6940765Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6940901Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6941033Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6941169Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6941300Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6941441Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6941568Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6941769Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.560s) 2022-12-01T10:22:18.6941948Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.572s) 2022-12-01T10:22:18.6942090Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6942232Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.280s) 2022-12-01T10:22:18.6942372Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-12-01T10:22:18.6942510Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6942648Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6942772Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6942909Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6943042Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.6943183Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6943367Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6943504Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6943638Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6943770Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6943892Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6944025Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6944157Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6944291Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6944422Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6944568Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6944715Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.360s) 2022-12-01T10:22:18.6944860Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.369s) 2022-12-01T10:22:18.6944987Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-12-01T10:22:18.6945126Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:22:18.6945268Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6945409Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6945581Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6945724Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6945866Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6946007Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6946133Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6946272Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6946408Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6946567Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.360s) 2022-12-01T10:22:18.6946725Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.366s) 2022-12-01T10:22:18.6946878Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-12-01T10:22:18.6947029Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.231s) 2022-12-01T10:22:18.6947226Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.356s) 2022-12-01T10:22:18.6947389Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.366s) 2022-12-01T10:22:18.6947532Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.236s) 2022-12-01T10:22:18.6947686Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-12-01T10:22:18.6947838Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:22:18.6947989Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-12-01T10:22:18.6948136Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:22:18.6948277Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.6948425Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6948607Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.6948749Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.6948899Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6949043Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6949212Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6949354Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6949492Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6949638Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6949783Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6950020Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.6950161Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:22:18.6950307Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.6950451Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.6950616Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.688s) 2022-12-01T10:22:18.6950778Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.692s) 2022-12-01T10:22:18.6950938Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.472s) 2022-12-01T10:22:18.6951097Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.466s) 2022-12-01T10:22:18.6951250Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.393s) 2022-12-01T10:22:18.6951389Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.408s) 2022-12-01T10:22:18.6951534Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.401s) 2022-12-01T10:22:18.6951676Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.396s) 2022-12-01T10:22:18.6951830Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.352s) 2022-12-01T10:22:18.6951981Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.363s) 2022-12-01T10:22:18.6952128Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.254s) 2022-12-01T10:22:18.6952272Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:22:18.6952430Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:22:18.6952607Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:22:18.6952758Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:22:18.6952910Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:22:18.6953067Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:22:18.6953221Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.6953372Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.6953518Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.6953694Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.663s) 2022-12-01T10:22:18.6953867Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.786s) 2022-12-01T10:22:18.6954057Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (2.249s) 2022-12-01T10:22:18.6954228Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (2.074s) 2022-12-01T10:22:18.6954376Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:22:18.6954526Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:22:18.6954672Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.6954815Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.6954969Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.6955121Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:22:18.6955257Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.6955407Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.6955566Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6955723Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6955876Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6956029Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6956190Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6956352Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6956515Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6956659Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.6956814Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6956970Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6957122Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6957274Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6957425Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.707s) 2022-12-01T10:22:18.6957577Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.412s) 2022-12-01T10:22:18.6957729Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (5.528s) 2022-12-01T10:22:18.6957911Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (5.415s) 2022-12-01T10:22:18.6958071Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.195s) 2022-12-01T10:22:18.6958241Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (8.064s) 2022-12-01T10:22:18.6958409Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (4.360s) 2022-12-01T10:22:18.6958570Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (4.029s) 2022-12-01T10:22:18.6958720Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.816s) 2022-12-01T10:22:18.6958868Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.871s) 2022-12-01T10:22:18.6959015Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.166s) 2022-12-01T10:22:18.6959158Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.127s) 2022-12-01T10:22:18.6959330Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.038s) 2022-12-01T10:22:18.6959489Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.120s) 2022-12-01T10:22:18.6959641Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (1.313s) 2022-12-01T10:22:18.6959794Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (1.271s) 2022-12-01T10:22:18.6959955Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.035s) 2022-12-01T10:22:18.6960114Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.114s) 2022-12-01T10:22:18.6960269Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (1.308s) 2022-12-01T10:22:18.6960423Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (1.265s) 2022-12-01T10:22:18.6960582Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.723s) 2022-12-01T10:22:18.6960726Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.877s) 2022-12-01T10:22:18.6960878Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (3.036s) 2022-12-01T10:22:18.6961026Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (2.921s) 2022-12-01T10:22:18.6961184Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:22:18.6961342Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.987s) 2022-12-01T10:22:18.6961499Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.021s) 2022-12-01T10:22:18.6961654Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.196s) 2022-12-01T10:22:18.6961813Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.865s) 2022-12-01T10:22:18.6961952Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.840s) 2022-12-01T10:22:18.6962114Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.370s) 2022-12-01T10:22:18.6962272Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.382s) 2022-12-01T10:22:18.6962487Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.278s) 2022-12-01T10:22:18.6962641Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:22:18.6962800Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.259s) 2022-12-01T10:22:18.6962957Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.264s) 2022-12-01T10:22:18.6963138Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.263s) 2022-12-01T10:22:18.6963292Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.256s) 2022-12-01T10:22:18.6963452Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6963626Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6963795Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6963962Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6964118Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6964274Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.6964434Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.6964615Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.6964767Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6964903Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6965053Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6965201Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6965348Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6965496Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6965644Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.265s) 2022-12-01T10:22:18.6965796Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.899s) 2022-12-01T10:22:18.6965944Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.925s) 2022-12-01T10:22:18.6966078Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:22:18.6966220Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.773s) 2022-12-01T10:22:18.6966358Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.753s) 2022-12-01T10:22:18.6966535Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:22:18.6966713Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.548s) 2022-12-01T10:22:18.6966891Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.560s) 2022-12-01T10:22:18.6967066Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.207s) 2022-12-01T10:22:18.6967240Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.508s) 2022-12-01T10:22:18.6967407Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.494s) 2022-12-01T10:22:18.6967546Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.079s) 2022-12-01T10:22:18.6967695Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.091s) 2022-12-01T10:22:18.6967839Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.805s) 2022-12-01T10:22:18.6967980Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.887s) 2022-12-01T10:22:18.6968145Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.536s) 2022-12-01T10:22:18.6968336Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.521s) 2022-12-01T10:22:18.6968498Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.300s) 2022-12-01T10:22:18.6968657Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.314s) 2022-12-01T10:22:18.6968893Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:18.6969111Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:18.6969334Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:18.6969554Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:18.6969736Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.931s) 2022-12-01T10:22:18.6969885Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.065s) 2022-12-01T10:22:18.6970033Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.863s) 2022-12-01T10:22:18.6970174Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.833s) 2022-12-01T10:22:18.6970332Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:22:18.6970486Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:22:18.6970626Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6970771Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6970924Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:22:18.6971076Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-12-01T10:22:18.6971224Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.6971374Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:22:18.6971532Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.6971686Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:22:18.6971824Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:22:18.6971971Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:22:18.6972141Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.004s) 2022-12-01T10:22:18.6972311Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.062s) 2022-12-01T10:22:18.6972475Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (1.654s) 2022-12-01T10:22:18.6972639Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (1.614s) 2022-12-01T10:22:18.6972789Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.282s) 2022-12-01T10:22:18.6972941Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.962s) 2022-12-01T10:22:18.6973089Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (7.008s) 2022-12-01T10:22:18.6973220Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (6.771s) 2022-12-01T10:22:18.6973375Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.326s) 2022-12-01T10:22:18.6973560Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-12-01T10:22:18.6973725Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:22:18.6973873Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.252s) 2022-12-01T10:22:18.6974030Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.128s) 2022-12-01T10:22:18.6974187Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:22:18.6974340Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6974587Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.6974748Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.158s) 2022-12-01T10:22:18.6974907Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:22:18.6975114Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:22:18.6975270Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:22:18.6975422Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.965s) 2022-12-01T10:22:18.6975575Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.992s) 2022-12-01T10:22:18.6975726Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.561s) 2022-12-01T10:22:18.6975877Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.548s) 2022-12-01T10:22:18.6976012Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6976157Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6976304Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.6976453Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6976597Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6976747Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:22:18.6976902Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.430s) 2022-12-01T10:22:18.6977055Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.445s) 2022-12-01T10:22:18.6977192Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:22:18.6977340Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:22:18.6977498Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.731s) 2022-12-01T10:22:18.6977659Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.163s) 2022-12-01T10:22:18.6977820Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.222s) 2022-12-01T10:22:18.6977974Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.731s) 2022-12-01T10:22:18.6978127Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.804s) 2022-12-01T10:22:18.6978276Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.759s) 2022-12-01T10:22:18.6978424Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6978561Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6978708Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6978854Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6979038Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6979176Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6979341Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:22:18.6979500Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:22:18.6979657Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:22:18.6979788Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6979932Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.6980072Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6980213Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6980397Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6980542Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6980681Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.6980818Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6980944Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6981081Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6981216Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6981351Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6981484Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6981630Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6981771Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6981910Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6982038Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6982171Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6982308Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6982440Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6982575Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.6982712Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6982852Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6982993Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6983138Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.6983268Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.6983408Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6983548Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6983682Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6983818Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6983948Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6984081Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6984242Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6984371Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.6984508Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6984651Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.6984820Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.6985013Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.6985142Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6985422Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6985585Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6985746Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6985948Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6986118Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6986298Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.6986477Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.6986651Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.6986799Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6987006Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6987195Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.6987380Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6987578Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.6987765Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.6987949Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.6988147Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.6988287Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6988463Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6988661Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.6988841Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6989031Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6989211Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.6989388Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6989562Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6989693Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6989872Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.6990129Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.6990334Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.6990524Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.380s) 2022-12-01T10:22:18.6990738Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.366s) 2022-12-01T10:22:18.6990920Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:22:18.6991095Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-12-01T10:22:18.6991288Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.6991419Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.6991596Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.6991777Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.6991981Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.6992160Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.6992340Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6992540Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6992712Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6992846Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6993015Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6993191Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6993366Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6993557Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6993735Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6993910Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6994093Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6994231Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.6994428Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6994604Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6994771Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6994942Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.6995130Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6995302Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6995479Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6995650Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.6995785Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6995963Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6996142Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.6996319Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.6996493Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6996683Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6996851Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.6997062Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6997191Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.6997382Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6997552Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6997723Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.6997902Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6998073Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.6998271Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.6998459Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.6998596Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6998804Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.6998971Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.6999142Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6999311Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6999483Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6999654Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6999854Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.6999985Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7000155Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7000347Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7000513Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7000679Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7000843Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7001005Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7001178Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7001361Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7001548Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.7001795Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.199s) 2022-12-01T10:22:18.7001979Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.190s) 2022-12-01T10:22:18.7002152Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:22:18.7002322Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:22:18.7002558Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:22:18.7002741Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:22:18.7002914Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:22:18.7003044Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7003295Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7003507Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7003730Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7003906Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-12-01T10:22:18.7004089Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:22:18.7004307Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7004522Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7004654Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7004825Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7005021Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7005191Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7005359Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7005569Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7005777Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7005966Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7006096Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7006265Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7006438Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7006652Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7006815Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7006990Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7007156Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7007320Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7007447Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7007608Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7007771Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7007937Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7008120Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7008294Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7008456Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7008619Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7008742Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7008900Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7009072Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.982s) 2022-12-01T10:22:18.7009242Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.096s) 2022-12-01T10:22:18.7009432Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (3.726s) 2022-12-01T10:22:18.7009628Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (3.651s) 2022-12-01T10:22:18.7009803Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.994s) 2022-12-01T10:22:18.7009977Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.022s) 2022-12-01T10:22:18.7010142Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.792s) 2022-12-01T10:22:18.7010313Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.767s) 2022-12-01T10:22:18.7010490Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.645s) 2022-12-01T10:22:18.7010669Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.662s) 2022-12-01T10:22:18.7010851Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.381s) 2022-12-01T10:22:18.7011023Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.378s) 2022-12-01T10:22:18.7011210Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7011372Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7011501Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.248s) 2022-12-01T10:22:18.7011672Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7011873Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.219s) 2022-12-01T10:22:18.7012040Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7012211Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7012399Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7012563Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7012746Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7012867Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7013028Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7013187Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7013357Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7013528Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7013696Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.7013867Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7014034Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-12-01T10:22:18.7014158Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7014340Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7014615Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7014777Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7014948Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7015107Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7015295Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7015460Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7015598Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.377s) 2022-12-01T10:22:18.7015775Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.377s) 2022-12-01T10:22:18.7015967Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.894s) 2022-12-01T10:22:18.7016136Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.870s) 2022-12-01T10:22:18.7016319Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:22:18.7016491Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-12-01T10:22:18.7016714Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:22:18.7016891Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7017063Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7017200Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.380s) 2022-12-01T10:22:18.7017376Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.377s) 2022-12-01T10:22:18.7017576Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.888s) 2022-12-01T10:22:18.7017747Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.867s) 2022-12-01T10:22:18.7017915Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7018082Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7018271Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-12-01T10:22:18.7018484Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7018619Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7018800Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7018987Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7019191Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:22:18.7019366Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:22:18.7019547Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7019719Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7019895Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.7020032Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7020204Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7020392Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7020570Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7020766Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:22:18.7020941Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:22:18.7021116Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7021315Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7021486Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7021623Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:22:18.7021800Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7022002Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.018s) 2022-12-01T10:22:18.7022186Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.186s) 2022-12-01T10:22:18.7022389Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.342s) 2022-12-01T10:22:18.7022568Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.863s) 2022-12-01T10:22:18.7022748Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.857s) 2022-12-01T10:22:18.7022926Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7023103Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7023280Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:22:18.7023454Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7023631Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7023809Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7024008Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.497s) 2022-12-01T10:22:18.7024189Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.525s) 2022-12-01T10:22:18.7024396Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.329s) 2022-12-01T10:22:18.7024574Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-12-01T10:22:18.7024739Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-12-01T10:22:18.7024915Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7025086Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7025266Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7034110Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7034329Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7034488Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7034647Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7034817Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7034974Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7035112Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7035256Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7035406Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7035553Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7035697Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7035837Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7035986Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7036130Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7036279Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7036444Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.311s) 2022-12-01T10:22:18.7036602Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.289s) 2022-12-01T10:22:18.7036760Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.7036916Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.700s) 2022-12-01T10:22:18.7037074Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.681s) 2022-12-01T10:22:18.7037253Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7037427Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7037716Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7037873Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7038045Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7038207Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7038372Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7038536Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:22:18.7038687Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.408s) 2022-12-01T10:22:18.7038836Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.487s) 2022-12-01T10:22:18.7039036Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.232s) 2022-12-01T10:22:18.7039191Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.233s) 2022-12-01T10:22:18.7039329Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.409s) 2022-12-01T10:22:18.7039471Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.977s) 2022-12-01T10:22:18.7039616Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.963s) 2022-12-01T10:22:18.7039761Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.490s) 2022-12-01T10:22:18.7039904Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.491s) 2022-12-01T10:22:18.7040043Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.484s) 2022-12-01T10:22:18.7040189Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.492s) 2022-12-01T10:22:18.7040334Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.490s) 2022-12-01T10:22:18.7040474Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7040625Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:22:18.7040778Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-12-01T10:22:18.7040929Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.045s) 2022-12-01T10:22:18.7041080Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (2.040s) 2022-12-01T10:22:18.7041226Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (5.251s) 2022-12-01T10:22:18.7041372Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (5.135s) 2022-12-01T10:22:18.7041533Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.362s) 2022-12-01T10:22:18.7041684Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.887s) 2022-12-01T10:22:18.7041844Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.038s) 2022-12-01T10:22:18.7041999Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.492s) 2022-12-01T10:22:18.7042153Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.678s) 2022-12-01T10:22:18.7042303Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.531s) 2022-12-01T10:22:18.7042449Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.297s) 2022-12-01T10:22:18.7042627Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.146s) 2022-12-01T10:22:18.7042778Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.307s) 2022-12-01T10:22:18.7042959Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (2.343s) 2022-12-01T10:22:18.7043094Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (2.171s) 2022-12-01T10:22:18.7043237Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.298s) 2022-12-01T10:22:18.7043380Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-12-01T10:22:18.7043518Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.303s) 2022-12-01T10:22:18.7043663Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.298s) 2022-12-01T10:22:18.7043810Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.297s) 2022-12-01T10:22:18.7043964Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7044113Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7044258Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7044440Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7044594Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7044747Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7044896Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7045045Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7045188Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7045339Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7045483Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7045624Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7045775Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7045924Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7046076Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.7046229Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7046377Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7046527Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7046671Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7046807Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7046951Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7047094Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7047240Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7047379Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7047531Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7047683Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.423s) 2022-12-01T10:22:18.7047833Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:22:18.7047972Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.7048166Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.392s) 2022-12-01T10:22:18.7048314Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.361s) 2022-12-01T10:22:18.7048458Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.043s) 2022-12-01T10:22:18.7048607Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.219s) 2022-12-01T10:22:18.7048759Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.588s) 2022-12-01T10:22:18.7048906Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (2.700s) 2022-12-01T10:22:18.7049056Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (2.801s) 2022-12-01T10:22:18.7049199Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (2.530s) 2022-12-01T10:22:18.7049327Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (2.529s) 2022-12-01T10:22:18.7049465Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (2.535s) 2022-12-01T10:22:18.7049638Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (2.533s) 2022-12-01T10:22:18.7049784Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.546s) 2022-12-01T10:22:18.7049930Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.186s) 2022-12-01T10:22:18.7050074Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7050225Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.764s) 2022-12-01T10:22:18.7050376Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.783s) 2022-12-01T10:22:18.7050510Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.186s) 2022-12-01T10:22:18.7050653Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.579s) 2022-12-01T10:22:18.7050802Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.565s) 2022-12-01T10:22:18.7050948Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:22:18.7051090Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.209s) 2022-12-01T10:22:18.7051225Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7051367Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.208s) 2022-12-01T10:22:18.7051511Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.207s) 2022-12-01T10:22:18.7051646Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.848s) 2022-12-01T10:22:18.7051797Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.819s) 2022-12-01T10:22:18.7051946Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.138s) 2022-12-01T10:22:18.7052093Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (1.382s) 2022-12-01T10:22:18.7052237Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (2.506s) 2022-12-01T10:22:18.7052381Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (2.824s) 2022-12-01T10:22:18.7052523Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (2.646s) 2022-12-01T10:22:18.7052660Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (2.749s) 2022-12-01T10:22:18.7052784Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (2.804s) 2022-12-01T10:22:18.7052925Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (2.537s) 2022-12-01T10:22:18.7053068Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.376s) 2022-12-01T10:22:18.7053210Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7053387Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.137s) 2022-12-01T10:22:18.7053533Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.115s) 2022-12-01T10:22:18.7053675Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.624s) 2022-12-01T10:22:18.7053818Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.617s) 2022-12-01T10:22:18.7053958Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7054086Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-12-01T10:22:18.7054227Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7054366Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7054637Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7054787Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7054994Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.170s) 2022-12-01T10:22:18.7055144Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-12-01T10:22:18.7055291Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.7055421Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7055569Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.150s) 2022-12-01T10:22:18.7055714Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7055860Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-12-01T10:22:18.7056005Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.509s) 2022-12-01T10:22:18.7056149Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.491s) 2022-12-01T10:22:18.7056297Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7056440Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7056565Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7056711Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7056856Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7057019Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7057178Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7057338Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7057498Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7057657Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7057811Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7057954Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7058108Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7058259Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7058418Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7058581Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7058737Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7058940Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7059099Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7059247Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7059407Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7059562Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7059720Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7059877Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7060030Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7060181Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.150s) 2022-12-01T10:22:18.7060349Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7060496Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:22:18.7060628Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.509s) 2022-12-01T10:22:18.7060768Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.490s) 2022-12-01T10:22:18.7060907Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7061047Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7061186Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7061325Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7061468Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7061613Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7061747Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:22:18.7061890Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:22:18.7062029Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7062169Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:22:18.7062305Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:22:18.7062446Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7062589Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7062732Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7062863Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7063001Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7063137Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7063276Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7063411Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7063631Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7063839Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7064062Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7064313Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7064515Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7064723Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7064931Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7065134Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7065337Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7065576Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7065783Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7065991Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7066207Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7066421Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7066644Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7066856Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7067066Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7067280Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7067491Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7067698Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7067904Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7068112Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7068318Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7068523Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7068673Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7068806Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7068953Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:22:18.7069093Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.510s) 2022-12-01T10:22:18.7069269Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.492s) 2022-12-01T10:22:18.7069414Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7069557Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7069692Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7069833Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7070044Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7070211Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7070370Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7070530Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7070725Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7070884Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7071039Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7071193Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7071341Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7071478Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7071628Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7071790Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7071949Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7072112Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7072273Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7072435Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7072593Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7072752Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7072894Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7073053Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7073210Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7073360Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.151s) 2022-12-01T10:22:18.7073503Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7073648Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.7073793Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.510s) 2022-12-01T10:22:18.7073936Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.493s) 2022-12-01T10:22:18.7074063Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7074205Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7074344Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7074482Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7074657Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7074794Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7074936Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7075142Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7075266Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7075404Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7075537Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7075671Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7075801Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7075937Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7076102Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7076244Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7076371Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7076512Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7076651Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7076790Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7076928Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7077065Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7077199Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7077337Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7077461Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7077608Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7077748Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7077898Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7078046Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7078189Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7078332Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7078475Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7078607Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7078750Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7078892Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7079034Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7079225Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7079366Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7079510Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7079648Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7079773Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7079914Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7080090Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7080232Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7080370Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7080507Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7080647Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7080782Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7080909Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7081048Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7081194Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.465s) 2022-12-01T10:22:18.7081336Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7081504Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.447s) 2022-12-01T10:22:18.7081647Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7081787Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.218s) 2022-12-01T10:22:18.7081927Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:22:18.7082066Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7082189Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7082322Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7082458Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7082589Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7082748Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7082901Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7083048Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7083186Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7083314Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7083459Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7083612Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7083752Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7083889Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7084029Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7084163Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7084299Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7084419Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7084585Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7084749Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:22:18.7084912Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:22:18.7085072Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7085229Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7085430Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7085589Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7085732Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7085896Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7086098Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:22:18.7086256Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:22:18.7086414Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7086568Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7086723Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7086909Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7087064Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7087213Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7087374Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-12-01T10:22:18.7087532Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7087686Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7087837Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7087987Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7088147Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7088296Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7088432Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7088573Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7088719Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7088860Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7088999Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7089141Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7089290Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7089431Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7089571Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7089701Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7089844Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.232s) 2022-12-01T10:22:18.7089987Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.230s) 2022-12-01T10:22:18.7090129Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.356s) 2022-12-01T10:22:18.7090270Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.357s) 2022-12-01T10:22:18.7090417Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7090563Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7090737Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7090866Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7091006Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7091148Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7091291Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7091435Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7091585Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.615s) 2022-12-01T10:22:18.7091731Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.633s) 2022-12-01T10:22:18.7091872Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.7092057Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7092202Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.7092344Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-12-01T10:22:18.7092485Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:22:18.7092624Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7092765Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7092904Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7093044Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7093169Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7093325Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7093474Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7093627Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7093781Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7093933Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7094084Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7094230Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7094377Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7094639Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7094785Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7094928Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7095075Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7095216Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7095361Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7095502Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7095645Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7095777Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7095918Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:22:18.7096122Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7096268Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7096410Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:22:18.7096550Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7096691Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7096830Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7096957Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7097095Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7097254Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7097415Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.322s) 2022-12-01T10:22:18.7097611Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.292s) 2022-12-01T10:22:18.7097771Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7097926Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7098078Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:22:18.7098203Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7098340Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7098481Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7098621Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:22:18.7098759Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7098896Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-12-01T10:22:18.7099032Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.7099164Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7099285Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7099418Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7099552Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7099683Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7099823Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7099967Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7100112Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7100256Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7100382Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7100519Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7100654Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7100789Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7100926Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7101057Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7101192Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7101326Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7101559Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7101742Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7101948Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7102153Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T10:22:18.7102348Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7102543Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7102741Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7102963Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7103154Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7103346Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7103531Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7103705Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7103893Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7104108Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7104315Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7104528Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7104741Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7104953Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7105164Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7105377Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7105586Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7105777Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7105981Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7106185Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7106390Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7106623Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7106771Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7106913Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7107063Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7107210Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7107341Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7107487Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7107624Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7107769Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7107941Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7108084Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7108222Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7108362Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7108498Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7108631Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7108769Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7108916Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7109062Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7109206Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7109351Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7109492Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7109631Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7109759Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7109986Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7110143Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7110302Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7110440Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7110591Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7110731Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7110883Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7111018Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7111164Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7111311Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7111453Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7111596Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7111742Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7111925Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7112070Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7112201Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7112341Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7112492Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7112641Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7112783Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7112987Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:22:18.7113190Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:22:18.7113419Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:22:18.7113600Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7113766Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:22:18.7113940Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.7114118Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7114290Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7114463Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7114634Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7114808Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.7114978Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7115152Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7115310Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.7115479Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7115652Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7115823Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7115997Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7116164Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7116330Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7116499Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7116664Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7116810Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7116974Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7117171Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7117339Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7117498Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7117659Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7117822Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7117982Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7118141Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7118290Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7118454Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:22:18.7118638Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.215s) 2022-12-01T10:22:18.7118801Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.7118961Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:22:18.7119122Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-12-01T10:22:18.7119279Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7119441Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7119597Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7119741Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7119898Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7120076Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.227s) 2022-12-01T10:22:18.7120250Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:22:18.7120443Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.154s) 2022-12-01T10:22:18.7120628Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.640s) 2022-12-01T10:22:18.7120819Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.630s) 2022-12-01T10:22:18.7120979Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7121140Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7121283Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7121442Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7121605Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.530s) 2022-12-01T10:22:18.7121767Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.578s) 2022-12-01T10:22:18.7121926Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7122082Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7122236Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7122439Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.7122587Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.028s) 2022-12-01T10:22:18.7122745Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.250s) 2022-12-01T10:22:18.7122901Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:22:18.7123058Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:22:18.7123210Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7123390Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.664s) 2022-12-01T10:22:18.7123567Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.862s) 2022-12-01T10:22:18.7123769Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7123939Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7124098Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7124268Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:22:18.7124441Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:22:18.7124610Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.7124778Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.376s) 2022-12-01T10:22:18.7124950Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.365s) 2022-12-01T10:22:18.7125125Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:22:18.7125306Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.130s) 2022-12-01T10:22:18.7125482Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.7125647Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.539s) 2022-12-01T10:22:18.7125824Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.477s) 2022-12-01T10:22:18.7126002Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.7126177Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.7126348Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.7126524Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.7126697Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:22:18.7126870Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-12-01T10:22:18.7127044Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (1.045s) 2022-12-01T10:22:18.7127203Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.767s) 2022-12-01T10:22:18.7127375Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7127542Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.250s) 2022-12-01T10:22:18.7127761Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.243s) 2022-12-01T10:22:18.7127924Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7128085Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.7128252Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7128418Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:22:18.7128584Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:22:18.7128735Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7128898Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.930s) 2022-12-01T10:22:18.7129088Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.967s) 2022-12-01T10:22:18.7129252Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7129416Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7129578Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7129737Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7129893Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7130055Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7130211Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7130381Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7130541Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7130708Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7130870Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7131033Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7131196Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7131391Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7131582Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.576s) 2022-12-01T10:22:18.7131764Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.466s) 2022-12-01T10:22:18.7131960Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7132146Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7132341Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7132537Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7132731Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7132956Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7133148Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7133339Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7133528Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7133703Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7133886Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7134077Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7134289Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7134593Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7134772Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7134947Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7135125Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (4.194s) 2022-12-01T10:22:18.7135299Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (20.685s) 2022-12-01T10:22:18.7135455Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (19.025s) 2022-12-01T10:22:18.7135616Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7135778Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7135935Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7136088Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7136243Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.949s) 2022-12-01T10:22:18.7136401Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.926s) 2022-12-01T10:22:18.7136570Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:22:18.7136734Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-12-01T10:22:18.7136882Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7137048Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7137215Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7137381Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7137541Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7137696Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7137866Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7138036Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7138196Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7138400Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7138561Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7138723Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7138884Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7139048Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7139209Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7139372Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7139533Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7139720Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7139878Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7140056Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:22:18.7140235Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.361s) 2022-12-01T10:22:18.7140410Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.352s) 2022-12-01T10:22:18.7140573Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7140762Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7140916Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.7141077Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.7141233Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7141402Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.336s) 2022-12-01T10:22:18.7141564Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.327s) 2022-12-01T10:22:18.7141737Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7141907Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7142084Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7142261Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7142438Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7142616Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7142779Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7142954Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7143129Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7143379Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7143594Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7143815Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7143989Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7144165Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7144340Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7144506Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7144683Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7144862Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7145024Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-12-01T10:22:18.7145218Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.302s) 2022-12-01T10:22:18.7145379Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-12-01T10:22:18.7145564Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7145776Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.131s) 2022-12-01T10:22:18.7145939Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-12-01T10:22:18.7146085Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7146245Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.7146401Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7146576Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7146795Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.7147018Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7147252Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7147523Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7147818Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7148083Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7148253Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.318s) 2022-12-01T10:22:18.7148423Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.326s) 2022-12-01T10:22:18.7148583Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-12-01T10:22:18.7148743Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-12-01T10:22:18.7148900Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7149056Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7149209Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7149395Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7149572Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7149806Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:22:18.7150091Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.436s) 2022-12-01T10:22:18.7150267Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.424s) 2022-12-01T10:22:18.7150440Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.7150609Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7150777Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7150938Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7151114Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-12-01T10:22:18.7151317Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.510s) 2022-12-01T10:22:18.7151490Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.490s) 2022-12-01T10:22:18.7151663Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.169s) 2022-12-01T10:22:18.7151834Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.170s) 2022-12-01T10:22:18.7152005Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.168s) 2022-12-01T10:22:18.7152176Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.170s) 2022-12-01T10:22:18.7152345Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.176s) 2022-12-01T10:22:18.7152510Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.008s) 2022-12-01T10:22:18.7152676Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (6.106s) 2022-12-01T10:22:18.7152822Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (5.947s) 2022-12-01T10:22:18.7152987Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.752s) 2022-12-01T10:22:18.7153146Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.664s) 2022-12-01T10:22:18.7153306Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.677s) 2022-12-01T10:22:18.7153462Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.321s) 2022-12-01T10:22:18.7153616Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.331s) 2022-12-01T10:22:18.7153788Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.761s) 2022-12-01T10:22:18.7153951Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.710s) 2022-12-01T10:22:18.7154110Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.227s) 2022-12-01T10:22:18.7154278Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.244s) 2022-12-01T10:22:18.7154444Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (2.278s) 2022-12-01T10:22:18.7154607Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (2.253s) 2022-12-01T10:22:18.7154775Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:22:18.7154939Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-12-01T10:22:18.7155148Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (2.245s) 2022-12-01T10:22:18.7155309Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (2.236s) 2022-12-01T10:22:18.7155483Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.299s) 2022-12-01T10:22:18.7155640Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-12-01T10:22:18.7155795Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7155952Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7156110Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7156268Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:22:18.7156458Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.7156626Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7156793Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7156970Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7157134Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7157322Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7157505Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-12-01T10:22:18.7157684Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.242s) 2022-12-01T10:22:18.7157848Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:22:18.7158006Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.428s) 2022-12-01T10:22:18.7158166Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.420s) 2022-12-01T10:22:18.7158330Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.7158496Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.628s) 2022-12-01T10:22:18.7158647Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.610s) 2022-12-01T10:22:18.7158807Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.561s) 2022-12-01T10:22:18.7158969Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.490s) 2022-12-01T10:22:18.7159126Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7159351Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7159568Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7159789Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7160007Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7160225Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7160484Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7160691Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7160893Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7161099Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7161300Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7161541Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7161759Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7161929Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7162095Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7162269Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.499s) 2022-12-01T10:22:18.7162438Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.509s) 2022-12-01T10:22:18.7162605Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.7162757Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.384s) 2022-12-01T10:22:18.7162920Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-12-01T10:22:18.7163085Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7163251Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7163408Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7163568Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.7163732Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:22:18.7163901Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7164064Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7164231Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7164393Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7164565Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7164737Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7164904Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7165066Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7165242Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7165450Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.132s) 2022-12-01T10:22:18.7165613Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7165788Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7165959Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.7166129Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7166298Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7166471Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7166635Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7166836Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7167007Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7167151Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7167308Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7167476Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7167652Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7167824Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7167993Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7168162Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7168327Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7168488Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7168641Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7168805Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7168965Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7169130Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7169295Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7169467Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7169633Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7169808Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7169981Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7170137Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7170306Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7170473Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7170671Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7170838Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7171004Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7171169Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7171330Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7171527Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.809s) 2022-12-01T10:22:18.7171685Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (4.485s) 2022-12-01T10:22:18.7171852Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (4.323s) 2022-12-01T10:22:18.7172051Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.512s) 2022-12-01T10:22:18.7172219Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.522s) 2022-12-01T10:22:18.7172384Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.508s) 2022-12-01T10:22:18.7172546Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.514s) 2022-12-01T10:22:18.7172710Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.510s) 2022-12-01T10:22:18.7172872Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7173035Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:22:18.7173181Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-12-01T10:22:18.7173408Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7173630Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7173840Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7174052Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7174265Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7174610Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7174826Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7175039Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7175198Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7175341Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7175500Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7175656Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7175810Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7176044Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7176200Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7176350Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7176510Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7176668Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7176811Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7176966Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7177122Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7177278Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7177492Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7177667Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7177825Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7177982Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7178125Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7178333Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7178503Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7178666Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7178839Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7179013Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7179185Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7179353Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7179516Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7179665Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7179826Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7180005Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7180185Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:22:18.7180362Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-12-01T10:22:18.7180534Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7180710Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:22:18.7180884Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7181055Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7181212Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7181422Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7181594Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7181764Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7181930Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7182093Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7182255Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7182422Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7182587Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7182783Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7182947Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7183111Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7183277Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.7183438Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7183601Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7183761Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7183918Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7184080Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7184223Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7184380Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7184532Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7184697Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7184864Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7185032Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7185195Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7185360Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7185525Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7185674Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7185834Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7185993Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7186150Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7186316Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7186476Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7186668Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7186829Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7186975Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7187134Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7187291Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7187447Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7187624Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:22:18.7187804Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.502s) 2022-12-01T10:22:18.7188015Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.511s) 2022-12-01T10:22:18.7188192Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.372s) 2022-12-01T10:22:18.7188364Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:22:18.7188523Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7188695Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.7188864Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7189035Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.7189204Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7189398Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-12-01T10:22:18.7189594Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.499s) 2022-12-01T10:22:18.7189786Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.509s) 2022-12-01T10:22:18.7190053Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.356s) 2022-12-01T10:22:18.7190238Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:22:18.7190413Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.7190604Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.7190793Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7190979Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.7191166Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.7191328Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.474s) 2022-12-01T10:22:18.7191495Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.778s) 2022-12-01T10:22:18.7191658Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.825s) 2022-12-01T10:22:18.7191818Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.555s) 2022-12-01T10:22:18.7192002Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (2.277s) 2022-12-01T10:22:18.7192159Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (2.230s) 2022-12-01T10:22:18.7192334Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7192505Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7192671Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7192843Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7193016Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7193185Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7193386Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7193521Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7193662Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7193809Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7193956Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7194099Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7194241Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7194383Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7194526Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7194655Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7194794Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7194934Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7195077Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7195216Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7195352Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.162s) 2022-12-01T10:22:18.7195495Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.851s) 2022-12-01T10:22:18.7195639Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.880s) 2022-12-01T10:22:18.7195767Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.177s) 2022-12-01T10:22:18.7195907Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.652s) 2022-12-01T10:22:18.7196046Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.631s) 2022-12-01T10:22:18.7196193Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7196340Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7196490Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.7196633Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7196774Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7196907Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7197052Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7197243Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-12-01T10:22:18.7197386Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7197524Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7197660Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7197808Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.7197955Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:22:18.7198098Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:22:18.7198224Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7198366Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7198510Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7198678Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7198820Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7198978Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7199138Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7199294Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7199436Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7199577Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7199713Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7199857Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200000Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200144Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200283Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200421Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200547Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200684Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200820Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7200954Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201089Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201229Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201375Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201515Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201654Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201803Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7201950Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202096Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202236Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202376Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202551Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202691Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202833Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7202961Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7203099Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7203245Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7203386Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.7203526Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7203667Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7203811Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7203977Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7204110Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7204251Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7204392Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7204533Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7204669Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7204807Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7204944Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7205080Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7205207Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7205345Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7205514Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-12-01T10:22:18.7205675Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:22:18.7205820Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7205967Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7206115Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7206261Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7206393Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7206539Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7206682Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7206823Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7206962Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7207101Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7207240Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7207384Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7207510Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7207659Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.591s) 2022-12-01T10:22:18.7207838Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.595s) 2022-12-01T10:22:18.7207982Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.391s) 2022-12-01T10:22:18.7208123Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.386s) 2022-12-01T10:22:18.7208262Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.645s) 2022-12-01T10:22:18.7208403Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.626s) 2022-12-01T10:22:18.7208570Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7208733Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7208884Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7209049Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7209243Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7209405Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7209564Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7209722Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7209878Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7210042Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7210188Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7210355Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7210520Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7210678Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7210837Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7210995Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7211151Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7211307Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7211472Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7211617Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7211782Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7211943Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7212102Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7212260Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7212415Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7212576Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7212732Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7212895Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7213074Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7213237Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7213399Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7213555Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7213711Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7213866Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7214023Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7214179Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7214360Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7214644Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7214815Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7215033Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7215191Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7215349Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7215505Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7215664Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7215824Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7215961Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7216112Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7216260Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7216406Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7216552Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7216695Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7216838Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7216985Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7217117Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7217264Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7217405Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7217551Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7217694Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:22:18.7217836Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.228s) 2022-12-01T10:22:18.7217978Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.262s) 2022-12-01T10:22:18.7218116Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7218242Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.646s) 2022-12-01T10:22:18.7218435Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.633s) 2022-12-01T10:22:18.7218573Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7218711Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7218847Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7218988Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7219124Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7219261Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7219394Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.523s) 2022-12-01T10:22:18.7219540Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.586s) 2022-12-01T10:22:18.7219684Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.898s) 2022-12-01T10:22:18.7219829Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.875s) 2022-12-01T10:22:18.7220007Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7220145Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7220281Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7220419Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7220544Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7220685Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7220823Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7220967Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7221111Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7221257Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7221396Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7221536Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7221671Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7221795Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7221935Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7222072Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7222211Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7222356Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.225s) 2022-12-01T10:22:18.7222503Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.225s) 2022-12-01T10:22:18.7222642Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.717s) 2022-12-01T10:22:18.7222781Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.664s) 2022-12-01T10:22:18.7222916Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.650s) 2022-12-01T10:22:18.7223060Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.555s) 2022-12-01T10:22:18.7223203Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7223345Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7223490Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7223636Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7223779Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7223954Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7224083Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7224225Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7224367Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7224504Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7224653Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7224805Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7224957Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7225102Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7225239Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7225411Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7225560Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7225712Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7225862Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226013Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226164Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226313Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226442Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226588Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226735Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7226877Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7227042Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7227210Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7227373Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7227538Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7227700Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7227848Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7228008Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7228157Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7228307Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7228457Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7228605Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7228751Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7228893Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7229019Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7229192Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7229333Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7229478Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7229622Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7229767Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7229968Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7230113Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7230241Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7230380Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7230522Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7230693Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7230833Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7230971Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7231112Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7231251Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7231382Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7231526Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7231671Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7231814Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7231957Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7232099Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7232237Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7232376Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7232497Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7232632Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7232766Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7232916Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7233062Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7233219Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7233373Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7233521Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7233665Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7233795Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7233941Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7234086Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7234225Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7234369Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7234567Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7234716Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7234863Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7234994Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.287s) 2022-12-01T10:22:18.7235135Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.277s) 2022-12-01T10:22:18.7235277Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7235421Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7235563Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7235706Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7235846Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7236024Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7236159Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.349s) 2022-12-01T10:22:18.7236304Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.374s) 2022-12-01T10:22:18.7236479Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-12-01T10:22:18.7236622Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.236s) 2022-12-01T10:22:18.7236761Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.216s) 2022-12-01T10:22:18.7236904Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7237044Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7237192Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:22:18.7237329Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:22:18.7237471Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7237614Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7237754Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7237894Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7238032Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7238172Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7238310Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7238436Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7238598Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7238754Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7238914Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.7239076Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7239234Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7239390Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7239546Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7239696Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7239869Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7240023Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7240172Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7240326Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7240475Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7240628Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7240773Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7240924Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7241061Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7241212Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7241388Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7241533Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7241675Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7241821Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7241961Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7242101Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7242244Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7242376Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7242521Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7242665Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7242813Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7242959Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7243106Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7243249Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7243391Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7243521Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7243661Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7243804Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7243947Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7244087Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7244227Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7244372Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7244511Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7244646Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7244792Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7244933Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7245073Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7245248Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7245386Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7245524Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7245665Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7245792Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7245926Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7246073Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7246214Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7246364Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7246514Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7246690Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7246833Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7246960Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7247102Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7247240Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7247380Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7247519Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7247662Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7247815Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7247962Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248112Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248251Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248400Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248546Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248694Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248839Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7248985Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7249130Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7249276Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7249404Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7249554Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7249697Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7249848Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7249998Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7250149Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7250295Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7250471Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7250605Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7250750Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7250891Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7251028Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7251170Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7251309Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7251451Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7251587Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7251732Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-12-01T10:22:18.7251890Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7252035Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-12-01T10:22:18.7252174Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7252313Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7252450Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7252585Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7252722Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7252854Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7252980Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7253119Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7253258Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7253391Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7253535Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.418s) 2022-12-01T10:22:18.7253675Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.444s) 2022-12-01T10:22:18.7253816Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7253953Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-12-01T10:22:18.7254078Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.247s) 2022-12-01T10:22:18.7254214Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7254352Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7254607Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7254744Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7254882Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7255025Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7255167Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7255294Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7255434Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7255572Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7255764Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7255901Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7256040Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7256198Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7256356Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7256495Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7256650Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7256805Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7256958Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7257124Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7257348Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7257507Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7257650Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7257776Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7257920Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7258064Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7258203Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7258344Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7258483Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7258622Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7258756Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7258891Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7259011Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7259149Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7259293Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.263s) 2022-12-01T10:22:18.7259436Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.265s) 2022-12-01T10:22:18.7259577Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7259719Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:22:18.7259864Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-12-01T10:22:18.7259999Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7260122Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7260253Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7260387Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7260519Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7260669Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7260815Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7260967Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7261150Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7261287Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7261429Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7261575Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7261722Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7261863Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7262002Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7262151Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7262294Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7262429Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7262600Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7262750Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7262895Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7263038Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7263183Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7263327Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7263471Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7263599Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7263742Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7263886Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7264026Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7264189Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.193s) 2022-12-01T10:22:18.7264345Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7264503Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.214s) 2022-12-01T10:22:18.7264660Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.447s) 2022-12-01T10:22:18.7264813Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.438s) 2022-12-01T10:22:18.7264958Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7265119Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7265273Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7265427Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7265577Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7265737Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.193s) 2022-12-01T10:22:18.7265893Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7266051Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:22:18.7266195Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.446s) 2022-12-01T10:22:18.7266381Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.437s) 2022-12-01T10:22:18.7266537Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7266692Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7266847Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7267001Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7267150Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7267309Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7267464Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7267606Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.187s) 2022-12-01T10:22:18.7267789Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.182s) 2022-12-01T10:22:18.7267949Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7268104Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7268256Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7268410Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7268562Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7268726Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-12-01T10:22:18.7268868Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7269027Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.226s) 2022-12-01T10:22:18.7269187Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.695s) 2022-12-01T10:22:18.7269340Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.679s) 2022-12-01T10:22:18.7269494Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7269647Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7269799Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7270026Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7270180Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7270324Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7270482Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7270642Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7270800Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7270953Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7271104Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7271256Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7271408Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7271546Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7271750Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7271905Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7272055Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7272205Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7272357Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7272505Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7272651Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7272797Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7272931Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7273078Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7273269Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7273434Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7273595Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.7273756Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7273920Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7274081Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7274228Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7274389Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7274535Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7274676Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7274823Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7274968Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7275109Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7275253Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7275393Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7275521Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7275662Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7275802Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7275940Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7276078Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7276215Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7276368Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7276517Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7276656Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7276805Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7276982Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7277134Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7277281Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7277428Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7277575Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7277721Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7277848Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7277983Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7278127Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.172s) 2022-12-01T10:22:18.7278271Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7278446Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-12-01T10:22:18.7278583Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7278723Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7278857Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7278981Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7279115Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7279245Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7279380Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7279514Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7279658Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7279798Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7279943Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7280076Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7280218Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7280356Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7280494Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7280632Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7280768Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7280905Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7281045Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7281169Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7281315Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7281456Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7281604Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7281752Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7281896Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7282039Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7282179Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7282350Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7282478Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7282617Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7282754Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7282891Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7283026Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7283166Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7283305Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7283441Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7283567Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7283733Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7283868Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7284004Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7284136Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7284280Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7284420Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7284563Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7284693Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7284834Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7284978Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7285116Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7285254Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7285393Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7285529Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7285667Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7285789Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7285931Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7286069Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7286210Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7286348Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7286485Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7286619Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7286751Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7286871Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7287005Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7287142Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7287277Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7287420Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7287594Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7287735Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.7287875Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7288000Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7288133Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7288265Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7288398Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7288536Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7288676Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7288814Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7288984Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7289117Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.7289254Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7289391Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7289527Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7289661Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7289794Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7289928Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7290060Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7290192Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7290325Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7290470Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.7290614Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7290754Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.7290895Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7291034Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7291173Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7291298Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7291437Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7291571Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7291709Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7291846Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7291998Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7292147Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7292298Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7292434Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7292583Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.7292758Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7292903Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7293042Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7293190Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7293334Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7293481Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7293624Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7293755Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7293913Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7294067Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7294265Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7294427Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7294831Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7295004Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7295157Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7295296Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7295448Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7295602Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7295758Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7295913Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7296059Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7296198Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7296340Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7296467Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7296607Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7296747Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7296885Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7297023Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7297161Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7297296Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7297462Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.7297626Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.7297775Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7297934Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7298085Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7298236Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7298455Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7298607Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7298753Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7298903Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7299038Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7299190Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7299340Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7299494Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7299651Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7299839Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7299995Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7300144Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7300294Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7300433Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7300584Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7300737Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7300888Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7301037Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7301188Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7301334Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7301482Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7301616Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7301763Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7301916Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7302069Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7302215Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7302366Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7302509Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7302657Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7302792Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7302943Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7303095Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7303246Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7303391Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7303565Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7303715Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7303862Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7304009Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7304169Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7304342Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7304515Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7304687Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7304853Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7305051Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7305219Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7305387Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7305557Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7305716Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7305886Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7306056Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7306230Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7306401Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7306568Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7306735Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7307208Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7307561Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7307903Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7308244Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7308587Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7308931Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7309268Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7309607Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7310072Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7310426Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7310771Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7311108Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7311441Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7311806Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7312148Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7312480Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7312634Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7312785Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7312939Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7313090Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7313242Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7313392Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7313536Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7313668Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7313815Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7313960Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7314110Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7314264Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7314412Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7314561Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7314709Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7314856Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7314988Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7315157Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7315329Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7315500Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7315668Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7315866Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7316029Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7316195Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7316363Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7316514Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7316690Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7316861Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7317026Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7317192Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7317383Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7317549Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7317708Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7317847Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7318024Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7318170Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7318312Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7318456Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7318604Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7318748Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7318893Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7319035Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7319167Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7319311Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7319452Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7319595Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7319736Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7319877Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7320019Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7320160Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7320288Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7320436Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7320578Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7320721Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7320861Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7320999Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7321172Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7321318Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7321477Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7321648Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7321820Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7321988Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7322157Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7322319Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7322523Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7322688Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7323042Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7323389Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7323715Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7324053Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7324397Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7324733Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7325074Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7325419Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7325571Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7325728Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7325886Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7326036Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7326172Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7326321Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7326473Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7326621Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7326784Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7326949Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7327142Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7327306Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7327463Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7327604Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7327766Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7327927Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7328084Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7328249Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7328413Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7328598Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7328753Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7328895Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7329053Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7329217Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7329375Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7329535Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7329696Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7329860Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330018Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330174Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330320Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330480Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330639Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330804Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7330967Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7331127Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7331281Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7331435Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7331592Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7331740Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7331892Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7332042Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7332191Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7332376Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7332522Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7332665Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7332804Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7332936Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7333075Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7333214Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7333364Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7333515Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7333689Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7333834Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7333975Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7334116Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7334250Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7334437Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7334772Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7334961Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7335153Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7335334Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7335517Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7335698Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7335876Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7336039Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7336214Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7336396Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7336572Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7336744Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7336914Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7337091Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7337266Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7337436Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7337591Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7337831Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7338003Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7338173Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7338340Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7338505Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7338676Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7338845Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7339262Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7339616Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7339977Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7340336Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7340690Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7341051Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7341406Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7341761Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7342114Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7342470Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7342834Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7343191Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7343547Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7343901Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7344241Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7344647Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7345001Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7345359Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7345717Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7346065Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7346442Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7346791Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7347142Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7347495Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7347841Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7348195Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7348558Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7348895Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7349241Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7349594Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7350027Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7350394Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:22:18.7350563Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7350733Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7350900Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7351065Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7351226Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7351369Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7351582Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7351742Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7351901Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7352055Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7352210Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7352362Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.320s) 2022-12-01T10:22:18.7352513Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.312s) 2022-12-01T10:22:18.7352662Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7352803Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7352981Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7353133Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7353282Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7353428Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7353577Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7353726Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7353874Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7354005Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7354155Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7354302Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7354446Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7354588Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7354728Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7354875Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7355021Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7355169Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7355298Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7355439Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7355583Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7355721Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7355859Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7355995Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7356135Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7356271Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7356412Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7356562Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7356749Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:22:18.7356907Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.7357058Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7357235Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7357385Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7357532Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7357668Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7357817Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7357965Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7358113Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7358297Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7358445Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7358603Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:22:18.7358759Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7358913Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-12-01T10:22:18.7359053Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7359205Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7359355Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.7359506Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7359654Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7359798Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7359949Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7360098Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7360227Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7360362Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7360505Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-12-01T10:22:18.7360649Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:22:18.7360790Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7360928Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7361066Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7361203Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7361325Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7361460Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7361596Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7361738Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7361878Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7362063Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7362214Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7362359Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7362489Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7362632Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7362773Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7362912Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7363052Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7363191Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7363333Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7363511Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7363638Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7363791Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7363940Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7364089Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7364232Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7364377Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7364522Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7364666Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7364798Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7364940Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7365081Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7365220Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7365365Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7365504Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7365655Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7365800Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7365945Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7366076Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7366221Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7366362Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7366502Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7366642Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7366781Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7366921Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7367057Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7367185Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7367359Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.305s) 2022-12-01T10:22:18.7367499Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.298s) 2022-12-01T10:22:18.7367638Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7367774Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.199s) 2022-12-01T10:22:18.7367910Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-12-01T10:22:18.7368060Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7368210Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.518s) 2022-12-01T10:22:18.7368345Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.531s) 2022-12-01T10:22:18.7368492Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7368633Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.336s) 2022-12-01T10:22:18.7368803Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.321s) 2022-12-01T10:22:18.7368949Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.018s) 2022-12-01T10:22:18.7369097Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.015s) 2022-12-01T10:22:18.7369235Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.778s) 2022-12-01T10:22:18.7369375Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.738s) 2022-12-01T10:22:18.7369502Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7369645Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.287s) 2022-12-01T10:22:18.7369789Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7369928Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-12-01T10:22:18.7370067Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7370205Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:22:18.7370339Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.151s) 2022-12-01T10:22:18.7370474Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7370596Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7370726Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7370863Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7370997Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7371138Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7371274Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7371418Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.7371558Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.7371681Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7371821Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7371956Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.7372090Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7372224Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7372353Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7372488Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7372652Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7372790Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7372934Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7373084Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7373232Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7373376Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7373517Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7373656Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7373799Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7373930Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7374094Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7374238Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7374382Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7374700Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.496s) 2022-12-01T10:22:18.7374862Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (9.403s) 2022-12-01T10:22:18.7375003Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (7.598s) 2022-12-01T10:22:18.7375142Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (7.515s) 2022-12-01T10:22:18.7375311Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-12-01T10:22:18.7375464Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-12-01T10:22:18.7375611Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.430s) 2022-12-01T10:22:18.7375757Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.364s) 2022-12-01T10:22:18.7375902Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.255s) 2022-12-01T10:22:18.7376043Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-12-01T10:22:18.7376187Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7376323Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7376466Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7376592Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7376727Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7376867Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7377002Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7377135Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7377267Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7377399Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7377532Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7377651Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7377803Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7377951Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7378170Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7378327Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7378479Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7378630Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7378782Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7378917Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7379066Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7379211Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7379359Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7379511Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7379696Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7379836Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7379981Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7380155Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7380297Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7380437Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7380576Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7380713Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7380852Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7380991Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7381127Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7381261Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7381388Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7381525Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7381667Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:22:18.7381807Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-12-01T10:22:18.7381945Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7382083Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7382219Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7382354Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7382474Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7382657Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7382790Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7382929Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7383061Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7383207Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7383349Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7383486Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7383648Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7383784Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7383920Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7384052Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7384187Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7384322Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7384472Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7384617Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7384757Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.451s) 2022-12-01T10:22:18.7384912Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.445s) 2022-12-01T10:22:18.7385089Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7385236Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.265s) 2022-12-01T10:22:18.7385383Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:22:18.7385529Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7385671Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7385810Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7385944Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7386089Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7386238Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7386386Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7386535Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7386678Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7386824Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7386969Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7387100Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7387241Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7387383Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7387526Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7387668Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7387803Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7387944Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.095s) 2022-12-01T10:22:18.7388086Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7388215Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7388354Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-12-01T10:22:18.7388492Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7388628Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7388807Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7388942Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7389077Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7389210Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7389336Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7389469Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:22:18.7389610Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.971s) 2022-12-01T10:22:18.7389750Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.981s) 2022-12-01T10:22:18.7389887Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7390109Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.683s) 2022-12-01T10:22:18.7390246Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:22:18.7390415Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:22:18.7390538Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-12-01T10:22:18.7390669Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-12-01T10:22:18.7390804Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.252s) 2022-12-01T10:22:18.7390940Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:22:18.7391087Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7391231Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7391383Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7391536Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7391687Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7391817Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7391964Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7392110Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7392255Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7392397Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7392539Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7392680Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7392823Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7392954Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7393094Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7393232Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7393369Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7393501Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7393639Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7393777Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7393925Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7394056Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7394227Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7394367Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7394503Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7394640Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7394774Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7394911Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7395045Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7395182Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7395325Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7395476Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.7395661Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7395807Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7395953Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7396150Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7396295Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7396425Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7396567Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7396709Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7396851Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7396995Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7397143Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7397294Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.348s) 2022-12-01T10:22:18.7397444Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-12-01T10:22:18.7397577Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7397718Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.224s) 2022-12-01T10:22:18.7397859Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:22:18.7398001Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7398144Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7398288Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7398430Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7398572Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7398711Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7398844Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.324s) 2022-12-01T10:22:18.7398986Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.345s) 2022-12-01T10:22:18.7399125Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7399265Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.225s) 2022-12-01T10:22:18.7399405Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-12-01T10:22:18.7399576Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7399715Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7399852Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7399978Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7400114Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7400276Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:22:18.7400434Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-12-01T10:22:18.7400589Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7400743Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.7400887Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7401055Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7401187Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:22:18.7401333Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.7401472Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7401611Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7401748Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7401884Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7402021Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7402153Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7402281Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7402417Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7402562Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7402706Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7402846Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7402981Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7403123Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.138s) 2022-12-01T10:22:18.7403267Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-12-01T10:22:18.7403394Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7403533Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:22:18.7403672Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.7403806Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7403941Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7404078Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7404215Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7404350Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7404483Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7404678Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7404921Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7405071Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7405224Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.083s) 2022-12-01T10:22:18.7405378Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.110s) 2022-12-01T10:22:18.7405528Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7405678Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.535s) 2022-12-01T10:22:18.7405821Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.522s) 2022-12-01T10:22:18.7405956Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7406098Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7406240Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7406420Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7406570Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7406715Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7406857Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7407000Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7407127Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7407266Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7407401Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7407539Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7407679Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7407827Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7407968Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7408115Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.140s) 2022-12-01T10:22:18.7408249Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:22:18.7408393Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:22:18.7408538Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7408680Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7408824Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-12-01T10:22:18.7408967Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7409110Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7409251Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7409377Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7409516Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7409667Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7409810Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7409962Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7410112Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7410291Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7410437Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7410566Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7410706Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7410851Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7410996Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7411141Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7411281Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7411423Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7411570Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7411789Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7411955Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7412104Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7412247Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7412391Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7412535Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7412677Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7412819Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7412959Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413090Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413230Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413367Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413514Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413662Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413809Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7413952Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7414095Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7414224Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7414388Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7414659Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7414818Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7414978Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7415132Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7415286Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7415440Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7415578Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7415732Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7415941Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.7416082Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7416225Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-12-01T10:22:18.7416368Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.7416508Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7416649Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7416787Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7416911Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7417047Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-12-01T10:22:18.7417199Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7417381Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7417533Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7417688Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7417836Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7417984Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7418116Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7418255Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7418396Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7418541Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7418684Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7418826Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7418967Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7419104Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7419234Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.294s) 2022-12-01T10:22:18.7419374Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:22:18.7419511Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7419647Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-12-01T10:22:18.7419784Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-12-01T10:22:18.7419930Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7420075Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.504s) 2022-12-01T10:22:18.7420220Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.492s) 2022-12-01T10:22:18.7420352Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-12-01T10:22:18.7420492Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.296s) 2022-12-01T10:22:18.7420629Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.321s) 2022-12-01T10:22:18.7420770Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7420914Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7421089Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7421231Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7421373Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7421498Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7421633Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7421767Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7421903Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7422040Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7422192Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7422344Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7422526Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7422659Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7422798Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7422944Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7423091Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7423233Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7423373Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7423516Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7423656Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7423798Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7423926Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7424066Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7424205Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7424340Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7424492Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7424645Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7424785Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7424923Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7425054Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7425198Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7425340Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7425479Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7425618Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7425757Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7425894Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7426030Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7426152Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7426286Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7426465Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7426608Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7426747Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7426893Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7427039Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7427179Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7427308Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7427449Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7427589Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7427731Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7427927Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7428069Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7428214Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7428350Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7428481Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7428618Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7428767Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7428912Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7429055Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7429199Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7429341Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7429482Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7429608Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7429747Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7429887Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7430103Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7430242Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7430383Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7430524Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7430673Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.460s) 2022-12-01T10:22:18.7430804Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7430947Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-12-01T10:22:18.7431091Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7431234Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-12-01T10:22:18.7431374Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-12-01T10:22:18.7431514Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7431651Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7431819Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7431960Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7432083Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7432229Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7432367Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7432508Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:22:18.7432651Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.392s) 2022-12-01T10:22:18.7432791Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.388s) 2022-12-01T10:22:18.7432929Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7433063Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7433215Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7433353Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7433487Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7433630Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7433768Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7433913Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7434055Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7434194Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7434319Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7434458Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7434595Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7434731Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7434866Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7435003Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7435137Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7435281Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7435404Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7435549Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7435691Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7435835Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7435974Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7436112Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7436251Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7436385Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7436508Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7436640Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7436776Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7436909Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7437085Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7437229Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7437381Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7437552Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7437690Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7437838Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7437987Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438130Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438274Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438416Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438583Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438724Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438855Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7438983Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7439114Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7439246Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7439376Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7439504Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7439630Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7439755Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7439868Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7439989Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7440108Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7440230Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7440349Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7440478Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7440597Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7440728Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7440849Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7440977Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7441108Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7441236Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7441358Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7441477Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7441601Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7441724Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7441843Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7441968Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7442103Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7442268Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7442400Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7442529Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7442654Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7442825Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7442942Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7443207Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7443362Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7443531Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7455657Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7456034Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7456273Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7456660Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7456836Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7457044Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7457248Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7457452Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7457662Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7457869Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7458068Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7458254Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7458483Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7458707Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.7458930Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.7459150Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7459364Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7459579Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7459805Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.7460013Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7460228Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7460444Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7460649Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7460863Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7461066Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7461278Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7461495Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7461698Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7461915Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7462132Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7462332Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7462527Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7462834Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7463041Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7463235Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7463424Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7463665Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7463889Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7464101Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7464310Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7464547Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7464793Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7465095Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7465314Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7465541Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7465771Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7465988Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7466190Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7466388Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7466602Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7466807Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7466983Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7467175Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7467360Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7467553Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7467749Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7467942Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7468142Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7468328Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7468498Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7468676Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7468869Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7469065Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7469270Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7469480Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7469683Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7469888Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7470166Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7470362Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7470556Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7470753Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7470968Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7471262Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7471475Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7471680Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7471878Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7472102Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7472310Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7472516Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7472721Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7472931Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7473151Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7473347Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7473618Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7473829Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7474036Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7474244Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7474455Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7474662Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7474867Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7475057Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7475266Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7475473Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7475694Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7475913Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7476109Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7476309Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7476516Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7476704Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7476911Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7477108Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7477311Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7477510Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7477730Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7477950Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7478169Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7478371Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7479706Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7479913Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7480116Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7480322Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7480514Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7480703Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7480989Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7481176Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7481369Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7481556Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7481742Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7481928Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7482110Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7482294Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7482500Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7482683Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7482892Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7483096Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7483383Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7483591Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7483788Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7483973Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7484160Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7484386Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7484598Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7484785Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7484958Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7485163Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7485339Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7485513Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7485673Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7485847Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7486014Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7486203Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7486447Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7486684Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7486955Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7492891Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7493239Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7493539Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7493824Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7494099Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7494375Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7494835Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7495080Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7516013Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7516305Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7516553Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7516934Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7517182Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7517421Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7517606Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7517796Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7518008Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7518170Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7518286Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7518406Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7518520Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7518649Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7518850Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7518981Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7519107Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7519226Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7519349Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7519485Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7519615Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7519749Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7519882Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7520019Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7520144Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7520264Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7520388Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7520512Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7520634Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7520758Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7520880Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521003Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521129Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521248Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521372Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521492Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521631Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7521764Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7521894Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522031Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522166Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522283Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522445Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522569Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522694Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522817Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7522941Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7523064Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7523183Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7523303Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7523426Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7523549Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7523703Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7523823Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7523937Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7524054Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7524166Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7524272Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7524388Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7524503Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7524625Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7524747Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7524869Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7524992Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7525112Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7525224Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7525340Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7525454Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7525578Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7525702Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7525823Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7525943Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7526063Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7526173Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7526291Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7526407Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7526539Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7526663Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7526788Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7526911Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7527034Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7527151Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7527324Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7527449Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7527573Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7527698Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7527829Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7527953Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7528071Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7528194Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7528317Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7528438Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7528563Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7528711Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7528834Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7528958Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7529075Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7529196Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7529324Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7529448Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7529569Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7529689Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7529813Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7529934Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7530049Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7530164Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7530282Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7530403Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7530521Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7530656Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7531066Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7531205Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7531522Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7531654Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7531787Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7531919Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7532049Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7532348Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7532649Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7532983Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7533282Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7533581Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7533712Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7533843Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7533984Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.166s) 2022-12-01T10:22:18.7534122Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-12-01T10:22:18.7534254Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7534392Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-12-01T10:22:18.7534783Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.7534919Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7535052Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7535177Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7535307Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7535439Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7535567Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7535690Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7535822Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7535955Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7536079Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7536198Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7536323Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7536442Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7536567Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7536693Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7536815Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7536943Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7537075Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7537207Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7537335Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7537460Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7537585Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7537708Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7537814Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7537935Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7538058Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7538185Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7538306Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7538496Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7538629Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7538757Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7538870Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7538996Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7539119Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7539239Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7539364Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7539483Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7539614Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7539751Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7539901Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7540033Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7540164Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7540294Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7540421Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7540547Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7540688Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7540813Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7540938Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7541071Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7541210Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7541350Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7541489Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7541625Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7541762Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7541893Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7542013Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7542145Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7542276Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7542408Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7542541Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7542675Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7542806Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7542944Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7543070Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7543205Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7543338Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7543470Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7543599Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7543761Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7543896Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7544026Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7544145Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7544277Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7544408Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7544539Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7544671Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7544803Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7544931Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7545063Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7545204Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7545334Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7545463Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7545609Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7545753Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7545892Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7546036Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7546177Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7546306Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7546447Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7546586Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7546730Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7546878Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7547022Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7547171Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7547322Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7547457Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7547600Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7547747Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7547889Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7548027Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-12-01T10:22:18.7548163Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7548310Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7548451Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7548584Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7548724Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7548893Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7549031Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7549176Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7549311Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7549445Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7549584Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7549713Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7549839Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7550053Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7550191Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7550351Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7550481Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7550610Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7550733Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7550839Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7550962Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7551085Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7551268Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7551442Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7551637Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7551821Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-12-01T10:22:18.7552000Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7552181Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7552344Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7552520Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7552692Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7552864Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7553030Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7553197Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7553363Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7553551Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7553730Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7553912Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7554104Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-12-01T10:22:18.7554329Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7554515Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7554703Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7554887Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7555066Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7555242Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7555418Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7555625Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7555794Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7555925Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7556048Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7556181Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7556315Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7556445Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7556575Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7556701Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7556812Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7556937Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7557059Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7557182Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7557305Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7557427Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7557557Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7557682Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7557828Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7557953Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7558080Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7558207Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7558328Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7558449Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7558570Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7558702Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7558813Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7558944Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7559071Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7559198Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7559351Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7559476Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7559601Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7559711Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7559845Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7559974Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7560105Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7560238Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7560367Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7560495Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7560626Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7560767Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7560897Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7561027Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7561150Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7561279Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7561408Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7561535Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7561661Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7561771Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7561894Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7562020Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7562145Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7562269Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7562391Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7562525Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7562653Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7562767Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7562890Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7563013Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7563139Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7563260Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7563387Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7563510Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7563644Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7563759Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7563895Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7564030Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7564164Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7564293Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7564426Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7564595Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7564725Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7564838Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7564963Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7565088Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7565216Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7565341Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7565470Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7565594Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7565708Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7565829Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7565978Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7566103Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7566224Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7566347Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.7566476Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7566603Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7566718Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7566841Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7566963Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7567086Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7567211Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7567332Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7567453Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7567572Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7567897Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7568036Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7568172Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7568304Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7568433Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7568739Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7569032Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7569332Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7569628Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7569908Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7570202Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7570339Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7570505Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7570638Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7570771Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7571061Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7571346Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7571626Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7571902Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7572194Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7572513Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7572651Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7572786Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7572920Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-12-01T10:22:18.7573053Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7573347Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7573639Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7573936Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7574212Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7574631Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7574935Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7575075Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.109s) 2022-12-01T10:22:18.7575213Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.7575346Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:22:18.7575481Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-12-01T10:22:18.7575781Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7576077Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7576352Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7576643Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7576938Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7577231Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7577431Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-12-01T10:22:18.7577570Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7577703Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7577836Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7578132Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7578415Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7578709Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7579003Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7579336Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7579634Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7579774Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.7579912Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:22:18.7580044Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:22:18.7580176Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7580460Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7580756Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7581049Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7581339Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7581632Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7581921Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7582062Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7582198Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7582338Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.7582472Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7582751Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7583039Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7583329Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7583617Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7583908Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7584236Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7584373Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7584512Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7584644Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7584765Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7585053Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T10:22:18.7585346Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7585638Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7585981Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7586271Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7586566Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7586704Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7586840Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7586962Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-12-01T10:22:18.7587093Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7587388Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7587686Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7587978Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7588268Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7588558Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7588854Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7588991Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7589130Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7589415Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7589713Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7590093Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7590389Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7590687Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7590982Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7591150Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7591287Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7591583Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7591873Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7592152Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7592444Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7592736Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7593063Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7593206Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7593343Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7593641Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7593930Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7594226Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7594510Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7594805Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7595098Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7595236Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7595375Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7595510Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7595642Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-12-01T10:22:18.7595939Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7596240Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7596531Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7596809Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7597102Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7597392Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7597529Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7597666Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7597831Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7597965Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7598260Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7598549Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7598827Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7599123Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7599415Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7599734Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7599877Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7600016Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7600151Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-12-01T10:22:18.7600288Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7600587Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7600871Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7601170Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7601467Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7601764Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7602058Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7602190Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7602322Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7602616Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7602906Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7603195Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7603475Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7603767Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7604060Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7604190Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7604321Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7604645Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7604942Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7605227Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7605516Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7605803Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7606082Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7606213Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7606348Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7606672Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7606968Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7607259Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7607547Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7607845Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7607976Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7608096Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7608230Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.7608364Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.7608493Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7608622Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7608752Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7608878Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7609002Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7609113Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7609239Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7609365Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7609497Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7609631Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7609757Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7609881Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7610004Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7610113Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7610241Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7610362Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7610499Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7610680Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7610820Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7610957Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7611093Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7611222Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7611358Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7611492Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7611628Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7611759Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7611887Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7612019Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7612180Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7612294Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7612424Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7612547Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7612670Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7612797Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7612921Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7613052Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7613163Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7613296Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7613428Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7613557Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7613684Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7613809Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7613936Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7614061Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7614174Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7614306Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7614434Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7614724Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7614858Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7614986Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7615112Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7615234Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7615345Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7615467Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7615598Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7615729Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7615859Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7615987Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7616169Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7616295Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7616402Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7616530Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7616654Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7616784Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7616909Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7617038Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7617163Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7617287Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7617400Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7617558Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7617678Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7617800Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7617926Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7618059Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7618184Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7618334Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7618458Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7618581Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7618704Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7618826Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7618945Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7619065Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7619189Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7619316Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7619451Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7619586Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7619723Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.7619854Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7619988Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7620121Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7620252Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7620372Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7620500Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7620631Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7620759Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7620887Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7621020Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7621150Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7621280Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7621431Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7621567Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7621697Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7621827Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7621956Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7622091Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7622220Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7622360Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7622487Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7622626Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7622760Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7622921Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7623054Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7623183Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7623314Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7623445Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7623562Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7623691Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7623826Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7623955Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7624096Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7624236Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7624372Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7624505Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7624626Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7624758Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7624888Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7625019Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7625149Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7625280Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7625421Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7625550Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7625676Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7625814Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7625949Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7626081Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7626213Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7626344Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7626474Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7626633Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7626752Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7626882Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7627021Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7627154Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7627296Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7627438Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7627578Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7627719Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7627842Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7627979Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7628159Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7628293Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7628428Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7628559Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7628692Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7628823Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7628937Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7629068Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7629199Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7629334Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7629462Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7629590Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7629719Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7629845Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7630028Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7630153Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7630281Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7630406Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7630539Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7630671Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7630808Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7630939Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7631055Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7631185Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7631314Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7631442Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7631568Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7631692Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7631817Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7631963Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7632099Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7632227Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7632359Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7632493Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7632625Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7632754Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7632883Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633000Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633128Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633258Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633421Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633550Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633681Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7633814Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7633943Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7634061Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7634186Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7634315Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7634444Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7634574Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7634700Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7634823Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7634946Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7635056Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7635176Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7635301Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7635421Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7635547Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7635670Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7635798Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7635920Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7636026Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7636142Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7636262Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7636388Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7636520Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7636647Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7636777Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7636906Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7637022Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7637180Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7637310Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7637435Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7637561Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7637708Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-12-01T10:22:18.7637858Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.360s) 2022-12-01T10:22:18.7638006Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.368s) 2022-12-01T10:22:18.7638137Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-12-01T10:22:18.7638284Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.309s) 2022-12-01T10:22:18.7638425Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.268s) 2022-12-01T10:22:18.7638592Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7638735Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7638872Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7639006Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7639139Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7639259Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7639407Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-12-01T10:22:18.7639557Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:22:18.7639703Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:22:18.7639840Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7639974Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7640103Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7640229Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7640349Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7640479Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7640606Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7640731Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7640855Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7640976Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7641097Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7641225Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7641334Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7641462Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7641586Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7641714Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7641843Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7641968Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7642094Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7642213Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7642358Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7642486Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7642614Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7642737Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7642869Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7643001Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7643128Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7643243Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7643367Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7643486Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7643608Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7643760Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7643884Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7644011Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7644138Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7644257Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7644386Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7644512Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7644638Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7644758Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7644878Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7644999Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7645125Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7645232Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7645370Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7645507Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7645642Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7645781Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7645915Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7646058Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.7646200Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7646327Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7646460Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7646591Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7646725Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7646858Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7646989Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7647122Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7647256Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7647382Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7647554Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7647696Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7647835Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7647970Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7648104Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7648237Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7648370Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7648489Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7648616Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7648746Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7648879Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7649041Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7649174Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7649313Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7649452Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7649574Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7649709Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7649843Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7649975Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7650106Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7650240Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7650375Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7650507Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7650632Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7650766Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7650909Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-12-01T10:22:18.7651050Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7651187Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7651322Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7651459Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7651595Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7651717Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7651849Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7651985Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7652120Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7652251Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7652381Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7652511Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-12-01T10:22:18.7652644Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7652787Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7652914Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7653034Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7653161Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7653285Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7653421Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.144s) 2022-12-01T10:22:18.7653564Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.204s) 2022-12-01T10:22:18.7653706Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-12-01T10:22:18.7653829Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.227s) 2022-12-01T10:22:18.7653964Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-12-01T10:22:18.7654098Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.145s) 2022-12-01T10:22:18.7654260Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.147s) 2022-12-01T10:22:18.7654389Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-12-01T10:22:18.7654638Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7654774Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-12-01T10:22:18.7654914Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7655033Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7655170Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7655308Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7655442Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7655576Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7655710Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7655842Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7655975Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7656089Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7656213Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7656340Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7656464Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7656586Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7656710Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7656833Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7656955Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7657063Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7657183Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7657322Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7657454Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7657598Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7657738Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7657876Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7658011Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7658192Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7658326Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7658460Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7658593Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7658727Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7658860Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7658993Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7659126Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7659244Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7659374Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7659507Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7659678Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7659808Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7659936Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7660066Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7660183Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7660310Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7660437Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7660567Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7660700Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7660829Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7660956Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7661083Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7661276Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7661475Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7661682Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7661890Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7662088Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7662284Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7662471Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7662668Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7662860Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7663051Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7663243Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7663457Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7663665Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7663864Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7664077Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7664285Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7664487Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7664689Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7664916Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7665111Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7665301Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7665472Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7665669Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7665863Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7665999Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7666129Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7666262Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7666391Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7666522Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7666650Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7666766Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7666894Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7667022Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7667150Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7667278Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7667402Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7667533Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7667678Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-12-01T10:22:18.7667809Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7667936Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7668060Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7668184Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7668305Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7668429Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7668580Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7668691Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7668810Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7668935Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7669062Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7669190Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7669318Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7669443Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7669565Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7669671Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7669791Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7670035Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7670164Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7670317Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7670468Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7670618Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7670767Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7670898Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7671041Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7671187Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7671331Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7671481Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7671627Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7671773Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7671918Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7672047Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7672190Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7672333Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7672479Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7672631Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7672778Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7672922Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7673066Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7673206Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7673332Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7673475Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7673613Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7673780Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7673911Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7674044Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7674177Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7674309Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7674429Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7674558Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7674686Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7674814Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7674945Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7675090Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7675267Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-12-01T10:22:18.7675410Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:22:18.7675544Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7675683Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.7675818Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:22:18.7675945Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7676066Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7676196Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.089s) 2022-12-01T10:22:18.7676328Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7676456Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7676565Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7676688Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7676810Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7676930Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7677047Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7677167Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7677289Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7677418Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7677538Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7677672Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7677804Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7677932Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7678055Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7678176Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7678301Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7678422Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7678528Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7678649Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7678771Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7678991Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7679174Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T10:22:18.7679366Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T10:22:18.7679555Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T10:22:18.7679745Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T10:22:18.7679916Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T10:22:18.7680097Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7680277Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7680486Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7680659Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7680829Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7681004Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7681179Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7681379Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7681578Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7681770Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7681972Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7682173Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7682377Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7682571Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7682764Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7682957Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7683143Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7683338Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7683528Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7683709Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:22:18.7683843Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7684016Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7684154Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7684290Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7684423Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7684555Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7684688Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7684808Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7684938Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7685065Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7685212Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7685343Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7685497Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7685632Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7685761Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7685884Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7686022Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7686156Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7686287Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7686418Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7686547Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7686678Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7686825Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7686942Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7687071Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7687197Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7687335Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7687461Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7687599Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7687736Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7687873Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7687997Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7688128Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7688256Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7688385Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7688513Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7688641Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7688770Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7688899Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7689023Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7689184Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7689319Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7689482Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.175s) 2022-12-01T10:22:18.7689651Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-12-01T10:22:18.7689828Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7690004Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-12-01T10:22:18.7690180Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-12-01T10:22:18.7690325Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7690458Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7690630Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7690788Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7690940Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7691091Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7691237Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7691383Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7691530Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-12-01T10:22:18.7691658Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7691798Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7691943Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.423s) 2022-12-01T10:22:18.7692088Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.365s) 2022-12-01T10:22:18.7692244Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7692398Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7692565Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7692725Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7692882Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7693025Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7693183Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7693338Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7693489Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7693638Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7693791Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7693942Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7694094Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7694229Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7694372Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7694724Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7694882Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7695034Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7695185Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-12-01T10:22:18.7695336Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-12-01T10:22:18.7695488Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7695633Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7695768Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7695925Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7696138Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7696290Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7696437Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7696578Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7696974Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7697126Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7697264Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-12-01T10:22:18.7697426Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7697582Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7697742Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.166s) 2022-12-01T10:22:18.7697902Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-12-01T10:22:18.7698057Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7698213Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-12-01T10:22:18.7698363Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.7698516Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7698654Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7698811Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7698962Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7699115Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-12-01T10:22:18.7699264Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7699413Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.308s) 2022-12-01T10:22:18.7699556Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.261s) 2022-12-01T10:22:18.7699772Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T10:22:18.7699985Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-12-01T10:22:18.7700228Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T10:22:18.7700435Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T10:22:18.7700636Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-12-01T10:22:18.7700836Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T10:22:18.7701037Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T10:22:18.7701235Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T10:22:18.7701381Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7701559Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7701701Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7701832Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7701969Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7702105Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7702244Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7702385Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7702530Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7702676Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7702817Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7702944Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7703087Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7703228Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7703378Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7703527Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7703675Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7703828Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7703984Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7704134Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7704273Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.192s) 2022-12-01T10:22:18.7704421Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.962s) 2022-12-01T10:22:18.7704570Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.997s) 2022-12-01T10:22:18.7704715Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.279s) 2022-12-01T10:22:18.7704862Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.934s) 2022-12-01T10:22:18.7705003Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.692s) 2022-12-01T10:22:18.7705166Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7705302Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.146s) 2022-12-01T10:22:18.7705420Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-12-01T10:22:18.7705548Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7705674Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-12-01T10:22:18.7705798Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.7705932Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7706067Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7706203Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7706336Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7706457Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7706618Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7706748Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7706872Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707002Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707133Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707264Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707390Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7707504Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707631Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707757Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7707881Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7708002Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7708125Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7708254Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7708386Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7708503Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7708640Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7708774Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7708908Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7709038Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7709172Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7709303Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7709431Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7709546Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7709671Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7709800Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7710006Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7710137Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7710270Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7710398Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7710597Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7710711Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7710839Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7710961Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7711081Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7711200Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7711324Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7711450Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7711560Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-12-01T10:22:18.7711693Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.155s) 2022-12-01T10:22:18.7711830Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-12-01T10:22:18.7711989Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-12-01T10:22:18.7712118Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-12-01T10:22:18.7712246Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7712370Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7712492Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-12-01T10:22:18.7712604Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7712724Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7712876Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:22:18.7713029Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7713182Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7713334Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7713482Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7713624Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7713757Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7713896Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7714030Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7714170Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7714310Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7714449Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7714585Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7714720Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7714840Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7714972Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7715102Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7715233Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7715364Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7715497Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7715632Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7715795Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7715916Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7716046Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7716172Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7716303Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7716433Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7716564Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7716692Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7716819Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7716942Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7717078Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7717234Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7717365Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7717493Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7717622Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7717747Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7717874Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7717989Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7718117Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7718250Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7718377Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7718510Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7718640Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7718768Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.7718898Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7719013Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7719139Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7719265Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7719387Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7719507Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7719632Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7719756Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7719884Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7719996Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7720128Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.211s) 2022-12-01T10:22:18.7720259Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.223s) 2022-12-01T10:22:18.7720385Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7720513Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-12-01T10:22:18.7720639Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-12-01T10:22:18.7720765Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:22:18.7720888Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:22:18.7721042Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7721167Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-12-01T10:22:18.7721287Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.087s) 2022-12-01T10:22:18.7721416Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7721541Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7721675Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7721806Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7721932Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7722047Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7722172Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7722301Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7722447Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7722572Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7722694Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7722819Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7722940Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7723070Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-12-01T10:22:18.7723199Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7723324Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7723449Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7723577Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7723702Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7723824Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7723936Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7724061Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7724194Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7724532Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7724668Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7724975Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7725112Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7725245Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7725377Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7725496Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7725797Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7726086Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7726385Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7726680Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7727009Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T10:22:18.7727140Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7727263Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7727393Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7727511Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7727642Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7727768Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7727892Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7728017Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7728142Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7728293Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7728400Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7728523Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7728642Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7728780Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7728911Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7729050Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7729186Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7729319Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7729437Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7729570Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7729700Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7729830Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7729958Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7730087Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7730213Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7730336Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7730452Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7730577Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7730701Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7730828Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7730953Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731073Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731200Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731324Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731445Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731572Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731702Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7731832Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7731959Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7732118Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7732248Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7732372Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7732488Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7732615Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7732741Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7732864Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7732992Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7733123Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-12-01T10:22:18.7733250Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7733375Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7733515Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7733643Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7733761Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7733886Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7734010Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7734140Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7734266Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7734386Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7734668Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7734799Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7734931Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7735062Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7735188Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7735314Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7735438Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7735550Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7735679Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7735805Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7735937Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7736072Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7736202Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7736332Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7736463Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7736571Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7736691Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7736817Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7736944Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7737075Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7737199Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7737334Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-12-01T10:22:18.7737527Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-12-01T10:22:18.7737645Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7737777Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7737906Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:22:18.7738039Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-12-01T10:22:18.7738166Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7738291Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7738419Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7738547Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7738660Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7738796Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7738969Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.7739104Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-12-01T10:22:18.7739242Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7739378Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7739518Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7739656Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7739776Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7739911Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7740043Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7740179Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7740313Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7740445Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7740585Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7740719Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7740837Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7740968Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7741097Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7741226Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7741357Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7741493Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7741634Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7741772Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7741891Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7742021Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7742148Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7742278Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7742409Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7742543Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7742682Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7742849Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7742973Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7743106Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7743239Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7743370Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-12-01T10:22:18.7743503Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7743633Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7743760Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7743895Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7744014Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7744180Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7744310Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7744443Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7744570Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-12-01T10:22:18.7744697Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7744825Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7744935Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7745060Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7745182Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7745324Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7745467Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7745613Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-12-01T10:22:18.7745756Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-12-01T10:22:18.7745897Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7746037Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-12-01T10:22:18.7746163Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7746301Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7746437Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7746571Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7746712Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7746850Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7746994Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7747130Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7747262Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-12-01T10:22:18.7747405Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7747546Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-12-01T10:22:18.7747686Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7747821Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7747987Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7748130Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7748269Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7748394Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7748531Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7748666Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7748795Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7748920Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7749050Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7749180Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7749311Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7749454Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7749581Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7749706Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7749831Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7750062Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7750204Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7750338Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7750469Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7750592Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7750729Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7750867Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7750998Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7751129Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7751259Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7751388Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7751518Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7751633Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7751762Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7751890Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7752024Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7752153Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7752291Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7752422Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7752540Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7752668Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7752794Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7752919Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7753044Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7753166Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7753323Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7753450Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7753560Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7753686Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7753815Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-12-01T10:22:18.7753944Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-12-01T10:22:18.7754070Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7754193Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7754443Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7754580Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7754709Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.172s) 2022-12-01T10:22:18.7754881Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-12-01T10:22:18.7755015Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7755149Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-12-01T10:22:18.7755281Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-12-01T10:22:18.7755411Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7755543Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-12-01T10:22:18.7755674Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7755792Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-12-01T10:22:18.7755919Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7756045Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7756169Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7756294Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7756414Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7756533Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7756655Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7756763Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7756892Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7757015Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7757146Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-12-01T10:22:18.7757274Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7757403Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7757529Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7757651Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7757761Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7757886Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7758005Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7758126Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7758248Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7758374Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7758496Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7758666Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7758782Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7758905Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759024Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7759142Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7759263Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759382Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759502Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759611Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759729Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759858Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7759985Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7760150Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7760281Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7760406Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7760533Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-12-01T10:22:18.7760642Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7760760Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7760876Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7760998Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7761119Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7761253Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7761373Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7761505Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.046s) 2022-12-01T10:22:18.7761624Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-12-01T10:22:18.7761755Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7761881Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7762007Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7762132Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7762256Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7762379Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7762500Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T10:22:18.7762626Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7762758Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7762885Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763016Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763144Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763267Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763387Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763501Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763625Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7763760Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7763931Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7764073Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T10:22:18.7764211Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-12-01T10:22:18.7764348Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7764483Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7764606Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7764738Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7764869Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7764999Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7765128Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7765320Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7765509Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7765704Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7765878Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7766010Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7766139Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-12-01T10:22:18.7766269Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7766395Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7766521Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7766646Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7766772Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7766883Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7767005Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7767130Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7767264Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7767399Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7767526Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7767650Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7767781Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7767901Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-12-01T10:22:18.7768029Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-12-01T10:22:18.7768162Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7768287Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7768411Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7768533Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-12-01T10:22:18.7768654Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-12-01T10:22:18.7768777Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-12-01T10:22:18.7768884Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-12-01T10:22:18.7769019Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7769155Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7769327Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-12-01T10:22:18.7769457Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7769585Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-12-01T10:22:18.7769710Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7769831Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7769939Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7770063Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7770188Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7770318Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7770441Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.040s) 2022-12-01T10:22:18.7770579Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-12-01T10:22:18.7770743Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7770878Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-12-01T10:22:18.7770995Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:22:18.7771124Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-12-01T10:22:18.7771253Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.7771384Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7771512Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7771636Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7771761Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7771878Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7772032Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-12-01T10:22:18.7772185Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7772338Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7772488Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7772637Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7772785Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-12-01T10:22:18.7772925Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7773059Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7773189Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7773331Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-12-01T10:22:18.7773469Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:22:18.7773605Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7773740Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7773872Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-12-01T10:22:18.7774005Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7774134Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7774255Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7774388Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7774673Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-12-01T10:22:18.7774806Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7774939Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.086s) 2022-12-01T10:22:18.7775072Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-12-01T10:22:18.7775202Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7775328Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-12-01T10:22:18.7775436Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-12-01T10:22:18.7775570Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-12-01T10:22:18.7775712Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.105s) 2022-12-01T10:22:18.7775850Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-12-01T10:22:18.7775987Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-12-01T10:22:18.7776174Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-12-01T10:22:18.7776305Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-12-01T10:22:18.7776437Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7776550Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7776684Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-12-01T10:22:18.7776817Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7776950Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7777080Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7777210Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-12-01T10:22:18.7777340Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-12-01T10:22:18.7777456Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7777580Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7777701Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7777827Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7777949Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-12-01T10:22:18.7778080Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-12-01T10:22:18.7778208Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7778342Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-12-01T10:22:18.7778461Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-12-01T10:22:18.7778593Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7778728Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-12-01T10:22:18.7778862Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-12-01T10:22:18.7778992Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-12-01T10:22:18.7779119Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7779244Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7779364Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7779476Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7779600Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-12-01T10:22:18.7779732Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7779860Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7780028Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:22:18.7780159Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-12-01T10:22:18.7780286Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-12-01T10:22:18.7780413Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7780524Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7780647Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7780771Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7780894Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-12-01T10:22:18.7781022Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7781148Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7781284Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7781442Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7781561Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7781687Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7781814Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7781940Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7782067Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7782190Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7782312Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-12-01T10:22:18.7782437Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7782549Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-12-01T10:22:18.7782560Z 2022-12-01T10:22:18.7782807Z ---------------------------------------------------------------------- 2022-12-01T10:22:18.7782890Z Ran 7098 tests in 850.699s 2022-12-01T10:22:18.7782895Z 2022-12-01T10:22:18.7782995Z OK (skipped=448, expected failures=32) 2022-12-01T10:22:18.7783000Z 2022-12-01T10:22:18.7783086Z Generating XML reports... 2022-12-01T10:22:18.7783417Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201100806.xml 2022-12-01T10:22:18.7783696Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201100806.xml 2022-12-01T10:22:18.7783702Z 2022-12-01T10:22:18.7784327Z ##[endgroup] 2022-12-01T10:22:18.7784586Z FINISHED PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_06y_xqif) 2022-12-01T10:22:18.7784606Z 2022-12-01T10:22:20.2214333Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:20.2873042Z Ignoring disabled issues: [] 2022-12-01T10:22:20.3011061Z Running test_binary_ufuncs ... [2022-12-01 10:22:20.300728] 2022-12-01T10:22:20.3012286Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:20.301007] 2022-12-01T10:22:42.1136955Z 2022-12-01T10:22:42.1138172Z Expand the folded group to see the log file of test_dataloader 2022-12-01T10:22:42.1141840Z ##[group]PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_fsrwnr18) 2022-12-01T10:22:42.1165223Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-12-01T10:22:42.1165903Z 2022-12-01T10:22:42.1166363Z Running tests... 2022-12-01T10:22:42.1167008Z ---------------------------------------------------------------------- 2022-12-01T10:22:42.1167576Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-12-01T10:22:42.1168826Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1217112Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1218316Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1218978Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1219792Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1220380Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1221184Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1221815Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1222766Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1223635Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1224417Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1225042Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1225828Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1226404Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1227181Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1227799Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1228572Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1229137Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1229926Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1230555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1231346Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1231931Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1232711Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1233332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1234102Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1234699Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1235487Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1236096Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1236886Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1237469Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1238238Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1238841Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1239614Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1240327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1241097Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1241722Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1242503Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1243086Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1243744Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1244460Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1245234Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1245819Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1246686Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1247309Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1248073Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1248641Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1249418Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1250036Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1250776Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1251306Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1252013Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1252699Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1253608Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1254199Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1255346Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1256043Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1256856Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1257416Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1258212Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1258870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1259672Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1260291Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1261130Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1261844Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1262790Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1263388Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1264175Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1264949Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1265756Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1266351Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1267125Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1267807Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1268612Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1269203Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1270088Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1270727Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1271640Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1272242Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1273023Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1273651Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1274455Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1275032Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1275814Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1276438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1277241Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1277822Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1278519Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1279074Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1279823Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1280417Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1281206Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1281848Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1282630Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1283185Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1283912Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1284521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1285216Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1285737Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1286452Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1287068Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1287862Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1288565Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1289346Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1289957Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1290754Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1291348Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1292117Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1292747Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1293532Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1294127Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1295112Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1295740Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1296533Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1297126Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1297898Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1298519Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1299308Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1299880Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1300648Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1301221Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1302022Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1302599Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1303376Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1303991Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1304760Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1305350Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1306137Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1306760Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1307539Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1308123Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1308903Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1309522Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1310382Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1310975Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1311844Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1312454Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1313240Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1313872Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1314660Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1315259Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1315939Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1316481Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1317251Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1317955Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1318746Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1319335Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1320106Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1320710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1321509Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1322095Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1322861Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1323482Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1324228Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1324755Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1325477Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1326198Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1327136Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1327724Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1328586Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1329292Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1330101Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1330664Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1331475Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1332117Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1332953Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1333535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1334444Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1335388Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1336321Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1336918Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1337706Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1338318Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1339119Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1339716Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1340507Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1341120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1341915Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1342579Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1343358Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1343987Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1344387Z ok (41.075s) 2022-12-01T10:22:42.1344782Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.003s) 2022-12-01T10:22:42.1345291Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:22:42.1345834Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:22:42.1346409Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:22:42.1346957Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:22:42.1347493Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:22:42.1364285Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:22:42.1365456Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1366066Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1367070Z test_batch_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1367738Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1368534Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1369163Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1369943Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1370541Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1371332Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1371960Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1372617Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1373208Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1374106Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1374848Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1375647Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1376243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1377031Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1377678Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1378080Z ok (1.802s) 2022-12-01T10:22:42.1379529Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:42.1380655Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.082s) 2022-12-01T10:22:42.1381171Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.107s) 2022-12-01T10:22:42.1381743Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1382306Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1382825Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1383367Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1385595Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py:172: 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:22:42.1386922Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-12-01T10:22:42.1387311Z ok (0.003s) 2022-12-01T10:22:42.1387689Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1388270Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1388822Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1389364Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1389992Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1390561Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1391104Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1391629Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1392125Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1392576Z test_error_in_init (__main__.TestDataLoader) ... ok (0.095s) 2022-12-01T10:22:42.1393030Z test_error_workers (__main__.TestDataLoader) ... ok (0.068s) 2022-12-01T10:22:42.1393521Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.006s) 2022-12-01T10:22:42.1394028Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.130s) 2022-12-01T10:22:42.1394925Z test_get_worker_info (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1395663Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1396391Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1397179Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1397659Z ok (2.591s) 2022-12-01T10:22:42.1398048Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1398555Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:22:42.1399109Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.005s) 2022-12-01T10:22:42.1399822Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:22:42.1400531Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1401633Z test_large_sampler_indices (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1402348Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1403169Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1403830Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1404253Z ok (2.248s) 2022-12-01T10:22:42.1404590Z test_len (__main__.TestDataLoader) ... ok (0.008s) 2022-12-01T10:22:42.1405150Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.168s) 2022-12-01T10:22:42.1406476Z test_multiple_dataloaders (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1407185Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1407986Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1408620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1409420Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1410003Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1410797Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1411427Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1412224Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1412800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1413581Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1414218Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1415340Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1415926Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1416716Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1417347Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1417733Z ok (2.552s) 2022-12-01T10:22:42.1419189Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:42.1421432Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:42.1422779Z test_no_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1423383Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1424170Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1424796Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1425205Z ok (1.325s) 2022-12-01T10:22:42.1425572Z test_numpy (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:22:42.1426154Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:22:42.1426608Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1427043Z test_partial_workers (__main__.TestDataLoader) 2022-12-01T10:22:42.1428490Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1429369Z test_proper_exit (__main__.TestDataLoader) 2022-12-01T10:22:42.1430997Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-12-01T10:22:42.1432090Z test_random_sampler (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:22:42.1432598Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1433143Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1434080Z test_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1434712Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1435466Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1436057Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1436809Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1437301Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1438197Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1438822Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1439699Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1440357Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1441221Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1442044Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1442931Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1443568Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1444444Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1445216Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1445585Z ok (1.777s) 2022-12-01T10:22:42.1445974Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.026s) 2022-12-01T10:22:42.1446843Z test_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1447593Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1448455Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1449235Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1449690Z ok (2.291s) 2022-12-01T10:22:42.1451317Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1452528Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.121s) 2022-12-01T10:22:42.1453101Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.037s) 2022-12-01T10:22:42.1453664Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.019s) 2022-12-01T10:22:42.1454298Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1455134Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.174s) 2022-12-01T10:22:42.1455599Z test_shuffle (__main__.TestDataLoader) ... ok (0.054s) 2022-12-01T10:22:42.1456049Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.045s) 2022-12-01T10:22:42.1456508Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.047s) 2022-12-01T10:22:42.1457892Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1458998Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.154s) 2022-12-01T10:22:42.1459678Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1460252Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.302s) 2022-12-01T10:22:42.1460732Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.196s) 2022-12-01T10:22:42.1461739Z test_timeout (__main__.TestDataLoader) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1462457Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1463223Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1463852Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1464272Z ok (2.206s) 2022-12-01T10:22:42.1464641Z test_typing (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:22:42.1466198Z test_worker_init_fn (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1468683Z test_worker_seed (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1470825Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1471875Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-12-01T10:22:42.1473438Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1474522Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:22:42.1475127Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:22:42.1476760Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:22:42.1478959Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1481149Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77769 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1483369Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80757 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1484375Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.099s) 2022-12-01T10:22:42.1485015Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1485725Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1486406Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1487089Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1487757Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1488513Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1489192Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1489860Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1490444Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1491074Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1491741Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1492451Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1493179Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1495210Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1496363Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1496983Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.087s) 2022-12-01T10:22:42.1498693Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78017 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1499920Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:22:42.1500613Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.095s) 2022-12-01T10:22:42.1501736Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1502490Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1503315Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1503966Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1504340Z ok (2.537s) 2022-12-01T10:22:42.1504701Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:22:42.1505474Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:22:42.1506224Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-12-01T10:22:42.1507981Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73055 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.007s) 2022-12-01T10:22:42.1509151Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:22:42.1510400Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1511435Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1512379Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1513110Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1513583Z ok (2.762s) 2022-12-01T10:22:42.1514089Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.008s) 2022-12-01T10:22:42.1514794Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.065s) 2022-12-01T10:22:42.1516970Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1519240Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1521467Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1523619Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1524726Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1525348Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-12-01T10:22:42.1525960Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1526560Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:22:42.1528021Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1529218Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:22:42.1531024Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-12-01T10:22:42.1532266Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:22:42.1533017Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1533814Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1535236Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1536143Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1537043Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1537820Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1538604Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1539184Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1539905Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1540448Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1541208Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1541780Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1542786Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1543454Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1544337Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1544919Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1545694Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1546321Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1546721Z ok (1.681s) 2022-12-01T10:22:42.1547222Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.017s) 2022-12-01T10:22:42.1548357Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:22:42.1549205Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:22:42.1550228Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:22:42.1550863Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:22:42.1551254Z ok (2.526s) 2022-12-01T10:22:42.1552784Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1553989Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.121s) 2022-12-01T10:22:42.1554660Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.038s) 2022-12-01T10:22:42.1555290Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.020s) 2022-12-01T10:22:42.1555991Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1556673Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.192s) 2022-12-01T10:22:42.1557281Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.054s) 2022-12-01T10:22:42.1557868Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.046s) 2022-12-01T10:22:42.1558492Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.048s) 2022-12-01T10:22:42.1560175Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1561474Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.173s) 2022-12-01T10:22:42.1562169Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1562861Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.337s) 2022-12-01T10:22:42.1563502Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.241s) 2022-12-01T10:22:42.1565228Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:42.1566177Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:22:42.1567762Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1569909Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1571997Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:22:42.1573015Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:22:42.1573522Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:22:42.1574109Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:22:42.1574826Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-12-01T10:22:42.1575425Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:22:42.1576002Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:22:42.1576565Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:22:42.1577110Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-12-01T10:22:42.1577584Z Indices generated by random_split ... ok (0.004s) 2022-12-01T10:22:42.1578086Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.016s) 2022-12-01T10:22:42.1578667Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1579262Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1579888Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1580451Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.042s) 2022-12-01T10:22:42.1582211Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:22:42.1583337Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.004s) 2022-12-01T10:22:42.1583915Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.073s) 2022-12-01T10:22:42.1584481Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:22:42.1585018Z test_getitem (__main__.TestTensorDataset) ... ok (0.007s) 2022-12-01T10:22:42.1585493Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.005s) 2022-12-01T10:22:42.1585943Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-12-01T10:22:42.1586417Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.006s) 2022-12-01T10:22:42.1586961Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:22:42.1587212Z 2022-12-01T10:22:42.1587584Z ---------------------------------------------------------------------- 2022-12-01T10:22:42.1587996Z Ran 168 tests in 73.216s 2022-12-01T10:22:42.1588196Z 2022-12-01T10:22:42.1588321Z OK (skipped=46) 2022-12-01T10:22:42.1588511Z 2022-12-01T10:22:42.1588658Z Generating XML reports... 2022-12-01T10:22:42.1589509Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201102128.xml 2022-12-01T10:22:42.1590647Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201102128.xml 2022-12-01T10:22:42.1591582Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201102128.xml 2022-12-01T10:22:42.1592613Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201102128.xml 2022-12-01T10:22:42.1593677Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201102128.xml 2022-12-01T10:22:42.1594664Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201102128.xml 2022-12-01T10:22:42.1595669Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201102128.xml 2022-12-01T10:22:42.1596649Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201102128.xml 2022-12-01T10:22:42.1597576Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201102128.xml 2022-12-01T10:22:42.1598520Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201102128.xml 2022-12-01T10:22:42.1599451Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201102128.xml 2022-12-01T10:22:42.1600374Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201102128.xml 2022-12-01T10:22:42.1601172Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201102128.xml 2022-12-01T10:22:42.1602111Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201102128.xml 2022-12-01T10:22:42.1603103Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201102128.xml 2022-12-01T10:22:42.1603540Z 2022-12-01T10:22:42.1604109Z ##[endgroup] 2022-12-01T10:22:42.1604790Z FINISHED PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_fsrwnr18) 2022-12-01T10:22:42.1605165Z 2022-12-01T10:22:43.7565298Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:43.8198546Z Ignoring disabled issues: [] 2022-12-01T10:22:43.8332804Z Running test_optim ... [2022-12-01 10:22:43.833055] 2022-12-01T10:22:43.8335555Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:43.833362] 2022-12-01T10:23:30.6014033Z 2022-12-01T10:23:30.6015108Z Expand the folded group to see the log file of test_optim 2022-12-01T10:23:30.6016154Z ##[group]PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_iuiv2djh) 2022-12-01T10:23:30.6016901Z Test results will be stored in test-reports/python-unittest/test_optim 2022-12-01T10:23:30.6017186Z 2022-12-01T10:23:30.6017286Z Running tests... 2022-12-01T10:23:30.6021700Z ---------------------------------------------------------------------- 2022-12-01T10:23:30.6022314Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.257s) 2022-12-01T10:23:30.6022895Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-12-01T10:23:30.6023462Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.004s) 2022-12-01T10:23:30.6057346Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:23:30.6058236Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:23:30.6058836Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.009s) 2022-12-01T10:23:30.6059647Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.069s) 2022-12-01T10:23:30.6060203Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:23:30.6060812Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6062823Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6146171Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6148407Z ok (0.002s) 2022-12-01T10:23:30.6149941Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6151648Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6153326Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6154837Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6156473Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6158695Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6160868Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6163036Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6165201Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6167348Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6169437Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6171535Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-12-01T10:23:30.6175764Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6180130Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6181886Z ok (0.003s) 2022-12-01T10:23:30.6183581Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6185463Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6187346Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6189692Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6192061Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6194307Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6196589Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6198840Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6201246Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6203493Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6205740Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6207992Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6210209Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6212480Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6213305Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6214174Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6215189Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6217224Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6218723Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6219296Z ok (0.002s) 2022-12-01T10:23:30.6220632Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:23:30.6221563Z warnings.warn(msg, FutureWarning) 2022-12-01T10:23:30.6221890Z ok (0.002s) 2022-12-01T10:23:30.6222266Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6222732Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6223298Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6223851Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6224353Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6224873Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6225391Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6226730Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... Test test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/87748 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6228619Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87748 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:30.6229498Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:23:30.6230068Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-12-01T10:23:30.6230622Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-12-01T10:23:30.6231223Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6231720Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6232257Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6232814Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6233323Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6233815Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6234341Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6234830Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6235308Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6235888Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6236457Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6236987Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6237492Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6239648Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-12-01T10:23:30.6241061Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:23:30.6241464Z ok (0.003s) 2022-12-01T10:23:30.6241858Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6243850Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6245410Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6245900Z ok (0.002s) 2022-12-01T10:23:30.6246298Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6246915Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6247501Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6249550Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6251098Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6251571Z ok (0.002s) 2022-12-01T10:23:30.6251982Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6254050Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6255760Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6256238Z ok (0.002s) 2022-12-01T10:23:30.6256656Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6257183Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6259201Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6260778Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6261254Z ok (0.002s) 2022-12-01T10:23:30.6261662Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6262202Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6262791Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6263378Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.107s) 2022-12-01T10:23:30.6263902Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6264442Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6264998Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6265539Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6266098Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6266662Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6267198Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-12-01T10:23:30.6267729Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6268260Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6268878Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6269416Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6271402Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6272816Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6273251Z ok (0.002s) 2022-12-01T10:23:30.6273695Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6274280Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6274763Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6275228Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6275704Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6276176Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6276633Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6277106Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6277579Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6278083Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6279953Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6281382Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6283250Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-12-01T10:23:30.6284441Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-12-01T10:23:30.6284806Z ok (0.002s) 2022-12-01T10:23:30.6285160Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6285614Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6286071Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6286493Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6286986Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6287530Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6287997Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6288498Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6289111Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.001s) 2022-12-01T10:23:30.6289627Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.003s) 2022-12-01T10:23:30.6290121Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-12-01T10:23:30.6291955Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6293404Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6293854Z ok (2.364s) 2022-12-01T10:23:30.6294215Z test_adadelta_complex (__main__.TestOptim) ... ok (0.005s) 2022-12-01T10:23:30.6294795Z test_adagrad (__main__.TestOptim) ... ok (3.215s) 2022-12-01T10:23:30.6295221Z test_adagrad_complex (__main__.TestOptim) ... ok (0.006s) 2022-12-01T10:23:30.6295660Z test_adagrad_sparse (__main__.TestOptim) ... ok (11.661s) 2022-12-01T10:23:30.6296050Z test_adam (__main__.TestOptim) ... ok (7.872s) 2022-12-01T10:23:30.6297074Z test_adamax (__main__.TestOptim) ... Test test_adamax (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86474 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6298859Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86474 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:30.6300303Z test_adamw (__main__.TestOptim) ... Test test_adamw (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86435 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6302075Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86435 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:30.6303645Z test_asgd (__main__.TestOptim) ... Test test_asgd (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86763 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6305415Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86763 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:23:30.6306287Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:23:30.6306826Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-12-01T10:23:30.6307336Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:23:30.6307846Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:23:30.6308255Z test_lbfgs (__main__.TestOptim) ... ok (0.302s) 2022-12-01T10:23:30.6308672Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-12-01T10:23:30.6309123Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-12-01T10:23:30.6310231Z test_nadam (__main__.TestOptim) ... Test test_nadam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/68171 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6312001Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68171 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:30.6312903Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.001s) 2022-12-01T10:23:30.6313942Z test_radam (__main__.TestOptim) ... Test test_radam (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86389 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6315700Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86389 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:23:30.6317141Z test_rmsprop (__main__.TestOptim) ... Test test_rmsprop (__main__.TestOptim) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/86433 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:23:30.6318903Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-12-01T10:23:30.6319709Z test_rprop (__main__.TestOptim) ... ok (2.538s) 2022-12-01T10:23:30.6321488Z test_sgd (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-12-01T10:23:30.6322888Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-12-01T10:23:30.6323337Z ok (5.846s) 2022-12-01T10:23:30.6323682Z test_sgd_complex (__main__.TestOptim) ... ok (0.010s) 2022-12-01T10:23:30.6324096Z test_sgd_sparse (__main__.TestOptim) ... ok (8.545s) 2022-12-01T10:23:30.6324503Z test_sparse_adam (__main__.TestOptim) ... ok (2.080s) 2022-12-01T10:23:30.6324960Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.009s) 2022-12-01T10:23:30.6325458Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.005s) 2022-12-01T10:23:30.6325956Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.005s) 2022-12-01T10:23:30.6326510Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.001s) 2022-12-01T10:23:30.6327000Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.004s) 2022-12-01T10:23:30.6327467Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.009s) 2022-12-01T10:23:30.6327917Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.035s) 2022-12-01T10:23:30.6328354Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.023s) 2022-12-01T10:23:30.6328601Z 2022-12-01T10:23:30.6328937Z ---------------------------------------------------------------------- 2022-12-01T10:23:30.6329326Z Ran 149 tests in 45.350s 2022-12-01T10:23:30.6329516Z 2022-12-01T10:23:30.6329634Z OK (skipped=8) 2022-12-01T10:23:30.6329811Z 2022-12-01T10:23:30.6329948Z Generating XML reports... 2022-12-01T10:23:30.6330684Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201102244.xml 2022-12-01T10:23:30.6331590Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201102244.xml 2022-12-01T10:23:30.6332445Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20221201102244.xml 2022-12-01T10:23:30.6333246Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201102244.xml 2022-12-01T10:23:30.6333596Z 2022-12-01T10:23:30.6334103Z ##[endgroup] 2022-12-01T10:23:30.6334839Z FINISHED PRINTING LOG FILE of test_optim (/var/lib/jenkins/workspace/test/test-reports/test_optim_iuiv2djh) 2022-12-01T10:23:30.6335185Z 2022-12-01T10:23:32.7633319Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:32.8809381Z Ignoring disabled issues: [] 2022-12-01T10:23:32.9044031Z Running test_jit_llga_fuser ... [2022-12-01 10:23:32.904037] 2022-12-01T10:23:32.9046647Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:32.904354] 2022-12-01T10:23:38.8339559Z 2022-12-01T10:23:38.8340138Z Expand the folded group to see the log file of test_binary_ufuncs 2022-12-01T10:23:38.8341420Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_opwe5e9r) 2022-12-01T10:23:38.8354346Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-12-01T10:23:38.8355502Z 2022-12-01T10:23:38.8356106Z Running tests... 2022-12-01T10:23:38.8367577Z ---------------------------------------------------------------------- 2022-12-01T10:23:38.8368605Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8369150Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8369696Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8370234Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8371147Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8371654Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8372242Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8372831Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8373432Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8374007Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8377990Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8378641Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8379250Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8380140Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8380764Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8381396Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8382002Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8382629Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8383256Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8383931Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8384458Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8384986Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8385584Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8386105Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8386655Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8387299Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8388487Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8389242Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8390062Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8390798Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8391521Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8392243Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8392977Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8393690Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8394386Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8395092Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8395798Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8396481Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8397182Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8397890Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8398646Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8399375Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8400120Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8400871Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8401607Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8402337Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8403077Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8403818Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8404653Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8405378Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8406094Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8406784Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8407514Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8408284Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8409047Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8409750Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8410483Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8411294Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8411848Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8412370Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8412903Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8413795Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8414285Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8415101Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8415724Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8416355Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8416955Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8417573Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8418184Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8418785Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8419388Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8420009Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8420653Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8421285Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8421933Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8422571Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8423208Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8423819Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8424451Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8425085Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8425700Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8426343Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8427196Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8427737Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8428267Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8429134Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8430042Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8430747Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8431450Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8432166Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8432887Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8433708Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8434432Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8435136Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8435835Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8436541Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8437253Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8437967Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8438660Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8439367Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8440061Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8440766Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8441460Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8442166Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8442879Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8443599Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8444334Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8464605Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8465349Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8466070Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8466841Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8467577Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8468285Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8469032Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8469839Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8470555Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8471434Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8472170Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8472895Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8473603Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8474398Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8475129Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8475754Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8476356Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8476978Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8477691Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8478324Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8478931Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8479574Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8480235Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8480870Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8481515Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8482626Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8483458Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8484172Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8484900Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8485629Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8486318Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8487087Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8487863Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8488569Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8489264Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8490381Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8491104Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8491818Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8492513Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8493225Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8493926Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8494674Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8495332Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8496012Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8496551Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8497082Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8497643Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8498197Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8498729Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8499283Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8499833Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8500376Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8500968Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8501509Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8502524Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8503234Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8503938Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8504638Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8505334Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8506011Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8506704Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8507484Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8508260Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8508974Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8509700Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8510497Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8511203Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8511937Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8512665Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8513381Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8514078Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8514776Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8515663Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8516268Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8516887Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8517500Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8518119Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8518728Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8519437Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8520057Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8520662Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8521285Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8521880Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8522706Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8523402Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8524107Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8524828Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8525603Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8526294Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8527023Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8527759Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8528459Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8529160Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8529863Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8530576Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8531278Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8531985Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8532678Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8533291Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8533944Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8534983Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8535537Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8536073Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8536617Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8537173Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8537701Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8538234Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8539070Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8540086Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8540798Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8541519Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8542243Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8542951Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8543837Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8544587Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8545302Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8545990Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8546803Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8547531Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8548254Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8548964Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8549622Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8550436Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8551163Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8551825Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8552390Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8552959Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8553541Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8554085Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8554640Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8555205Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8555742Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8556289Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8557447Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8558188Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8558905Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8559641Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8560364Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8561089Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8561851Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8562615Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8563348Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8564067Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8564812Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8565543Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8566268Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8566977Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8567730Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8568360Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8569090Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8569763Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8570312Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8570865Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8571391Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8571933Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8572476Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8573070Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8573599Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8574143Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8574784Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8575821Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8576691Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8577409Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8578121Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8578823Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8579532Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8580246Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8580972Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8581740Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8582451Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8583138Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8583833Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8584543Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8585272Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8586000Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8586711Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8587429Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8588147Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8588842Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8589521Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8590404Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8591328Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8592055Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8592791Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8593529Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8594248Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8594973Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8595699Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8596423Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8597131Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8597980Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8599081Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8599913Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8600608Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8601328Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8602043Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8602755Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8603459Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8604224Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8604997Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8605690Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8606400Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8607107Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8607810Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8608513Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8609240Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8609986Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8611066Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8611675Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8612451Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8613091Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8613711Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8614365Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8615143Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8615755Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8616513Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8617151Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8617781Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8618386Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8619113Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8619655Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8620196Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8621379Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8622201Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8623043Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8623733Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8624448Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8625161Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8625859Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8626602Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8627397Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8628150Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8628870Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8629604Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8630413Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8631142Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8631859Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8632589Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8633303Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8633879Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8634461Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8635201Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8635829Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8636438Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8637054Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8637664Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.8638229Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:38.8638770Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.515s) 2022-12-01T10:23:38.8639369Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.8640015Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8640682Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8641420Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8642114Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8642849Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8643563Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8644304Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8645031Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8645724Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8646484Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8647336Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8648047Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8648739Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8649446Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8650167Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8650856Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8651562Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8652267Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8652964Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8653578Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8654136Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8654994Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8655626Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8656246Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8656892Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8657537Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8658150Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8658790Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8659413Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8660028Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8660627Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8661328Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8661895Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8662417Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8662968Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8663633Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8664487Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8665265Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8665983Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8666716Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8667449Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8668161Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8668877Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8669584Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8670460Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8671176Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8671926Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8672668Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8673359Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8674058Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8674771Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8675466Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8676164Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8676884Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8677586Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8679519Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:23:38.8680661Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:23:38.8681181Z ok (0.003s) 2022-12-01T10:23:38.8681793Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.8682445Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.8683085Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.8683724Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.8684362Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.8684991Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8685597Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8686217Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8686836Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8687433Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8688150Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8688892Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.8689492Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.8690025Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.8690564Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8691599Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8692469Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8693160Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8693880Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8694850Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8695550Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8696261Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8696968Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8697670Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8698335Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8699086Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8699822Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8700538Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8701247Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8701971Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8703858Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:23:38.8705015Z result = torch.complex(real, imag) 2022-12-01T10:23:38.8705419Z ok (0.006s) 2022-12-01T10:23:38.8705972Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8706698Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8707373Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8707915Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8708444Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8709344Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8710007Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8710616Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8711253Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8711850Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8712431Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8713181Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8713809Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8714412Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8715033Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8715648Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8716264Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8716863Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8717505Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8718164Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8718866Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8719493Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8720209Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8720771Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8721333Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8721898Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8723192Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8723978Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8724746Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8725515Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8726263Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8727006Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8727727Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8728467Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8729198Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8729954Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8730717Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8731493Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8732268Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8732999Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8733748Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8734641Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8735384Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8736097Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8736919Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8737643Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8738383Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8739101Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8739855Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8740418Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8740953Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8741513Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8742562Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8743296Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8744081Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8744807Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8745537Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8746257Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8797318Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8798090Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8798825Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8799593Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8800339Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8801033Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8801752Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8802473Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8803179Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8803901Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8804562Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8805287Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8806011Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8806756Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8807313Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8807858Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8808384Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8809430Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8810252Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8810967Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8811695Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8812681Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8813465Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8814237Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8815158Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8815930Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8816703Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8817448Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8818179Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8819058Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8819881Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8820659Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8821351Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8822058Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8822742Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8823426Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8824120Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8824798Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8825673Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8826442Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8827205Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8827962Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8828747Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8829531Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8830387Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8831131Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8831911Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8832680Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8833432Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8834156Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8834877Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8835598Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8836308Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8836940Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8837571Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8838205Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8838816Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8839425Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8840005Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8840678Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8841462Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8842159Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8842915Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8843589Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8844331Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8845074Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8845819Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.8846564Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.8847314Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8848056Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8848792Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8849524Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8850227Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8850883Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8851584Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8852342Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8853116Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:38.8853885Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.8854799Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8855548Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8856297Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8857022Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8857753Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8858480Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8859275Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8859976Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8860955Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8861675Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8862373Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8863078Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8863806Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8864504Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8865169Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8865846Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8866539Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8867323Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8868037Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8868754Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8869452Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8870262Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8871062Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8871657Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8872218Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8872825Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8873445Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8874067Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8874676Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8875289Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8875918Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8876513Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8877115Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8877848Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8878550Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8879241Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8879940Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8880637Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8881349Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8882031Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8882729Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8883422Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8884101Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8884897Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8885605Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8886283Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8886953Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8887624Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8888281Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8888964Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8889542Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8890149Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8890760Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8891416Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8892024Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8892624Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8893199Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8893802Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8894408Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8895135Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8895712Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8896553Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8897298Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8898022Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8898764Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8899520Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8900243Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8900963Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8901698Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8902418Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8903150Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8903862Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8904580Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8905297Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8905996Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8906844Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8907462Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8908071Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8908667Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8909425Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8910136Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8910751Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8911394Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8912035Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8912672Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8913314Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8913939Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8914571Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8915509Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8916223Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8916942Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8917667Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8918393Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8919104Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8919906Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8920765Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8921591Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8922453Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8923321Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8924187Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8925055Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8926091Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8926994Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8927802Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8928624Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8929459Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8930350Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8931253Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8932174Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8933203Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8933896Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8935355Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8936279Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8937187Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8938090Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8939105Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8939987Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8940878Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.8941671Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8942352Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8943044Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8943729Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8944380Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8945050Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8945748Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8946438Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.8947155Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.8947882Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.8948599Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8949318Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8950095Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8950808Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8951595Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8952138Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8953131Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8953848Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8954547Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8955235Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8955949Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8956647Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8957453Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8958133Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8958815Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8959494Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8960224Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8960943Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8961689Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8962453Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8963202Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8963916Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8964817Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8965548Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8966306Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8967012Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8967745Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8980674Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8981595Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8982552Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8983348Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8984113Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8984908Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8985654Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8986390Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8987112Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8987922Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8988467Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8989020Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8989633Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8990266Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8990903Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8991550Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8992183Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8992827Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8993508Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.8994349Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8994997Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8995685Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8996339Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8997025Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8997694Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8998318Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8998951Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.8999601Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9000401Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9001066Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9001539Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9002402Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9003234Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9003900Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9004588Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9005309Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9006059Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9006783Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9007518Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9008266Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9008991Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9009747Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9010526Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9011246Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9011969Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9012691Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9013421Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9014144Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9015150Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9015720Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9016213Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9016887Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9017588Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9018547Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9019235Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9019920Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9020595Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9021303Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9022081Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9022847Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9023644Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9024450Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9025012Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9025693Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9026277Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9026828Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9027401Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9027905Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9028432Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9029675Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9030570Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9031236Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9031985Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9032716Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9033436Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9034113Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9034829Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9035545Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9036265Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9037018Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9037785Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9038527Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9039219Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9039883Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9040590Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9041384Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9041950Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9042522Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9043159Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9043826Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9044398Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9045016Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9045632Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9046236Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9046831Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9047382Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9047960Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9048588Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9049356Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9050021Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9050617Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9051261Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9051890Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9052587Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9053257Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9053863Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9054670Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9055567Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9056539Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9057243Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9057909Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9058641Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9059405Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9060103Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9060804Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9061502Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9062200Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9062943Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9063711Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9064501Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9065240Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9065959Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9066672Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9067560Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9068371Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9068923Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9069466Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9070163Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9070736Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9071257Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9071955Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9072555Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9073346Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9073937Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9074519Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9075075Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9075605Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9076261Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9077057Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9077830Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9078607Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9079360Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9080133Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9080856Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9081627Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9082481Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9083065Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9083839Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9085002Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9085820Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9086623Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9087467Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9088344Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9089757Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9091364Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9092842Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9094264Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9095878Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9097182Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9098389Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9099541Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9100542Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9101812Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9103169Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9104332Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9105517Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9106796Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9108067Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9109239Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9110192Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9110992Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9111798Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9112614Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9113701Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9114504Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9115299Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9116128Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9117157Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9117973Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9118807Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9119619Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9120470Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9121356Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9122228Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9123191Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9124000Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9124853Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9125734Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9126391Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9127068Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9127655Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9128489Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9129191Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9130315Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9131503Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9132591Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9133847Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9135320Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9136590Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9137818Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9139149Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9140237Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9142178Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9143600Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9145070Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9146473Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9147938Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9149616Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9151190Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9152629Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9153922Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9155035Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9156203Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9157241Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9158522Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9159714Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9160899Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9162047Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9163372Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9164690Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9165964Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9167423Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9168762Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9170412Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9179071Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9180546Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9182093Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9183394Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9184504Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9185605Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9186875Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9188089Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9189292Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9190233Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9190819Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9191632Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9192453Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9193217Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9194068Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9194845Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9195624Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9196384Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9197161Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9197984Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9198602Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9199103Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9199931Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9201043Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9201784Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9202464Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9203210Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9203960Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9204685Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9205338Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9206076Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9206910Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9207630Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9208361Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9209105Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9209834Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9210542Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9211260Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9211925Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9212629Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9213372Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9213937Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9214776Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9215404Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9215931Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9216616Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9217205Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9217827Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9218465Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9219112Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9219720Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9220345Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9220917Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9221566Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9222204Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9222885Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9223654Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9224290Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9224568Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9224845Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9225146Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9225452Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.261s) 2022-12-01T10:23:38.9225852Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:23:38.9226153Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.023s) 2022-12-01T10:23:38.9226449Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:23:38.9226834Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:23:38.9227184Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:23:38.9227411Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:23:38.9227637Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:23:38.9227857Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:23:38.9228101Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9228738Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:38.9229197Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9229560Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9230051Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9230400Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9230723Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9231027Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9231353Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9231704Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9232043Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9232355Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9232719Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9233105Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9233456Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9233770Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9234089Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9234432Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9234731Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9235049Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9235378Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9235697Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9236131Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9236489Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9236819Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9237165Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9237514Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9237952Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9238383Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9238827Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9239366Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9239722Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9240057Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9240357Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9240689Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9241000Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9241318Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9241637Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9242019Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9242268Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9242511Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9242737Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9242953Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9243188Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9243414Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:38.9243666Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9243950Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:38.9244203Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9244465Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9244699Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9244968Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9245238Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9245497Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9245758Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9245992Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9246235Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9246584Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9246941Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9247182Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9247432Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9247905Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less 2022-12-01T10:23:38.9248151Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:38.9248426Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:23:38.9248712Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:38.9249001Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:23:38.9249236Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:38.9249590Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:23:38.9249841Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-12-01T10:23:38.9249952Z ok (0.040s) 2022-12-01T10:23:38.9250305Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:38.9250696Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9251045Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9251410Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9251727Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9252072Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9252436Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9252829Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9253239Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:38.9253610Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:38.9254024Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9254440Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:38.9254970Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9255357Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9255725Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:38.9256123Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9256520Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9256881Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9257402Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:38.9257770Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:38.9258186Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9258560Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:38.9259025Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9259319Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9259607Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:38.9260030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9260347Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:38.9260665Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9260969Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9261300Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9261613Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9261928Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:38.9262250Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9262565Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:38.9262879Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9263191Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:38.9263510Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:38.9263831Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:23:38.9264127Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:23:38.9264457Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:38.9264785Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9265100Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:23:38.9265413Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:38.9266179Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:23:38.9266608Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:23:38.9267034Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:23:38.9267563Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:23:38.9267985Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:38.9268413Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:38.9268831Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:23:38.9269258Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:23:38.9269673Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:23:38.9270207Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:23:38.9270716Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:23:38.9271159Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:38.9271577Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9272000Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:23:38.9272397Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:38.9272771Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:38.9273150Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9273581Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9274014Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9274417Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9274808Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9275229Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:38.9275610Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9275984Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:38.9276356Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:38.9276759Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:38.9277186Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9277609Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9278013Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9278434Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9278996Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9279426Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9279838Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9280269Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:38.9280668Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9281063Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9281382Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9281713Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9282115Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9282447Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9282799Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9283206Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9283460Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9283745Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9283994Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9284257Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9284504Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9284771Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9285031Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9285263Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9285522Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9285782Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9286000Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9286227Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9286489Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9286741Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9287000Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9287246Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9287467Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9287724Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9287993Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9288253Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9288494Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9288715Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9289073Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9289679Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9290048Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9290328Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9290631Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9290961Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9291299Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9291617Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9291934Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9292267Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9292713Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9293043Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9293351Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9293696Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9294051Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9294363Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9294871Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9295200Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9295569Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9295896Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9296189Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9296488Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9296785Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9297163Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9297543Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9297873Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9298137Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9298413Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9298675Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9298947Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9299209Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9299468Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9299748Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9300052Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9300338Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9300794Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9301052Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9301368Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9301674Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9301980Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9302274Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9302529Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9302790Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9303037Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9303314Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9303698Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9304005Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9304307Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9304608Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9304870Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9305170Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9305439Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9305733Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9306005Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9306282Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9306551Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9306806Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9307073Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9307376Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9307657Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9307971Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9308245Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9308538Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9308857Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9309170Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9309471Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9309891Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9310156Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9310416Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9310649Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9311102Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9311580Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9311826Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9312097Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9312392Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9312693Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9312976Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9313255Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9313524Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9313792Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9314067Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9314425Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9314727Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9314981Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9315389Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9315710Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9316039Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9316382Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9316715Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9317060Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9317413Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9317765Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9318112Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9318451Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9318768Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9319113Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9319474Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9319836Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9320192Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9320525Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9320865Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9321190Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9321613Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9321899Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9322169Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9322435Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9322814Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9323091Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9323339Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9323606Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9323874Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9324104Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9324377Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9324658Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9324890Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9325268Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9325540Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9325805Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9326073Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9326316Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9326582Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9326853Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9327125Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9327376Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9327613Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9327855Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9328078Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9328317Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9328861Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9329240Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9329546Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9329866Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9330216Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9330584Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9330917Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9331268Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9331609Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9331918Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9332220Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9332527Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9332836Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9333298Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9333631Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9334015Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9334379Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9334906Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9335249Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9335599Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9335959Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9336310Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9336826Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9337199Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9337609Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9338006Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9338396Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9338743Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9339083Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9339401Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9339825Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9340130Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9340463Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9340794Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9341121Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9341417Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9341755Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9342083Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9342410Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9342721Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9343034Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9343318Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9343640Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9343950Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9344290Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9344589Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9345039Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9345351Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9345660Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9345928Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9346303Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9346536Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9346748Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9346988Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9347219Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9347452Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9347770Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9348298Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9348599Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9348925Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9349280Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9349658Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9350091Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9350452Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9350811Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9351142Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9351455Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9351774Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9352077Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9352403Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9352836Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:38.9353188Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9353556Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9353899Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9354229Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9354555Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9354880Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9355211Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9355538Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9355876Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9356181Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9356679Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9357035Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9357383Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9357716Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9357993Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9358300Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9358604Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9358886Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9359364Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9359622Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9359969Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9360269Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9360547Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9360836Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9361120Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9361390Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9361685Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9361943Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9362248Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9362545Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9362790Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9363093Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9363398Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9363651Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9363923Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9364224Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9364521Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9364822Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9365101Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9365389Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9365692Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9365985Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9366251Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9366607Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9366821Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9367039Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9367273Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9367634Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9367900Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9368496Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9368854Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9369137Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9369452Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9369784Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9370119Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9370406Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9370744Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9371174Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9371485Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9371774Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9372086Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9372389Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9372714Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9373019Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9373344Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9373688Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9374032Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9374380Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9374897Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9375243Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9375563Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9375873Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9376171Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9376505Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9376836Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9377167Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9377502Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9377816Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9378175Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9378546Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9378890Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9379235Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9379540Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9380064Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9380419Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9380744Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9381026Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9381293Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9381556Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9381865Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9382165Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9382462Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9382859Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9383168Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9383463Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9383840Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9384190Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9384539Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9384886Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9385271Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9385660Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9386013Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9386391Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9386766Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9387097Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9387408Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9387787Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9388119Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9388436Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9388766Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9389525Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9389975Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9390321Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9390822Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9391223Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9391595Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9391969Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9392338Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9392671Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9393002Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9393493Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9393852Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9394218Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9394581Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9394955Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9395301Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9395658Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9395998Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9396339Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9396679Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9397032Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9397373Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9397728Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9398065Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9398424Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9398792Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9399179Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9399553Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9399856Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9400300Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9400562Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9400946Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9401238Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9401498Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9401888Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9402212Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9402533Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9402846Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9403149Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9403469Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9403781Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9404102Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9404501Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9404798Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9405129Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9405466Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9405754Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9406057Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9406377Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9406711Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9407007Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9407318Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9407648Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9407975Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9408263Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9408638Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9408888Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9409149Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9409409Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9409646Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9409893Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9410489Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9410915Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9411252Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9411603Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9411977Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9412457Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9412824Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9413165Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9413515Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9413836Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9414187Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9414723Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9415071Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9415424Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9415905Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9416240Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9416599Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9416957Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9417305Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9417654Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9417980Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9418310Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9418664Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9418999Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9419330Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9419666Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9420014Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9420344Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9420720Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9421088Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9421486Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9421837Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9422239Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9422498Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9422747Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9423123Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9423398Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9423658Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9424131Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9424446Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9424729Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9425036Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9425342Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9425656Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9425967Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9426274Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9426581Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9426975Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9427281Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9427560Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9427880Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9428213Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9428556Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9428856Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9429194Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9429555Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9429966Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9430276Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9430680Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9430946Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9431243Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9431517Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9431779Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9432480Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9432880Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9433202Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9433550Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9433956Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9434337Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9434728Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9435239Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9435647Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9435980Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9436325Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9436651Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9436982Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9437323Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9437662Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9438023Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9438503Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9438887Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9439243Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9439601Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9439949Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9440292Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9440625Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9440996Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9441356Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9441727Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9442066Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9442457Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9442846Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9443238Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9443580Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9443975Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9444240Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9444504Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9444912Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9445213Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9445493Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9445786Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9446098Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9446404Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9446864Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9447203Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9447514Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9447849Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9448156Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9448485Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9448805Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9449104Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9449563Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9449885Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9450193Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9450551Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9450910Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9451253Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9451592Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9451962Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9452414Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9452701Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9452972Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9453276Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9453560Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9453841Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9454140Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9454446Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9454869Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9455466Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9455918Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9456249Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9456622Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9457032Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9457569Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9457979Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9458366Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9458744Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9459086Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9459447Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9459802Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9460167Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9460661Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9461012Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9461382Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9461749Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9462115Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9462464Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9462778Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9463099Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9463427Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9463764Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9464113Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9464447Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9464792Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9465148Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9465536Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9465940Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9466360Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9466781Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9467043Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9467317Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9467582Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9467961Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9468264Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9468542Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9468935Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9469318Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:23:38.9469663Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9470096Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9470402Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9470751Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:38.9471048Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9471373Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9471705Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9472096Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9472380Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9472683Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9473002Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9473337Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9473640Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9473963Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9474293Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9474595Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9474884Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9475162Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9475499Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9475801Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9476059Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9476325Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9476580Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9477309Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9477645Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9477925Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9478201Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9478492Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9478819Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9479136Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9479446Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9479882Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9480187Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9480448Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9480730Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9481024Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9481316Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9481736Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9482067Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9482394Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9482843Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9483192Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9483557Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9483895Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9484231Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9484577Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9484898Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9485209Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9485538Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9485886Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9486204Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9486552Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9486886Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9487244Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9487615Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9487988Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9488361Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9488730Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9488976Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9489219Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9489600Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9489902Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9490210Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9490496Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9490802Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9491244Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9491590Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9491908Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9492218Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9492559Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9492853Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9493178Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9493497Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9493804Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9494260Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9494691Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9494986Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9495316Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:38.9495642Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9495980Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9496284Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9496630Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9496973Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9497364Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9497642Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9497925Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9498217Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9498468Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9498713Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9498959Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9499225Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9499500Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9499752Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9500001Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9500510Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9501085Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9501450Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9502047Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9502511Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9502946Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9503398Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9503830Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9504213Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9504616Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9505155Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9505570Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9505967Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9506420Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9506890Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9507384Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9507874Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9508348Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9508795Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9509218Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9509666Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9510225Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9510693Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9511139Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:23:38.9511621Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:38.9511994Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9512439Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9512748Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9512960Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9513294Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9513481Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9513641Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9513807Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9513971Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9514132Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9514292Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9514449Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9514591Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9514796Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9514948Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9515101Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9515254Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9515405Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9515556Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9515708Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9515857Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9515999Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9516151Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9516300Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9516452Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9516639Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9516789Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9516959Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9517123Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9517281Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9517454Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9517620Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9517780Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9517937Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9518098Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9518259Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9518415Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9518623Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9518774Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9518940Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9519100Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9519268Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9519434Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9519597Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9519754Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9519918Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9520105Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9520252Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9520410Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9520570Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9520726Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9520894Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:38.9521053Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9521228Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9521400Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9521563Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9521709Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9521865Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9522025Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9522179Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9522338Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9522498Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9522660Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9522815Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9522953Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9523105Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9523256Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9523404Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9523554Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9523702Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9523877Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9524028Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9524178Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9524331Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9524491Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9524653Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9524816Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9524973Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9525170Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9525329Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9525486Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9525646Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9525790Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9525950Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9526106Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9526262Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9526422Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9526580Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9526736Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9526891Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9527034Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9527189Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9527344Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9527505Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9527662Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9527826Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9527985Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9528139Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9528297Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9528442Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9528598Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9528755Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9528940Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9529099Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9529255Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9529413Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9529574Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9529734Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9529876Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9530033Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9530188Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9530373Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9530529Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9530683Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9530831Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9530990Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9531132Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9531286Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9531440Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9531598Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9531749Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9531900Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9532050Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9532200Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9532350Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9532488Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9532643Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9532793Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9532953Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9533107Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9533261Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9533413Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9533563Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9533701Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9533847Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9533988Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9534171Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9534320Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9534617Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9534783Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9534948Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9535106Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9535250Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9535406Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9535567Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9535778Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9535933Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9536088Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9536237Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9536389Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9536542Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9536678Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9536830Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9536984Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9537151Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9537314Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9537473Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9537630Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9537791Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9537940Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9538100Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9538263Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9538424Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9538578Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9538735Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9538891Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9539046Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9539198Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9539334Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9539527Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9539680Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9539831Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9539982Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9540129Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9540317Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9540504Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9540691Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9540892Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9541073Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9541256Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9541436Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9541616Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9541795Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9541979Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9542169Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9542348Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9542511Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9542688Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9542865Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9543040Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9543516Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9543900Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9544269Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9544635Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9545002Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9545400Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9545766Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9546134Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9546485Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9546849Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9547249Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9547614Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9547975Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9548339Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9548700Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9549067Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9549251Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9549433Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9549609Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9549861Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9550032Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9550209Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9550394Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9550570Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9550759Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9550946Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9551131Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9551316Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9551499Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9551713Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9551877Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9552054Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9552238Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9552426Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9552611Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9552790Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9552999Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9553174Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9553351Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9553513Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9553884Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9554255Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9554624Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9554989Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9555344Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9555695Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9556060Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-12-01T10:23:38.9556429Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9556803Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9557184Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9557566Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9557946Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9558366Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9558727Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9559102Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9559474Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9559879Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9560262Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9560642Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9561015Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9561392Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9561769Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9562143Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9562511Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9562938Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9563315Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9563697Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9564055Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9564425Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9564794Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9565170Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9565580Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9565952Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9566331Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9566708Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9567110Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9567486Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9567860Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9568231Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9568603Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9568778Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9568938Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9569109Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9569275Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9569444Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9569613Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9569779Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9569945Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9570114Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9570276Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9570427Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9570592Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9570750Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9570914Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9571072Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9571258Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9571421Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9571576Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9571731Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9571878Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9572036Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9572192Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9572347Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9572501Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9572700Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9572852Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9573003Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9573137Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9573286Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9573435Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9573601Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9573761Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9573933Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9574103Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9574268Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9574426Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9574758Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9574919Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9575083Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9575239Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9575404Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9575567Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9575727Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9575886Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9576044Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9576187Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9576344Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9576501Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9576705Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9576858Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9577009Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9577160Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9577303Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9577431Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9577574Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9577715Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9577859Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578011Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578196Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578353Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578505Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578639Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578784Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9578923Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579068Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579207Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579346Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579489Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579634Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579775Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9579903Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580045Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580185Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580326Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580467Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580607Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580761Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9580899Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581023Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581178Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581330Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581487Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581645Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581801Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9581987Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9582138Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9582277Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9582421Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9582572Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9582721Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9582871Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583022Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583173Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583362Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583519Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583658Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583805Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9583955Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584103Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584252Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584399Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584552Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584703Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584844Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9584991Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9585148Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9585303Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9585454Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9585605Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9585752Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9585906Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586043Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586187Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586336Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586483Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586626Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586766Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9586908Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587049Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587235Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587363Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587505Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587644Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587785Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9587924Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588078Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588227Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588376Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588517Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588694Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588843Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9588992Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9589136Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9589286Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9589433Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9589579Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9589712Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9589947Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590097Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590246Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590393Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590536Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590682Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590829Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9590975Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9591114Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9591267Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9591419Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9591571Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9591721Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9591870Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592019Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592164Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592298Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592509Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592660Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592805Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9592952Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593098Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593243Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593391Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593521Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593667Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593815Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9593993Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594137Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594280Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594430Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594578Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594721Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594853Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9594993Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595132Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595275Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595414Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595555Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595694Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595834Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9595966Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596104Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596250Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596397Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596539Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596680Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596820Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9596959Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597086Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597222Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597362Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597499Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597651Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597842Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9597989Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598140Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598271Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598415Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598562Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598706Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598849Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9598988Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599153Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599295Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599424Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599563Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599701Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599842Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9599995Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9600149Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9600299Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9600454Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9600603Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9600739Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9600888Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601040Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601186Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601332Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601477Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601623Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601774Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9601902Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602045Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602189Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602329Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602470Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602610Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602750Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9602930Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9603130Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9603308Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9603485Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9603658Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9603831Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9604010Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9604180Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9604354Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9604560Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9604737Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9604897Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9605070Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9605237Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9605408Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9605581Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9605992Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9606355Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9606715Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9607067Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9607417Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9607758Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9608109Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9608459Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9608807Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9609160Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9609545Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9609944Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9610337Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9610683Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9611031Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9611419Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9611596Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9611759Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9611933Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9612105Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9612276Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9612446Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9612618Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9612790Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9612958Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9613133Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9613296Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9613468Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9613638Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9613806Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9613981Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9614149Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9614320Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9614590Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9614765Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9614938Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9615094Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9615315Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9615490Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9615658Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9616015Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9616373Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9616722Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9617112Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9617468Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9617812Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9618146Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9618497Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9618860Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9619233Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9619594Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9619955Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9620321Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9620681Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9621047Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9621406Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9621770Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9622154Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9622512Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9622910Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9623258Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9623612Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9623974Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9624368Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9624728Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9625094Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9625456Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9625814Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9626175Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9626537Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9626896Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9627252Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9627613Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9627969Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9628322Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9628676Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9629039Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9629396Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9629889Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9630252Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9630416Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9630577Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9630794Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9630953Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9631100Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9631259Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9631452Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9631609Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9631767Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9631922Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632078Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632234Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632390Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632529Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632683Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632835Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9632986Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9633136Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9633286Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9633435Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9633585Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9633714Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9633861Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634006Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634147Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634289Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634432Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634574Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634715Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634841Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9634994Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9635143Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9635337Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9635493Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9635647Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9635798Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9635945Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9636093Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9636232Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9636378Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9636531Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9636714Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9636863Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637007Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637154Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637297Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637423Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637565Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637703Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637841Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9637987Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9638130Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9638290Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9638448Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9638600Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9638761Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9638917Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9639074Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9639236Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9639391Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9639544Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9639697Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9639854Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9639992Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9640145Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9640292Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9640486Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9640639Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9640790Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9640939Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9641095Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9641246Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9641396Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9641557Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9641743Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9641900Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642055Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642208Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642362Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642512Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642652Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642802Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9642963Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9643121Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9643277Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9643432Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9643587Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9643742Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9643902Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644050Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644205Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644360Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644515Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644666Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644817Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9644967Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9645118Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9645267Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9645436Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9645589Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9645741Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9645889Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9646040Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9646189Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9646346Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9646508Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9646655Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9646843Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9646999Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9647153Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9647305Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9647459Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9647614Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9647808Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9647956Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9648104Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9648268Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9648428Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9648585Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9648737Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9657891Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9658113Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9658276Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9658437Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9658583Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9658735Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9658884Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9659035Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9659183Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9659335Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9659487Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9659764Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9659927Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9660068Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9660223Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9660379Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9660534Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9660690Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9660845Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9660993Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9661191Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9661353Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9661577Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9661729Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9661878Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9662036Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9662189Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9662342Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9662499Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9662653Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9662794Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9662944Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9663096Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9663245Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9663408Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9663569Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9663733Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9663895Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9664044Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9664202Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9664372Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9664539Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9664704Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9664868Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9665074Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9665238Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9665397Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9665545Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9665704Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9665859Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9666015Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9666185Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9666354Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9666549Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9666717Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9666887Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667033Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667192Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667353Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667509Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667669Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667828Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9667991Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9668150Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9668306Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9668451Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9668608Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9668768Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9668931Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9669090Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9669249Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9669405Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9669569Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9669715Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9669954Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9670112Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9670271Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9670461Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9670621Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9670779Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9670936Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9671092Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9671234Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9671392Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9671546Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9671739Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9671899Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9672061Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9672221Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9672385Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9672544Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9672690Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9672880Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9673103Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9673321Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9673577Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9673862Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9674292Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9674608Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9674887Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9675158Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9675468Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9675776Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9676114Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9676463Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9676817Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9677172Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9677541Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9677923Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9678257Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9678591Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9678906Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9679145Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9679336Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9679533Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9679729Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9680002Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9680194Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9680373Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9680570Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9680766Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9680961Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9681153Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9681353Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9681653Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9681826Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9681980Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9682126Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9682284Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9682439Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9682590Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9682742Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9682890Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9683041Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9683184Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9683321Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9683470Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9683621Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9683784Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9683945Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9684150Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9684318Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9684480Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9684637Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9684812Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9684968Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9685165Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9685321Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9685511Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9685667Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9685850Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:38.9686015Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9686179Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9686325Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9686488Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9686644Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9686805Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9686963Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9687124Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9687279Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9687431Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9687585Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9687727Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9687876Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9688029Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9688180Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9688329Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9688477Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9688627Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9688781Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9688916Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9689066Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9689217Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9689417Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9689564Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9689710Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9689854Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9689999Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9690147Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9690308Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:38.9690460Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9690661Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9690812Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9690959Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691108Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691255Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691404Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691542Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691691Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691839Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9691987Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9692138Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9692288Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9692442Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9692591Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9692741Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9692878Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9693022Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9693174Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9693321Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9693470Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9693620Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9693819Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9693974Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9694109Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9694257Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9694406Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9694716Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9694865Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9695011Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9695158Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9695306Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9695440Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9695607Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9695767Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9695934Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9696148Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9696310Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9696470Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9696632Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9696792Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9696936Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9697096Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9697259Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9697416Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9697572Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9697730Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9697888Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698043Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698197Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698345Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698504Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698666Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698823Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9698981Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9699139Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9699303Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9699462Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9699618Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9699762Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9699967Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9700121Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9700274Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9700424Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9700577Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9700730Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9700923Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9701102Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9701330Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9701528Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9701717Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9701905Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9702088Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9702271Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9702460Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9702645Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9702829Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9703001Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9703204Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9703402Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9703606Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9703812Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9704010Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9704208Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9704402Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9704601Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9704797Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9705025Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9705208Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9705402Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9705554Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9705702Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9705852Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9706002Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9706151Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9706340Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9706493Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9706643Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9706801Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9706956Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9707110Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9707263Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9707417Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9707572Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9707729Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9707870Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9708019Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9708173Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9708322Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9708471Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9708620Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9708769Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9708920Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9709069Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9709201Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9709347Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9709494Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9709658Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9709903Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9710114Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9710287Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9710452Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9710599Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9710754Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9710912Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9711073Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9711232Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9711394Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9711584Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9711752Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9711911Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9712064Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9712229Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9712390Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9712550Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9712705Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9712864Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713022Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713182Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713339Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713482Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713645Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713801Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9713972Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9714141Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9714302Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9714459Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9714675Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9714833Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9714978Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9715141Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9715328Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9715487Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9715644Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9715793Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9715944Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9716096Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9716230Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9716376Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9716518Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9716696Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9716845Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9716992Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9717157Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9717314Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9717477Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9717622Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9717775Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9717934Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9718095Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9718251Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9718407Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9718563Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9718719Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9718874Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9719019Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9719178Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9719337Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9719494Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9719649Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9719801Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9719955Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9720109Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9720257Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9720416Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9720613Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9720774Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9720930Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9721088Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9721245Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9721402Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9721560Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9721706Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9721900Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9722058Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9722216Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9722373Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9722529Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9722686Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9722902Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9723056Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9723202Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9723354Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9723506Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9723659Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9723820Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9723976Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9724130Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9724284Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9724425Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9724582Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9724732Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9724883Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9725033Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9725183Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9725331Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9725484Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9725638Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9725826Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9725981Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9726135Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9726286Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9726433Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9726582Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9726728Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9726879Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9727016Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9727193Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9727360Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9727524Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9727684Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9727839Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9727993Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9728149Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9728309Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9728457Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9728608Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9728759Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9728907Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9729055Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9729205Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9729352Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9729500Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9729638Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9729819Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:38.9729982Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9730141Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9730301Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9730458Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9730616Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9730773Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9730957Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9731106Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9731259Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9731413Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9731566Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9731719Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9731874Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9732025Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9732176Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9732355Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9732490Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9732637Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9732788Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9732975Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9733164Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9733348Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9733536Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9733722Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9733899Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9734066Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9734241Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9734420Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9734702Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9734886Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9735070Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9735248Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9735424Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9735604Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9735764Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9736216Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9736652Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9737015Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9737381Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9737735Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9738091Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9738492Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9738864Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9739226Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9739591Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9739950Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9740310Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9740662Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9741018Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9741378Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9741739Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9741925Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9742109Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9742287Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9742470Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9742645Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9742817Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9742993Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9743194Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9743370Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9743553Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9743730Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9743909Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9744084Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9744257Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9744465Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9744646Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9744813Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9744997Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9745175Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9745358Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9745532Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9745711Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9745890Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9746071Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9746438Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9746802Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9747160Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9747524Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9747884Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9748246Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9748607Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9748964Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9749369Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9749819Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9750209Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9750584Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9750994Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9751367Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9751738Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9752111Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9752476Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9752854Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9753232Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9753603Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9753973Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9754347Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9754721Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9755090Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9755466Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9755840Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9756218Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9756625Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9756995Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9757366Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9757739Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9758123Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9758498Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9758875Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9759251Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9759621Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9759996Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9760365Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9760737Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9761107Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9761283Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9761454Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9761624Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9761781Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9761949Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9762114Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9762279Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9762439Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9762602Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9762796Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9762960Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9763124Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9763274Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9763437Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9763593Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9763746Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9763905Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9764066Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9764259Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9764418Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9764574Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9764718Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9764871Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9765022Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9765171Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9765322Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9765469Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9765618Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9765767Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9765902Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:38.9766066Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9766227Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9766395Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9766560Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9766726Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9766884Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9767045Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9767205Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9767352Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9767509Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9767666Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9767822Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768031Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768185Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768339Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768495Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768648Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768788Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9768938Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9769085Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9769237Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9769419Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9769582Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9769741Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9769904Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9770051Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9770212Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9770370Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9770528Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9770685Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9770838Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9770993Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9771146Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9771298Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9771436Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9771584Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9771737Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9771892Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9772044Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9772193Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9772351Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9772505Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9772653Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9772814Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9772970Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:38.9773163Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9773319Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9773471Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9773624Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9773773Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9773927Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9774068Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9774225Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9774382Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9774737Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9774897Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9775060Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9775213Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9775376Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9775535Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9775678Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9775834Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9775992Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9776149Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9776305Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9776455Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9776609Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9776761Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9776901Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9777055Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9777210Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9777363Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9777518Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9777672Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9777836Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9778000Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:38.9778164Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:38.9778311Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9778545Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9778700Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9778856Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9779010Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9779166Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9779319Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9779472Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9779631Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9779783Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9779974Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9780131Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9780287Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9780444Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9780598Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9780752Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9780905Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9781048Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9781202Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9781358Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9781511Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9781664Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9781814Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9782007Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9782162Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9782322Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9782467Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9782623Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9782779Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:38.9782939Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9783097Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9783253Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9783404Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9783558Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9783726Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9783882Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9784039Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9784194Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9784353Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9784508Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9784668Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9784825Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9784979Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9785150Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9785307Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9785460Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9785612Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9785776Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9785939Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9786100Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9786260Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9786410Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9786576Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9786744Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9786906Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9787072Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9787239Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9787408Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9787569Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9787728Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9787876Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9788033Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9788190Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9788345Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9788515Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9788687Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9788859Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9789056Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9789226Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9789373Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9789532Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9789691Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9789922Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9790080Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9790235Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9790403Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9790595Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9790755Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9790901Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9791060Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9791218Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9791380Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9791537Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9791698Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9791860Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9792025Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9792169Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9792332Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9792493Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9792652Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9792806Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9792966Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9793125Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9793283Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9793438Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9793582Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9793738Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9793897Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9794058Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9794220Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9794414Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9794574Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9794735Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9794892Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9795038Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9795195Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9795351Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9795504Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9795709Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9795884Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9796056Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9796227Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9796398Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9796554Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9796714Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9796884Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9797057Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9797232Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9797403Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9797582Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9797759Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9797932Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9798094Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9798265Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9798438Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9798609Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9798777Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9798946Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9799114Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9799287Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9799454Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9799644Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9799811Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9799977Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9800143Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9800310Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9800479Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9800648Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9800804Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9800985Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9801131Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9801287Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:38.9801442Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9801594Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9801743Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9801895Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9802046Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9802200Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9802338Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9802486Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9802635Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9802798Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9802958Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9803124Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:38.9803290Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:38.9803456Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9803618Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9803763Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9803922Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9804082Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9804243Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9804402Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9804566Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9804793Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:38.9804958Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:38.9805105Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9805260Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9805418Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9805578Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9805739Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9805897Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9806059Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9806244Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9806398Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9806540Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9806695Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9806844Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9806996Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9807148Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9807299Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9807455Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9807610Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9807765Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9807901Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9808054Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9808207Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9808357Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9808507Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9808659Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9808809Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9808957Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9809095Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9809251Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9809404Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9809560Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9809713Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9809865Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9810049Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9810199Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9810348Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9810484Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9810634Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9810786Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9810936Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9811088Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9811239Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9811423Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9811576Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9811713Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9811859Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9812009Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9812160Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9812309Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9812459Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9812615Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9812768Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9812911Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9813058Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9813208Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9813354Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9813505Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9813652Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9813800Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9813950Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9814101Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9814238Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9814404Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9814662Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9814825Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9814986Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9815148Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9815368Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9815529Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9815688Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9815834Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9815988Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9816147Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9816302Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9816458Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9816615Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9816811Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:38.9816968Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9817107Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9817268Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9817426Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9817583Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9817740Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9817904Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9818063Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9818226Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9818392Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9818538Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9818691Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9818848Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9819005Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9819160Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9819313Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9819471Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9819653Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9819835Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9820023Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9820219Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9820411Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9820635Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9820828Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9821012Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9821256Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9821444Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9821631Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9821803Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9822019Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9822225Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9822425Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9822630Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9822835Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9823039Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9823241Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9823441Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9823643Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9823834Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9824021Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9824217Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9824414Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9824569Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9824722Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9824877Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9825032Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9825183Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9825342Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9825485Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9825649Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:23:38.9825845Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:38.9826004Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9826162Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9826318Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9826473Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9826629Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9826766Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9826922Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9827076Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9827255Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9827409Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9827565Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9827716Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9827869Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9828022Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9828161Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9828314Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9828469Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9828619Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9828789Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9828954Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9829126Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9829296Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9829448Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9829611Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9829846Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9830012Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9830175Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9830341Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9830505Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9830669Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9830834Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9830982Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9831185Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9831354Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9831516Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9831680Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9831843Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9832002Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9832166Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9832334Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9832544Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9832807Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9833057Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9833267Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9833505Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9833754Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9834031Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9834312Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9834594Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9834859Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9835161Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9835451Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9835730Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9836017Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9836285Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9836557Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9836779Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9836991Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9837202Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9837409Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9837596Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9837797Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9838037Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9838298Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9838580Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9838971Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9839304Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9839983Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9840389Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9840688Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9841000Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9841332Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9841691Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9842065Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9842466Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9842823Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9843163Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9843512Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9843826Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9844113Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9844469Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9844794Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9845120Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9845432Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9845786Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9846118Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9846460Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9846804Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9847160Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9847534Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9847914Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9848270Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9848625Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9848956Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9849289Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9849618Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9849961Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9850309Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9850789Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9851154Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9851459Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9851778Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9852163Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9852545Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9852923Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9853250Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9853589Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9854036Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9854422Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9854896Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9855212Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9855551Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9855879Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9856231Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9856587Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9856928Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9857267Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9857578Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9857943Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9858272Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9858637Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9858998Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9859318Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9859671Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9860054Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9860360Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9860662Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9861010Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9861375Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9861751Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9862141Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9862545Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9863055Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9863446Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9863782Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9864162Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:38.9864507Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:38.9864825Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9865176Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9865463Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9865721Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9866102Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9866356Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9866587Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9867186Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9867627Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9867961Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:38.9868308Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9868692Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9869079Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9869439Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9869888Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9870251Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9870590Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9870880Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9871222Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:38.9871603Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9871954Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9872293Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9872640Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9872960Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9873294Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9873650Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9874006Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9874345Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9874769Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9875314Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9875696Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9876080Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9876463Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9876887Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9877290Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9877709Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9878301Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9878654Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9878998Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9879324Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9879609Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9879893Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9880202Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9880647Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9881467Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9882253Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9883015Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9883763Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9884537Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9885251Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9886010Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9886760Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9887442Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9888425Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9889413Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9890303Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9891196Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9892069Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9893059Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9893914Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9894323Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9894936Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9895342Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9895752Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9896190Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9896602Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9897008Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9897425Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9897822Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9898220Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9898604Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9899007Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9899428Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9899832Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9900227Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:38.9900658Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9901004Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9901352Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9901693Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9902133Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9902440Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9902865Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9903218Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9903557Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9904334Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9905261Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9906031Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9906811Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9907609Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9908328Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9909100Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9909886Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9910757Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9911394Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9912617Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9913479Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9914380Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9915261Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9916090Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9916967Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9918006Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9918939Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9919825Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9920678Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9921526Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9922457Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9923420Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9924056Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9924783Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9925449Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9926204Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9926919Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9927611Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9928411Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9929195Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9929997Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9930764Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9931537Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9932344Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9933164Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9934037Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9934890Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9936268Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9937099Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:38.9937677Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9938052Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9938442Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:38.9938823Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9939178Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9939534Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9939890Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9940273Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9940645Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9941015Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9941366Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9941739Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9942125Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:38.9942514Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9942894Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:38.9943275Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:38.9943640Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:38.9944022Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:23:38.9944351Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9944694Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9945011Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:38.9945339Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9945678Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9946199Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9946560Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9946974Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9947216Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9947482Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9947766Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9948047Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9948334Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9948583Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9948950Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:38.9949219Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:38.9949459Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:38.9949708Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9950055Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9950454Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9950757Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9951046Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9951336Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9951636Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:38.9951930Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9952170Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:38.9952392Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9952667Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9952907Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:38.9953153Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9953434Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9953724Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9954035Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:38.9954335Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:38.9954605Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:38.9954843Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9955128Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9955421Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9955706Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9956092Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9956406Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9956655Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9956921Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9957182Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9957477Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9957756Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9958118Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9958384Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9958616Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9958907Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9959116Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9959345Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9959613Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9959872Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9960143Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:38.9960405Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9960642Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9960905Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9961176Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9961422Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9961673Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9961932Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9962188Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9962448Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:38.9962723Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:38.9962966Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9963224Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9963463Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9963720Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9963979Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9964231Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9964488Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9964743Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9964996Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9965271Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9965512Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9965870Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9966115Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9966373Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:38.9966640Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9966901Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9967163Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9967406Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9967660Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9967913Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9968165Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9968491Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9968746Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9969006Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9969261Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9969520Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9969777Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9970020Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9970268Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9970521Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9970761Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9971004Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9971249Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9971487Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9971720Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9971944Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9972180Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9972414Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9972650Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9972898Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9973133Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9973371Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9973574Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9974028Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9974263Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9974698Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9974947Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9975167Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9975366Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9975726Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9975948Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9976161Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9976386Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9976641Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9976892Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9977140Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9977381Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9977637Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9977895Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9978218Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9978474Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9978735Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9978995Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9979249Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:38.9979503Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9979755Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9980010Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9980248Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9980505Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9980805Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9981088Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9981484Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9981746Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9981995Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9982240Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9982492Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9982731Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9982989Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9983246Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9983496Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9983741Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9983999Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9984251Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9984497Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9984795Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9985014Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9985333Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9985554Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9985837Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:23:38.9986120Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9986329Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9986599Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9986831Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:23:38.9987134Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-12-01T10:23:38.9987366Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9987570Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9987771Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9988005Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9988234Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9988458Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9988677Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9988888Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9989118Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9989339Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9989561Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9989867Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9990111Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9990346Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9990577Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9990801Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9991035Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:38.9991268Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9991491Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9991720Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9991959Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9992190Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:38.9992426Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9992659Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:38.9993028Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:23:38.9993228Z expect = np.divide(an, 0) 2022-12-01T10:23:38.9993474Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:23:38.9993601Z expect = np.divide(an, 0) 2022-12-01T10:23:38.9993710Z ok (0.002s) 2022-12-01T10:23:38.9993961Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9994208Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9994448Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:38.9994698Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:38.9995066Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4016: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:23:38.9995293Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-12-01T10:23:38.9995405Z ok (0.024s) 2022-12-01T10:23:38.9995706Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:38.9995962Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:38.9996193Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9996426Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9996653Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9996882Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9997129Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9997358Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9997600Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9997824Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:38.9998073Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9998330Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9998560Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:38.9998802Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9999038Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9999281Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9999520Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9999757Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:38.9999998Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.0000232Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.0000472Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.0000698Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0000945Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.0001197Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.0001442Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0001686Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0001991Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0002224Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0002459Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0002669Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0002912Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0003136Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.0003370Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0003613Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0003850Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0004131Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0004365Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0004582Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0004809Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0005033Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0005259Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0005489Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0005711Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0005951Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0006203Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0006436Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0006650Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0006885Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0007125Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0007354Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0007571Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0007789Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0008023Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0008261Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0008479Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.0008723Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.0008971Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.0009200Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.0009425Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.0009651Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.0009874Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.0010174Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.0010387Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.0010622Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.0010852Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.0011090Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0011322Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0011565Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0011797Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0012038Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0012265Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0012533Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0012764Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0012991Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0013222Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0013447Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0013681Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0013927Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0014163Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0014376Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0014744Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0014966Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0015190Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0015413Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0015643Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0015870Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0016096Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0016311Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0016534Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0016776Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0017000Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0017217Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0017446Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0017669Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0017893Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0018105Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0018339Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0018565Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0018891Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0019124Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0019355Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0019590Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0019815Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0020037Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0020258Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0020480Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0020712Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0020935Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0021225Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0021465Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0021710Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0021944Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.0022160Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0022396Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0022618Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0022844Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0023074Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0023307Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0023527Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0023760Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.0024724Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:4047: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:23:39.0024878Z torch.float_power(base, exp, out=out) 2022-12-01T10:23:39.0024978Z ok (0.028s) 2022-12-01T10:23:39.0025358Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:39.0025540Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:39.0025783Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:23:39.0025958Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:39.0026071Z ok (0.020s) 2022-12-01T10:23:39.0026323Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.0026548Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0026796Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0027041Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0027341Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0027570Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0027802Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0028032Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0028260Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0028493Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0028718Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0028948Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0029172Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0029464Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0029696Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0030005Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.0030238Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.0030466Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.0030685Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.0030902Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.0031157Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0031410Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0031667Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0031937Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0032198Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0032451Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0032680Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0032934Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0033162Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0033394Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0033632Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.0033849Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.0034080Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.0034301Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.0034523Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.0034732Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.0034942Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0035156Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0035369Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0035574Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0035844Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0036115Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.0036379Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.0036621Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.0036888Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.0037126Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0037350Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0037585Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0037810Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0038091Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0038320Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0038536Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0038774Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0039003Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0039236Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0039458Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0039687Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0039914Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0040148Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0040371Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0040604Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0040824Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0041042Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0041259Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0041477Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0041709Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0041938Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0042152Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0042385Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0042612Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0042841Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0043070Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0043298Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0043524Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0043750Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0043979Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0044248Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0044480Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0044710Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0044929Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0045163Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0045387Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0045609Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0045833Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0046045Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0046275Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0046554Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0046785Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0047007Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0047232Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0047456Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0047677Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0047890Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0048115Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0048346Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0048583Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0048798Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0049020Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0049240Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0049464Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0049671Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0049896Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0050116Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0050330Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0050561Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0050790Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0051010Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0051228Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0051434Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0051653Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0051871Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0052084Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0052305Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0052614Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0052835Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0053069Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0053274Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0053492Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0053717Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0053947Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0054159Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0054377Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0054715Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0055020Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0055246Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0055464Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0055683Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0055900Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0056130Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0056360Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0056575Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0056794Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0057017Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0057234Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0057461Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0057686Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0057910Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0058130Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0058346Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0058565Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0058782Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0059000Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0059221Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0059438Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.0059657Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0059922Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0060125Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0060337Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0060555Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0060784Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.264s) 2022-12-01T10:23:39.0060998Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0061312Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0061650Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:39.0061828Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:39.0061934Z ok (1.140s) 2022-12-01T10:23:39.0062158Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:23:39.0062366Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0062548Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0062763Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0062952Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0063983Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:23:39.0064179Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:23:39.0065025Z test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:23:39.0065200Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:23:39.0065304Z ok (0.058s) 2022-12-01T10:23:39.0065519Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:23:39.0065727Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.0065933Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:39.0066168Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:39.0066408Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0066670Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:39.0066904Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0067119Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0067342Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0067568Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0067779Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0067983Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0068232Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0068473Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0069000Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3253: 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:23:39.0069125Z getattr(a, op + "_")(b) 2022-12-01T10:23:39.0069309Z ok (0.001s) 2022-12-01T10:23:39.0069563Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0069873Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0070059Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0070278Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0070483Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0070704Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0070931Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0071166Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0071432Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0071702Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0072023Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0072249Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0072521Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0072789Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0073049Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0073301Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0073565Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0073828Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0074096Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0074345Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0074613Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0074879Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0075157Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0075440Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0075730Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0076016Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0076300Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0076570Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0076845Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0077118Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0077378Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0077654Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0077930Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0078212Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0078488Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0078756Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0079101Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0079383Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0079657Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0079923Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0080202Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0080468Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0080729Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0081001Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0081257Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0081578Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0081852Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0082132Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0082403Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0082676Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0082939Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0083201Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0083453Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0083711Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0083984Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0084253Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0084514Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0084778Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0085046Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0085327Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0085585Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0085855Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0086118Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0086389Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0086656Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0086918Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0087180Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0087433Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0087694Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0087948Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0088212Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0088539Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0088818Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0089089Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0089357Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0089616Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0089873Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0090121Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0090387Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0090657Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0090923Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0091233Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0091503Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0091777Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0092042Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0092284Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0092548Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0092808Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0093066Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0093327Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0093593Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0093853Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0094116Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0094387Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0094798Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0095067Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0095342Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0095600Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0095865Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0096131Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0096392Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0096651Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0096897Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0097155Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0097410Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0097722Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0097981Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0098254Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0098616Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0098881Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0099127Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0099386Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0099642Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0099895Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0100156Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0100415Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0100669Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0100993Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0101240Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0101517Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0101791Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0102057Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0102320Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0102574Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0102833Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0103089Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0103339Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0103605Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0103862Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0104136Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0104399Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0104675Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0104943Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0105215Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0105479Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0105720Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0105984Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0106245Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0106507Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0106773Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0107033Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0107289Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0107527Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0107761Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0108008Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0108310Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0108552Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0108797Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0109042Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0109288Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0109537Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.0109863Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0110114Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0110398Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0110675Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0110995Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0111268Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0111533Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0111800Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0112046Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0112301Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0112560Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0112830Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0113101Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0113354Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0113626Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0113894Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0114143Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0114406Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0114670Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0114924Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0115172Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0115433Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0115693Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0115954Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0116210Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0116478Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0116767Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0117053Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0117328Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0117599Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0117923Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0118200Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0118463Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0118716Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0118984Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0119255Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0119534Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0119805Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0120091Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0120377Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0120699Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0120953Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0121223Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0121491Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0121763Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0122034Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0122303Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0122572Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0122841Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0123097Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0123368Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0123643Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0123907Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0124174Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0124436Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0124704Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0124962Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0125215Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0125462Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0125728Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0126001Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0126262Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0126539Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0126810Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0127082Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0127345Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0127629Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0127898Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0128159Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0128414Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0128672Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0128936Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0129211Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0129473Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0129736Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0130010Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0130307Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0130573Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0130832Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0131097Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0131356Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0131609Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0131851Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0132116Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0132383Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0132641Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0132913Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0133185Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0133447Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0133702Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0133956Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0134200Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0134650Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0134909Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0135178Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0135423Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0135693Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0135952Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0136226Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0136480Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0136741Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0137001Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0137257Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0137616Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0137869Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0138124Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0138384Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0138623Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0138885Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0139140Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0139419Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0139690Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0139956Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0140273Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0140529Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0140770Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0141022Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0141276Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0141536Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0141787Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0142052Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0142316Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0142586Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0142832Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0143096Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0143357Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0143615Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0143866Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0144116Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0144372Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0144629Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0144888Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0145143Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0145384Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0145656Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0145924Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0146183Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0146440Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0146693Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0146999Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0147247Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0147504Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0147758Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0148009Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0148283Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0148544Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0148818Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0149095Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0149358Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0149676Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0150018Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0150292Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0150550Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0150812Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0151076Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0151339Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0151596Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0151857Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0152139Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0152409Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0152675Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0152931Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0153194Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0153454Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0153692Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0153945Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0154200Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0154465Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0154753Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0155027Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0155318Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0155599Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0155876Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0156129Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0156403Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0156732Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0157008Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0157281Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0157547Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0157818Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0158085Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0158345Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0158622Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0158899Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0159179Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0159503Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0159784Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0160051Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0160323Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0160583Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0160841Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0161104Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0161377Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0161649Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0161935Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0162213Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0162490Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0162756Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0162992Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0163262Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0163518Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0163776Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0164046Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0164306Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0164579Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0164842Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0165099Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0165372Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0165638Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0165905Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0166162Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0166471Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0166730Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0166987Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0167236Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0167491Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0167766Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0168016Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0168295Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0168573Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0168847Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0169159Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0169429Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0169683Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0169945Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0170204Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0170460Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0170724Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0170995Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0171263Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0171534Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0171785Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0172050Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0172317Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0172576Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0172837Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0173087Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0173348Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0173607Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0173855Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0174129Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0174383Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0174781Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0175055Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0175315Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0175573Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0175834Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0176156Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0176418Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0176671Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0176927Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0177186Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0177459Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0177718Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0177997Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0178257Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0178510Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0178830Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0179093Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0179349Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0179609Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0179869Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0180131Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0180386Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0180624Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0180891Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0181170Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0181438Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0181701Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0181958Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0182218Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0182481Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0182724Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0182986Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0183232Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0183502Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0183765Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0184026Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0184298Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0184566Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0184820Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0185085Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0185341Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0185599Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0185914Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0186177Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0186436Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0186690Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0186994Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:23:39.0187246Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.0187574Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0187893Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0188213Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0188574Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0188886Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0189200Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0189506Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0189891Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0190195Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0190495Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0190798Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0191110Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0191421Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0191729Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0192036Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0192353Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0192662Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0192944Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0193257Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0193567Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0193872Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0194176Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0194476Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0194777Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0195076Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0195419Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0195705Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0196006Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0196314Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0196617Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0196927Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0197238Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0197549Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0197854Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0198212Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0198514Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0198812Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0199108Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0199406Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0199698Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.0200022Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:23:39.0200309Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0200591Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0200838Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0201120Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0201420Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0201721Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0202016Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0202312Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0202609Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:39.0202902Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0203184Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0203449Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0203734Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0203997Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0204273Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0204591Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0204909Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0205298Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0205606Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0205891Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0206203Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0206513Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0206824Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0207137Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0207451Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0207813Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0208110Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0208412Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0208705Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0209002Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0209306Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0209604Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0209903Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0210208Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0210507Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0210826Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0211128Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0211426Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0211738Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0212048Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0212355Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0212670Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0212980Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0213284Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0213582Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0213900Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0214184Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0214620Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0215028Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0215337Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0215646Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0215955Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0216264Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0216570Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0216879Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0217175Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0217542Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0217860Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0218171Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0218484Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0218788Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0219093Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0219395Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0219703Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0219996Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0220308Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0220613Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0220919Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0221224Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0221525Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0221823Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0222123Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0222420Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0222707Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0223014Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0223322Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0223613Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0223924Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0224221Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0224580Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0224881Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0225180Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0225462Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0225756Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0226050Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0226358Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0226648Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0227009Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0227315Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0227619Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0227923Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0228206Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0228503Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0228829Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0229135Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0229442Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0229839Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0230145Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0230449Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0230756Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0231044Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0231334Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0231627Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0231917Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0232214Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0232524Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0232824Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0233131Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0233441Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0233725Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0234096Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0234395Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0234691Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0234991Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0235298Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0235575Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.0235852Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.0236184Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0236406Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0236735Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.0237004Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.0237273Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0237529Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0237807Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0238080Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0238343Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0238589Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0238831Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0239093Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0239348Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0239599Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0239846Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0240094Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0240365Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0240603Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0240855Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0241125Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0241377Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0241653Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0241923Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0242191Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0242449Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0242700Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0242962Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0243219Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0243469Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0243771Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0244029Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0244288Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0244541Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0244778Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0245029Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0245280Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0245534Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0245803Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0246062Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0246374Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0246646Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0246896Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0247161Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0247407Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0247659Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0247913Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0248164Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0248426Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0248694Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0248952Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0249200Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0249453Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0249712Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0249971Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0250224Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0250498Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0250776Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0251042Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0251280Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0251547Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0251811Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0252055Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0252309Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0252568Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0252826Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0253137Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0253386Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0253642Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0253887Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0254150Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0254408Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0255815Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:23:39.0256073Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:23:39.0256278Z ok (0.002s) 2022-12-01T10:23:39.0256546Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0256806Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0257067Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0257329Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0257589Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0257847Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0258106Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0258370Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0258631Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0258892Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0259145Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0259415Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0259688Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0259953Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0260216Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0260476Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0260739Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0261005Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0261249Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0261499Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0261759Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0262023Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0262280Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0262536Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0262787Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0263046Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0263361Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0263616Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0263873Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0264136Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0264403Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0264658Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0264917Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0265181Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0265428Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0265688Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0265989Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0266247Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0266495Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0266755Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0267025Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0267287Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0267532Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0267787Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0268050Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0268312Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0268568Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0268828Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0269077Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0269352Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0269619Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0269948Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0270220Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0270492Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0270765Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0271059Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0271345Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0271616Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0271902Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0272167Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0272438Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0272711Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0273055Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0273334Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0273608Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0273876Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0274160Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0274433Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0274717Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0275004Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0275300Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0275615Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0275895Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0276163Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0276439Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0276697Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0276950Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0277225Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0277495Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0277775Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0278052Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0278327Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0278599Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0278869Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0279109Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0279381Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0279642Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0279920Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0280192Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0280467Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0280739Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0281017Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0281282Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0281518Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0281789Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0282060Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0282328Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0282635Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0282901Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0283167Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0283443Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0283697Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0283971Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0284240Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0284511Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0284762Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0285040Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0285350Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0285623Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0285876Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0286174Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0286471Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0286750Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0287042Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0287318Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0287608Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0287894Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0288183Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0288454Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0288753Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0289093Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0289399Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0289709Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0290008Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0290298Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0290592Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0290869Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0291159Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0291444Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0291721Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0292014Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0292354Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0292651Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0292945Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0293237Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0293512Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0293795Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0294081Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0294354Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0294764Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0295101Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0295351Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0295619Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0295922Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0296175Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0296430Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0296691Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0296939Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0297191Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0297450Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0297705Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0297958Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0298182Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0298467Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0298748Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0299036Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0299323Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0299612Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0299903Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0300186Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0300448Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0300720Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0300996Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0301273Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0301548Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0301817Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0302159Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0302438Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0302716Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0302976Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0303242Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0303525Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0303798Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0304085Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0304368Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0304691Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0304965Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0305228Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0305503Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0305773Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0306050Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0306324Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0306604Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0306890Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0307179Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0307462Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0307728Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0308008Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0308279Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0308570Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0319257Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0319601Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0319898Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0320187Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0320453Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0320723Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0320993Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0321255Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0321532Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0321805Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0322189Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0322446Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0322718Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0322977Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0323249Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0323535Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0323828Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0324120Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0324397Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0324725Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0325000Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0325260Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0325536Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0325808Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0326077Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0326355Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0326635Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0326929Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0327211Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0327489Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0327755Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0328033Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0328304Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0328571Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0328844Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0329123Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0329393Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0329662Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0329911Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0330178Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0330482Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0330749Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0331022Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0331300Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0331628Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0331913Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0332195Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0332460Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0332733Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0333010Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0333280Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0333555Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0333830Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0334142Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0334410Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0334866Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0335145Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0335420Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0335697Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0335973Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0336241Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0336525Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0336802Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0337072Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0337328Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0337613Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0337899Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0338188Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0338476Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0338762Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0339060Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0339362Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0339650Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0339953Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0340242Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0340545Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0340834Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0341113Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0341490Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0341775Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0342056Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0342321Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0342634Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0342949Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0343253Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0343552Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0343908Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0344199Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0344484Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0344773Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0345045Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0345331Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0345617Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0345916Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0346208Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0346491Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0346777Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0347057Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0347322Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0347608Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0347892Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0348176Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0348455Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0348761Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0349041Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0349332Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0349611Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0349937Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0350222Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0350507Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0350792Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0351142Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0351422Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0351709Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0351996Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0352264Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0352552Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0352830Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0353120Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0353460Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0353787Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0354065Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0354348Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0354623Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0354891Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0355168Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0355482Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0355798Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0356113Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0356420Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0356734Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0357035Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0357332Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0357613Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0357917Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0358238Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0358555Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0358880Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0359202Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0359519Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0359833Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0360143Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0360436Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0360833Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0361142Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0361441Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0361746Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0362057Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0362374Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0362685Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0362981Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0363288Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0363639Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0363940Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0364245Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0364542Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0364809Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0365072Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0365352Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0365624Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0365915Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0366190Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0366456Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0366727Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0366998Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0367260Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0367521Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0367775Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0368052Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0368355Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0368647Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0368951Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0369250Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0369551Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0369846Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0370135Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0370450Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0370740Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0371027Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0371312Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0371586Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0371915Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.0372211Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0372506Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0372799Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0373129Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0373425Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0373710Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0373991Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0374282Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0374686Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0374962Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0375237Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0375497Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0375781Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0376056Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0376330Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0376600Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0376869Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0377150Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0377425Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0377694Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0377961Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0378243Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0378518Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0378789Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0379060Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0379319Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0379594Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0379865Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0380126Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0380495Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0380770Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0381052Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0381326Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0381595Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0381869Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0382144Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0382386Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0382663Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0382989Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0383259Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0383532Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0383806Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0384086Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0384348Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0384618Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0384870Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0385143Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0385418Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0385693Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0385957Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0386225Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0386490Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0386763Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0387017Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0387290Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0387570Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0387843Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0388110Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0388374Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0388637Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0388900Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0389136Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0389434Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0389715Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0390111Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0390406Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0390684Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0390971Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0391260Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0391544Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0391797Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0392086Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0392363Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0392688Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0392973Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0393252Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0393532Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0393817Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0394084Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0394362Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0394649Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0394932Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0395217Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0395503Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0395784Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0396080Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0396370Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0396643Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0396917Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0397205Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0397484Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0397757Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0398033Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0398316Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0398603Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0398942Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0399276Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0399681Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0400034Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0400378Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0400719Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0401065Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0401405Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0401745Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0402085Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0402448Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0402783Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0403156Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0403524Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0403903Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0404274Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0404646Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0405014Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0405386Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0405750Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0406109Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0406447Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0406813Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0407170Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0407441Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0407705Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0407960Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0408222Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0408499Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0408789Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0409101Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0409386Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0409676Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0409952Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0410232Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0410513Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0410782Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0411059Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0411321Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0411630Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0411900Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0412172Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0412441Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0412718Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0412992Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0413254Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0413510Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0413785Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0414052Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0414318Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0414712Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0415012Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0415302Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0415606Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0415908Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0416192Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0416498Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0416789Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0417069Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0417362Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0417638Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0417924Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0418210Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0418492Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0418875Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0419171Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0419463Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0419752Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0420046Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0420325Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0420606Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0420882Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0421155Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0421501Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0421787Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0422077Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0422363Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0422662Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0422961Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0423262Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0423556Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0423846Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0424143Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0424435Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0424709Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0424995Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0425273Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0425550Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0425822Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0426086Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0426367Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0426643Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0426912Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0427174Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0427443Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0427709Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0427978Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0428278Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0428609Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0428904Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0429195Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0429484Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0429830Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0430113Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0430391Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0430674Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0430946Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0431282Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0431564Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0431847Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0432123Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0432409Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0432690Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0432965Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0433244Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0433515Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0433796Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0434090Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0434367Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0434651Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0434944Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0435239Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0435524Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0435794Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0436081Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0436365Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0436649Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0436930Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0437201Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0437490Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0437773Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0438052Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0438366Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0438639Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0438919Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0439201Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0439478Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0439744Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0440017Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0440303Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0440569Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0440890Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0441166Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0441445Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0441763Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0442032Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0442286Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0442552Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0442810Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0443086Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0443363Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0443633Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0443914Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0444197Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0444473Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0444742Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0445016Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0445273Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0445524Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0445788Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0446055Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0446324Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0446627Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0446920Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0447213Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0447473Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0447752Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0448082Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0448370Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0448649Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0448930Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0449211Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0449487Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0449758Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0450005Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0450274Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0450586Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0450853Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0451148Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0451440Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0451733Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0452020Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0452289Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0452574Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0452867Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0453149Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0453434Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0453711Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0453997Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0454282Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0454665Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0454925Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0455204Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0455478Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0455743Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0456027Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0456302Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0456579Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0456917Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0457247Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0457571Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0457989Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0458321Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0458653Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0458979Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0459315Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0459646Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0459984Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0460363Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0460698Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0461029Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0461364Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0461703Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0462041Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0462847Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0463553Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0464250Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0464937Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0465627Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0466289Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0466983Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0467655Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0468323Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0469007Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0469693Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0470511Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0471193Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0471873Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0472553Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0473230Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0473609Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0473948Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0474273Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0474606Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0474931Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0475257Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0475583Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0475913Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0476241Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0476575Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0476912Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0477229Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0477560Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0477871Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0478208Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0478531Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0478855Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0479186Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0479523Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0479856Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0480173Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0480496Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0480878Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0481206Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0481902Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0482596Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0483284Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0484014Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0484699Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0485367Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0486044Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0486715Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0487419Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0488139Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0488852Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0489564Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0490261Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0490966Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0491685Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0492395Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0493083Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0493791Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0494692Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0495403Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0496115Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0496806Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0497502Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0498263Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0498968Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0499684Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0500398Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0501093Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0501794Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0502509Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0503204Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0503906Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0504601Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0505319Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0506028Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0506711Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0507419Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0508176Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0508874Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0509582Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0509961Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0510263Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0510570Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0510881Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0511235Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0511538Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0511820Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0512115Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0512418Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0512717Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0513009Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0513293Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0513594Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0513877Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0514162Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0514435Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0514733Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0515031Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0515310Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0515594Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0515881Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0516164Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0516432Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0516684Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0516961Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0517234Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0517501Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0517771Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0518044Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0518359Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0518652Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0518920Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0519216Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0519508Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0519801Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0520097Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0520387Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0520734Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0521025Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0521306Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0521579Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0521865Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0522147Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0522422Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0522703Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0522983Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0523258Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0523537Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0523807Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0524067Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0524344Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0524625Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0524906Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0525177Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0525467Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0525744Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0526023Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0526282Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0526555Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0526823Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0527094Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0527364Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0527638Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0527962Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0528259Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.0528524Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0528795Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0529073Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0529351Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0529624Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0529901Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0530181Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0530501Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0530758Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0531002Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0531261Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0531526Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0531788Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0532045Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0532302Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0532563Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0532823Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0533065Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0533328Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0533584Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0533845Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0534107Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0534370Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0534750Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0535008Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0535255Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0535509Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0535758Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0536061Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.0536325Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0536585Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0536841Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0537095Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0537339Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0537677Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0537935Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0538190Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0538436Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0538693Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0538942Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0539206Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0539460Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0539700Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0539966Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0540278Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0540533Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0540787Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0541041Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0541296Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0541539Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0541774Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0542030Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0542290Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0542604Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0542867Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0543122Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0543365Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0543619Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0543858Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0544104Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0544358Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0544609Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0544891Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0545178Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0545457Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0545734Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0545982Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0546255Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0546522Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0546785Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0547060Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0547389Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0547663Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0547932Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0548178Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0548435Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0548705Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0548966Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0549230Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0549503Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0549850Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0550168Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0550428Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0550707Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0550999Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0551290Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0551575Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0551857Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0552138Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0552416Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0552694Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0552953Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0553219Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0553485Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0553761Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0554034Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0554298Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0554562Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0554837Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0555096Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0555370Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0555650Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0555921Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0556202Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0556487Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0556756Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0557078Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0557344Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0557599Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0557867Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0558136Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0558400Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0558663Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0558943Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0559218Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0559537Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0559796Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0560079Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0560353Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0560636Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0560920Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0561180Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0561458Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0561726Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0562000Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0562257Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0562532Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0562803Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0563076Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0563346Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0563603Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0563874Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0564147Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0564404Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0564677Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0564950Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0565237Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0565526Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0565800Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0566070Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0566423Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0566688Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0566944Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0567215Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0567482Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0567760Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0568040Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0568315Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0568588Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0568910Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0569169Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0569444Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0569712Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0569974Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0570242Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0570514Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0570784Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0571054Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0571328Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0571577Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0571839Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0572110Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0572382Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0572664Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0572936Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0573214Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0573498Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0573757Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0574034Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0574300Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0574715Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0574990Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0575256Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0575521Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0575792Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0576145Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0576404Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0576681Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0576949Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0577221Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0577487Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0577760Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0578032Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0578305Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0578619Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0578897Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0579183Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0579457Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0579741Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0580023Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0580308Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0580607Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0580891Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0581184Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0581469Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0581769Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0582040Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0582319Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0582598Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0582878Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0583160Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0583428Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0583734Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0584021Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0584332Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0584631Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0584929Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0585207Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0585535Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0585823Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0586086Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0586351Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0586635Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0586926Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0587208Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0587483Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0587766Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0588095Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0588366Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0588644Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0588912Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0589192Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0589470Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0589812Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0590090Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0590378Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0590668Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0590938Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0591220Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0591485Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0591764Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0592038Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0592319Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0592601Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0592885Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0593150Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0593440Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0593723Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0593992Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0594280Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0594562Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0594840Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0595177Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0595458Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0595723Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0596004Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0596312Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0596606Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0596904Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0597203Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0597504Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0597858Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0598152Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0598436Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0598734Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0599034Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0599336Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0599651Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0599970Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0600283Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0600596Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0600906Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0601189Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0601472Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0601773Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0602071Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0602371Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0602682Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0602990Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0603288Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0603569Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0603865Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0604151Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0604441Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0604782Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0605085Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0605355Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0605622Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0605898Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0606156Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0606428Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0606697Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0606966Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0607260Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0607522Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0607782Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0608042Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0608294Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0608549Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0608841Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0609135Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0609438Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0609731Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0610016Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0610297Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0610586Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0610856Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0611136Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0611413Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0611700Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0611994Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0612320Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.0612608Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0612899Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0613193Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0613467Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0613749Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0614017Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0614353Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0614744Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0615025Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0615299Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0615575Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0615836Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0616113Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0616377Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0616630Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0617003Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0617265Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0617530Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0617803Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0618048Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0618322Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0618600Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0618870Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0619137Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0619414Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0619680Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0619947Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0620203Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0620464Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0620744Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0621018Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0621291Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0621569Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0621833Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0622096Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0622354Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0622607Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0622878Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0623146Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0623410Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0623681Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0624013Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0624275Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0624542Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0624791Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0625055Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0625327Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0625591Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0625852Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0626113Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0626373Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0626674Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0626954Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0627204Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0627473Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0627738Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0627998Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0628260Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0628532Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0628801Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0629069Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0629313Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0629607Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0629964Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0630252Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0630538Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0630827Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0631113Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0631406Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0631669Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0631940Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0632222Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0632494Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0632771Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0633049Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0633333Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0633678Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0633957Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0634210Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0634493Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0634776Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0635041Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0635317Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0635604Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0635884Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0636185Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0636502Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0636784Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0637062Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0637341Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0637610Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0637921Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0638191Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0638468Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0638758Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0639089Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0639421Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0639775Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0640119Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0640463Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0640801Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0641150Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0641485Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0641822Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0642158Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0642476Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0642807Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0643181Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0643594Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0643964Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0644328Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0644697Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0645061Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0645424Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0645826Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0646169Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0646519Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0646875Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0647240Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0647503Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0647774Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0648040Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0648300Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0648570Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0648840Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0649111Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0649393Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0649679Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0649959Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0650238Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0650513Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0650782Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0651041Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0651312Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0651584Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0651854Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0652125Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0652393Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0652702Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0652966Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0653227Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0653480Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0653743Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0654003Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0654272Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0654646Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0654949Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0655230Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0655595Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0655878Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0656169Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0656459Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0656746Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0657023Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0657313Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0657602Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0657891Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0658175Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0658443Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0658729Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0659027Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0659321Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0659599Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0659887Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0660182Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0660461Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0660731Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0661011Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0661294Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0661580Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0661870Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0662130Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0662488Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0662781Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0663069Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0663341Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0663629Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0663911Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0664193Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0664481Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0664759Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0665083Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0665348Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0665598Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0665868Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0666133Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0666398Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0666667Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0666932Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0667190Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0667461Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0667720Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0667994Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0668309Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0668600Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0668887Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0669167Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0669450Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0669726Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0670432Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0671033Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0671650Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0672244Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0672836Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0673427Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0674037Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0674721Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0675304Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0675924Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0676532Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0677115Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0677714Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0678326Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0678935Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0679563Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0680232Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0680843Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0681445Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0682036Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0682623Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0683208Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0683804Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0684391Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0684987Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0685595Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0686184Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0686785Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0687374Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0687952Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0688523Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0689118Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0689708Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0690289Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0690865Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0691449Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0692048Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0692615Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0693201Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0693788Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0694374Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0695057Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0695735Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0696301Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0696861Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0697423Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0698001Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0698586Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0699152Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0699745Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0700340Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0700826Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0701261Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0701663Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0702119Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0702661Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0703184Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0703615Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0704122Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0705128Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0705925Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0706698Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0707438Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0708213Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0708981Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0709735Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0710593Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0711340Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0712086Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0712800Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0713526Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0714258Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0714970Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0715711Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0716498Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0717261Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0717997Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0718829Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0719526Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0720259Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0720948Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0721740Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0722475Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0723171Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0723912Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0724671Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0725571Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0726282Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0726933Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0727496Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0728077Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0728789Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0729479Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0730063Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0730798Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0731648Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0732558Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0733464Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0734340Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0735400Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0736311Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0737316Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0738047Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0738735Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0739424Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0740093Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0740766Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0741432Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0742108Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0742942Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0744105Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0745256Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0746393Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0747503Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0748700Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0749913Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0751035Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0752156Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0753246Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0754383Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0755531Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0756589Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0757457Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0758351Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0759434Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0760559Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0761966Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0762819Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0763611Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0764429Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0765261Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0766209Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0767013Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0767745Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0768524Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0769278Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0770067Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0770697Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0771297Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0772016Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0772635Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0773265Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0773858Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0775347Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0776242Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0777126Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0777995Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0778862Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0779738Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0780614Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0781947Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0783288Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0784566Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0785893Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0787230Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0788662Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0790160Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0791742Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0793179Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0794546Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0795885Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0797431Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0799327Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0800832Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0802334Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0803844Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0805328Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0806789Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0808056Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0809405Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0810744Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0812169Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0813976Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0815631Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0816991Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0818456Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0819903Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0821439Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0823042Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0824762Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0826281Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0827967Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0829479Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0831105Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0832549Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0833834Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0835239Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0836627Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0837957Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0839397Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.0840497Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0841277Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0842077Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0842877Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0843610Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0844320Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0845013Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0845721Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0846437Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0847146Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0848036Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0848835Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0849616Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0850409Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0851195Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0851984Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0852746Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0853523Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0854299Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0855459Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0856182Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0856832Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0857545Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0858213Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0858878Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0859507Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0860161Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0860804Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0861466Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0861939Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0862453Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0863029Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0863610Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0864189Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0864745Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0865319Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0865888Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0866442Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0866996Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0867517Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0868362Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0869180Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0870019Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0870734Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0871680Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0872403Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0873112Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0873765Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0874412Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0875062Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0875738Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0876388Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.0877042Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0877947Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0878739Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0879487Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0880241Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0880976Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0881718Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0882435Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0883152Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0883878Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0884594Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0885277Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0886050Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0886823Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0887530Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0888325Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0889128Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0889902Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0890659Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0891539Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0892111Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0892683Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0893259Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0893883Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0894813Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0895503Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0896167Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0896855Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0897537Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0898211Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0898843Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0899955Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0900990Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0901845Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0902719Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0903591Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.0904381Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0905042Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0905700Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0906338Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0906964Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0907576Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0908220Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0908881Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.0909519Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0910380Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0911100Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0911837Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0912548Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0913271Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0913990Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0914698Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0915421Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0916133Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0916849Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0917495Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0918175Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0919009Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0919596Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0920202Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0920825Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0921455Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0922026Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0922671Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0923348Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0924098Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0924784Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0925348Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0925896Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0926428Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0926979Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0927519Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0928003Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0928619Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0929190Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0929774Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0930383Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0931001Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0931640Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0932259Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0932873Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0933486Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0934084Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0934836Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0935453Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0936120Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0936657Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0937167Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0937697Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0938852Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0939579Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0940299Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0941198Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0941915Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0942607Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0943303Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0944013Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0944705Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0945422Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0946101Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0946732Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0947359Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0948134Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0948872Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0949589Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0950403Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0951170Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0951711Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0952248Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0952817Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0953380Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0953825Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0954341Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0954825Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0955458Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0955994Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0956894Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0957715Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0958357Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0959013Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0959665Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0960337Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0961021Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0961745Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0962466Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0963085Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0963721Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0964365Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0965164Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0965810Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0966523Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0967213Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0967854Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0968509Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0969182Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0969888Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0970599Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0971332Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0972108Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0972767Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0973415Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0974066Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0974920Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0975585Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0976280Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0976947Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0977600Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0978230Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0978896Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0979596Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0980288Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0981002Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0981675Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0982303Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0982945Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0983582Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0984235Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0984860Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0985510Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0986182Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0986835Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0987405Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0988041Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0988692Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0989355Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0990374Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0991089Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0991735Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0992330Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0992974Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0993585Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0994162Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0994780Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0995418Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0996110Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0996978Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0997653Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0998298Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0998917Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.0999607Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1000320Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1001052Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1001745Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1002394Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1003058Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1003712Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1004340Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1004949Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1005575Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1006211Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1006948Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1007736Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1008424Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1009104Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1009764Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1010458Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1011151Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1011879Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1012600Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1013231Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1013902Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1014769Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1015644Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1016241Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1016867Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1017491Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1018120Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1018775Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1019438Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1020101Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1020784Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1021665Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1022413Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1023136Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1023877Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1024636Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1025388Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1026151Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1026961Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1027534Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1028113Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1028695Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1029239Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1029880Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1030407Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1030958Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1032144Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1033931Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1035314Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1036592Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1037897Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1039427Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1040699Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1042039Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1043368Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1044687Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1046168Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1047525Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1048778Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1050096Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1051500Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1052785Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1053688Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1054636Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1055402Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1056141Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1056869Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1057676Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1058475Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1059350Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1060420Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1061208Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1062006Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1062794Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1063535Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1064282Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1065032Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1066058Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1066902Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1067306Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1067685Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1068029Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1068368Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1068718Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1069093Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1069607Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1070566Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1071316Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1072093Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1072901Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1073727Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1074542Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1075618Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1076397Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1077230Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1078083Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1078843Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1079619Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1080434Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1081308Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1082332Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1083166Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1083948Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1084770Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1085574Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1086498Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1087318Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1088175Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1089017Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1089856Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1091068Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1091881Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1092690Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1093524Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1094335Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1095277Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1096029Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1096862Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1097729Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1098597Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1099569Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1100382Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1101192Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1101993Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1102783Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1103763Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1104129Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1104479Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1104832Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1105184Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1105618Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1105883Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1106246Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1106553Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1107048Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1107505Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1107834Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1108150Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1108487Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1108815Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1109136Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1109448Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1109890Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1110224Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1110548Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1110875Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1111168Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1111466Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1111745Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1112024Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1112319Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1112737Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1113041Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1113341Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1113645Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1113960Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1114316Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1114643Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1115003Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1115357Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1115827Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1116140Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1116429Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1116732Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1117058Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1117390Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1117693Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1117997Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1118284Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1118595Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1118912Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1119200Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1119504Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1119796Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1120068Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1120363Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1120659Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1120944Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1121291Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1121636Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1121983Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1122387Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1122636Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1122902Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1123148Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1123397Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1123765Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1124317Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1124766Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1125106Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1125461Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1125820Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1126196Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1126514Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1126880Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.1127334Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1127682Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1128019Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1128348Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1128662Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1128978Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1129321Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1129655Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1130009Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1130361Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1130703Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1131137Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1131598Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1131929Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1132270Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1132634Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1132969Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1133267Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1133542Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1133852Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.1134165Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1134700Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.1135070Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1135421Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1135933Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1136357Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1136734Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1137104Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1137491Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1137789Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.1138097Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1138380Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1139298Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1140320Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1140845Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1141236Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1141633Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1142438Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1143302Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1144160Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1144961Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1145776Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:23:39.1146155Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1146507Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1146852Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1147218Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1147562Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1147851Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1148135Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1148417Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:39.1148678Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:39.1148972Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1149247Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:23:39.1149671Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1150062Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:39.1150331Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1150587Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1150836Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1151070Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1151479Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1151882Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1152204Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.1152511Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1152976Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1154304Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1671: 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:23:39.1154567Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-12-01T10:23:39.1155709Z test_binary_ufuncs.py:1679: 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:23:39.1155991Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-12-01T10:23:39.1156131Z ok (0.002s) 2022-12-01T10:23:39.1156427Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1156733Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1157009Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1157264Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1157540Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1157825Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1158097Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1158356Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1158599Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1158936Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1159245Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1159585Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:23:39.1159926Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:23:39.1160283Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:23:39.1160607Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:23:39.1161076Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.1161365Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:23:39.1161679Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1162014Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:39.1162337Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1162675Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1163006Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1163364Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1163696Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:39.1164143Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1164469Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.1164793Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1165117Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1165459Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1165773Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1166130Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1166467Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1166838Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1167152Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1167478Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1167812Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1168131Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.1168465Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.1168809Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1169168Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1169539Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1169900Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1170202Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:23:39.1170544Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.1170891Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1171218Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1171534Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1171858Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1172334Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1172662Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1173004Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1173342Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1173692Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:23:39.1174016Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:39.1174354Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1174835Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1175156Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:39.1175647Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1176002Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.1176329Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1176664Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1177000Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1177308Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:23:39.1177627Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:23:39.1177962Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:39.1178277Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:23:39.1178583Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1178892Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1179199Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1179489Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1179797Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1180122Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1180456Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1181610Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8264: RuntimeWarning: invalid value encountered in add 2022-12-01T10:23:39.1181903Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-12-01T10:23:39.1182039Z ok (0.007s) 2022-12-01T10:23:39.1182440Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1182868Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1183261Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1183643Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1184000Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1184560Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1184956Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1185319Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1185679Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1186054Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1186405Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1186781Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1187164Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1187685Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1188075Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1188423Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1188789Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1189136Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1189491Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1190163Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-12-01T10:23:39.1190383Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1190734Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:23:39.1190939Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1191076Z ok (0.005s) 2022-12-01T10:23:39.1191486Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1191913Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1192313Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1192679Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1193056Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1193494Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1193886Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1195128Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:2069: RuntimeWarning: invalid value encountered in floor_divide 2022-12-01T10:23:39.1195315Z return np.floor_divide(a, b) 2022-12-01T10:23:39.1195453Z ok (0.005s) 2022-12-01T10:23:39.1195831Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1196350Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-12-01T10:23:39.1196688Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1196816Z ok (0.005s) 2022-12-01T10:23:39.1197191Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1197573Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1197968Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1198514Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater_equal 2022-12-01T10:23:39.1198704Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1198845Z ok (0.003s) 2022-12-01T10:23:39.1199233Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1199704Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1200072Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1200589Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-12-01T10:23:39.1200785Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1200909Z ok (0.003s) 2022-12-01T10:23:39.1201266Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1201633Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1202009Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1202449Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1202867Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1203276Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1203679Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1204074Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1204509Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1204944Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1205381Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1205802Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1206183Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1206621Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1207075Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1207517Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1208100Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1208514Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1208953Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1209453Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1209962Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1210428Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1211006Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1211452Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1211927Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1212503Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less_equal 2022-12-01T10:23:39.1212710Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1212848Z ok (0.003s) 2022-12-01T10:23:39.1213214Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1213586Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1213992Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1214381Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1214936Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1215302Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1215685Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1216056Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1216475Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1216874Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1217293Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1217712Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1218098Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1218460Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1218827Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1219201Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1219792Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1220205Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1220606Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1221002Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1221364Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1221893Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-12-01T10:23:39.1222091Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1222213Z ok (0.002s) 2022-12-01T10:23:39.1222728Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1223107Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1223460Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1223842Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1224211Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1224604Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1225004Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1225412Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1225809Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1226181Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1226550Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1226916Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1227291Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1227682Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1228082Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1228492Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1228886Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1229244Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1229608Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1230067Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1230440Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1230790Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1231272Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1231625Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1231978Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1232510Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:23:39.1232714Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1233028Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:39.1233236Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1233378Z ok (0.003s) 2022-12-01T10:23:39.1233821Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1234344Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1234858Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-12-01T10:23:39.1235050Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1235166Z ok (0.004s) 2022-12-01T10:23:39.1252650Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1253126Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1253701Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-12-01T10:23:39.1253893Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1254030Z ok (0.003s) 2022-12-01T10:23:39.1254421Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1254980Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1255363Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1256517Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:23:39.1256837Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:23:39.1256960Z ok (0.003s) 2022-12-01T10:23:39.1258066Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:23:39.1258425Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:23:39.1258564Z ok (0.006s) 2022-12-01T10:23:39.1258973Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1259330Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1259683Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1260051Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1260393Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:23:39.1260731Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:23:39.1261312Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.354s) 2022-12-01T10:23:39.1261686Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.324s) 2022-12-01T10:23:39.1262044Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:23:39.1262393Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:23:39.1262705Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:23:39.1263070Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:23:39.1263426Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:23:39.1263759Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:23:39.1264258Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:23:39.1264580Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:23:39.1264955Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1265292Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:23:39.1265602Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:23:39.1265944Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:23:39.1266285Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:39.1266654Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:39.1267022Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:23:39.1267388Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1267732Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.1268077Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1268407Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:23:39.1268712Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:39.1269024Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:23:39.1269351Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.1269681Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1270130Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:39.1270466Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.1270809Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:39.1271106Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:23:39.1271398Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:23:39.1271722Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:23:39.1272069Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:23:39.1272384Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:23:39.1272905Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:39.1273213Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1273521Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:23:39.1273847Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:23:39.1274130Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:39.1274431Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1274756Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1275069Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:39.1275400Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1275740Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1276207Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:39.1276523Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1276822Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:23:39.1277115Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1277426Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1277724Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1278028Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1278337Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.1278686Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1279018Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1279377Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:39.1279716Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:23:39.1280030Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:23:39.1280376Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1280742Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1281062Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1281398Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:39.1281743Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1282063Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:23:39.1282387Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:23:39.1282696Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.1283004Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1283342Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:23:39.1283688Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:23:39.1284037Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:23:39.1284525Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:39.1284878Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:39.1285223Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1285544Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:39.1285837Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.1286155Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1286465Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.1286878Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1287424Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1287866Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1288292Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1288673Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1289089Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1289506Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1289909Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1290306Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1290692Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1291073Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1291461Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1291866Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1292298Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1292767Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1293241Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1293692Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1294133Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1294729Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1295158Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1295555Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1296173Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1296623Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1297070Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1297444Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1297801Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1298160Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1298566Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1299065Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1299415Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1299773Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1300106Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1300444Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1300801Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1301173Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1301551Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1301922Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1302304Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1302684Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1303082Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1303457Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1303817Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1304193Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1304568Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1304918Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1305300Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1305689Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1306075Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1306447Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1306805Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1307343Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1307731Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1308085Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1308419Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1308782Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1309134Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1309488Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1309934Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1310428Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1310802Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1311149Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1311513Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1311860Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1312228Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1312596Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1313132Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-12-01T10:23:39.1313335Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1313475Z ok (0.007s) 2022-12-01T10:23:39.1313876Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1314290Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1314681Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1315062Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1315453Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1315857Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1316219Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1316575Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1317063Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1317451Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1317817Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1318199Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1318535Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1319066Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1319417Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1319776Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1320119Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1320481Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1320862Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1321225Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1321603Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1322054Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1322411Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1322753Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1323094Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1323443Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1323792Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1324144Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1324530Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1324901Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1325242Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1325556Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1325903Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1326280Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1326649Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1327002Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1327330Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1327665Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1328033Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1328386Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1328757Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1329107Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1329469Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1329822Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1330348Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1330723Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1331118Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1331481Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1331836Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1332193Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1332564Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1332932Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1333391Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1333780Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1334144Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1334775Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1335229Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1335653Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1336096Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1336536Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1336972Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1337412Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1337835Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1338262Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1338753Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1339264Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1339734Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1340152Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1340530Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1341054Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1341742Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1342202Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1342636Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1342978Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1343297Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1343646Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1343997Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1344510Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1344862Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1345201Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1345557Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1345887Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1346199Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1346629Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1347007Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1347380Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1347737Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1348121Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1348481Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1348846Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1349220Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1349589Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1350085Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1350501Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1350881Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1351242Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1351577Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1351979Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1352375Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1352759Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1353307Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1353683Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1354057Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1354444Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1354804Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1355183Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1355575Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1356067Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1356449Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1356804Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1357218Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1357572Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1357896Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1358225Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1358569Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1358917Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1359246Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1359629Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1360002Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1360381Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1360774Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1361142Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1361511Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1361847Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1362280Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1362646Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1363013Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1363365Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1363737Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1364074Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1364593Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1364967Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1365346Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1365718Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1366088Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1366459Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1366815Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1367192Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1367726Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1368094Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1368442Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1368822Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1369170Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1369522Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1369886Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1370237Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1370605Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1370979Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1371341Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1371696Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1372040Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1372368Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1372765Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1373082Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1373430Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1373813Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1374213Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1374764Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1375108Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1375459Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1375999Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:39.1376409Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:39.1376804Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:23:39.1377187Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1377558Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1377934Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1378363Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1378702Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1379233Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1379577Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1379936Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1380298Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1380657Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1381003Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1381354Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1381721Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1382097Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1382435Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1382759Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1383068Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1383382Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:23:39.1383751Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:23:39.1384051Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:23:39.1384359Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:23:39.1384692Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:39.1385021Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1385320Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:23:39.1385638Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1385950Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:39.1386261Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1386563Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1386856Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1387171Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1387629Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1387972Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1388291Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1388634Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:23:39.1389019Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:39.1389391Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:23:39.1389727Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1390152Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1390635Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1390981Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1391302Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.1391633Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1391973Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1392290Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1392619Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1392986Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:23:39.1393360Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:39.1393698Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1394032Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1394341Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1394707Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1395071Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1395390Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1395706Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1396045Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1396405Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1396743Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1397095Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:23:39.1397437Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:23:39.1397761Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:23:39.1398100Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1398459Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:39.1398814Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1399281Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.1399616Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:39.1399934Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1400263Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1400632Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1400928Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1401235Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:23:39.1401549Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1401884Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:23:39.1402315Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1402616Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1402911Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:39.1403205Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1403521Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1403867Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1404210Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1404570Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:23:39.1404918Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1405262Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:23:39.1405583Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1405918Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1406288Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1406603Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1406918Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1407243Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:23:39.1407592Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1407919Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:23:39.1408243Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1408565Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1408876Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1409204Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1409538Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1409868Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1410333Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1410679Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1411003Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1411334Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:23:39.1411697Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:39.1412059Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:23:39.1412387Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1412697Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1413063Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1413530Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1413863Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1414193Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:23:39.1414711Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:23:39.1415022Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:23:39.1415358Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:23:39.1415702Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:23:39.1416046Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1416378Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1416715Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1417030Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1417348Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1417705Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:39.1418034Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1418358Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:23:39.1418664Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:39.1419014Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:23:39.1419354Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1419668Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:23:39.1419970Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1420268Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:23:39.1420555Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:39.1420837Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:23:39.1421152Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:23:39.1421491Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:23:39.1421840Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.355s) 2022-12-01T10:23:39.1422339Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:23:39.1422658Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:23:39.1422970Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:23:39.1423256Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:23:39.1423630Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:23:39.1423950Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:23:39.1424241Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:23:39.1424539Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:23:39.1424935Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:23:39.1425487Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1426003Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-12-01T10:23:39.1426203Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:23:39.1426317Z ok (0.108s) 2022-12-01T10:23:39.1426663Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:23:39.1426966Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:23:39.1427311Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.1427654Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:23:39.1428012Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:23:39.1428355Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:23:39.1428691Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1429027Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1429951Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1430307Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1430653Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1431004Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1431397Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1431739Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1432068Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1432396Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1432677Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1432964Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1433278Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1433577Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1434428Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1434818Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1435203Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1435581Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1435905Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1436200Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1436787Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1437306Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1437717Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1438118Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1438524Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1438930Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1439660Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1440069Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1440462Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1440871Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1441276Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1441678Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1442098Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1442804Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1443216Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1443626Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1444043Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1444423Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1444791Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1445178Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1445513Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1445835Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1446169Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1446941Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1447310Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1447675Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1447991Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1448268Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1448614Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1448964Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1449356Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1449897Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1450271Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1450896Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1451289Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:23:39.1451689Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1452072Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.1452467Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1452868Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1453258Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1453643Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1454024Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1454397Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1455007Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1455230Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1455452Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1455888Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1456148Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1456406Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1456642Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1456875Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1457104Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1457332Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1457680Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1457900Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1458130Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1458354Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1458608Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1458842Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1459076Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1459315Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1459599Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1459828Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1460046Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1460295Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1460524Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1460751Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1460978Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1461204Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1461509Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1461696Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1461863Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1462011Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1462174Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1462359Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1462525Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1462693Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1462853Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1463037Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.006s) 2022-12-01T10:23:39.1463202Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1463373Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1463650Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1463815Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1464009Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1464170Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1464333Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1464493Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1464650Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1464810Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1464973Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1465130Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1465471Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1465639Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1465798Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1465957Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1466117Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1466275Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1466430Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1466591Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1466747Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1466924Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1467220Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1467396Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1467572Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1467745Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1467916Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1468089Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1468260Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1468420Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1468591Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1468766Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1469055Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1469233Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1469406Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1469608Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1469849Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1470021Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1470191Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1470346Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1470515Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1470686Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1470857Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1471095Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1471297Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1471504Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1471710Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1471948Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1472131Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1472336Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1472534Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1472730Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1472925Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1473122Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1473315Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1473533Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1473742Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1473959Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1474179Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1474378Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1474589Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1474824Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1475034Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1475245Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1475451Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1475658Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1475863Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1476060Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1476223Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1476368Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1476530Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1476693Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1476862Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1477150Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1477322Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1477487Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1477646Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1477810Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1477955Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1478112Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1478275Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1478439Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1478625Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1478924Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1479110Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:39.1479297Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1479476Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1479655Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1479815Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1480031Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1480207Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1480383Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1480558Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1480733Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1480910Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1481208Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1481394Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.1481589Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:39.1481769Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1481946Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1482123Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1482294Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1482467Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1482637Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1482814Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1482984Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1483147Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1483448Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-12-01T10:23:39.1483630Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1483810Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1484024Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1484202Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1484372Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1484542Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1484715Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1484876Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1485051Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1485220Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1485389Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1485712Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1485882Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1486045Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1486204Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1486365Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1486516Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1486675Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1486840Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1487029Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1487204Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1487502Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1487679Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1487857Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1488029Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1488189Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1488367Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1488535Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1488704Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1488874Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1489042Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1489334Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1489508Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1489678Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1489846Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1490005Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1490171Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1490340Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1490508Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1490674Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1490852Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1491176Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1491355Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1491527Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1491687Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1491855Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1492024Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1492190Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1492391Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1492561Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1492728Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1493017Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1493186Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1493343Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1493513Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1493683Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1493852Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1494013Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1494183Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1494348Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1494634Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1494940Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:23:39.1495176Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1495371Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:39.1495539Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1495701Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1495860Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1496023Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1496184Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1496341Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1496502Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1496721Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1496891Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1497081Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1497267Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1497439Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1497603Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1497770Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1497954Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:23:39.1498173Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:23:39.1498342Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:23:39.1498523Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:23:39.1498687Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1498863Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1499038Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1499212Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1499385Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1499558Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1499730Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1499889Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1500058Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1500245Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1500412Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1500593Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1500763Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1500932Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1501097Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1501261Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1501410Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1501576Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1501735Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1501924Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1502091Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1502271Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:39.1502427Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1502584Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:23:39.1502738Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:23:39.1502881Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:23:39.1503033Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:23:39.1503186Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:23:39.1503370Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:23:39.1503520Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:23:39.1503664Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:23:39.1503813Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:23:39.1503960Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:23:39.1504115Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:23:39.1504279Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1504441Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1504585Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1504712Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1504863Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1505014Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1505162Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1505319Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1505460Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1505613Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1505767Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1505922Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1506079Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1506232Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1506381Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.1506529Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:39.1506660Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1506822Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1506979Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1507133Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1507322Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:39.1507478Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1507628Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1507774Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1507922Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1508054Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1508198Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1508345Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:39.1508488Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1508706Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1508860Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1509019Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1509171Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1509310Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1509498Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1509683Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1509933Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1510142Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1510342Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1510537Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:23:39.1510686Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1510837Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1510970Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1511132Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1511294Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1511452Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1511612Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1511768Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1511920Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1512084Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1512241Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1512382Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1512532Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:39.1512714Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1512869Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513022Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513176Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513327Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513480Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513616Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513768Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1513919Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1514095Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.1514242Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:23:39.1514386Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1514534Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1514682Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1514817Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1514973Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1515125Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:23:39.1515278Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:23:39.1515449Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1515594Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:23:39.1515722Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:39.1515862Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:39.1515987Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:39.1516110Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:39.1516231Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:39.1516368Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:39.1516495Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-12-01T10:23:39.1516632Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:23:39.1516767Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1516895Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:23:39.1517017Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517151Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517282Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517408Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517531Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517659Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517783Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1517905Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1518046Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1518176Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1518309Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1518530Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:23:39.1518643Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:39.1518793Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:23:39.1518908Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:23:39.1518974Z ok (0.030s) 2022-12-01T10:23:39.1519095Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1519241Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1519388Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:23:39.1519558Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1519703Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.1519867Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-12-01T10:23:39.1520007Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:23:39.1520146Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1520276Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:23:39.1520907Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:23:39.1521050Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:23:39.1521116Z ok (0.022s) 2022-12-01T10:23:39.1521260Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1521404Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:23:39.1521552Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:23:39.1521702Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1521860Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1522011Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.1522167Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1522325Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1522479Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1522633Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1522805Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1522971Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1523137Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1523302Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1523434Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1523651Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-12-01T10:23:39.1523810Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:23:39.1523961Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1524110Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1524253Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1524405Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.1524551Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1524683Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1524842Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:23:39.1524994Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1525176Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1525332Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1525502Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-12-01T10:23:39.1525650Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:23:39.1525797Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1525940Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1526097Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1526253Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1526402Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1526557Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1526708Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1526855Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1527000Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:23:39.1527154Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1527285Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1527440Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1527590Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1527751Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:23:39.1527897Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1528053Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:23:39.1528198Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:39.1528368Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1528505Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1528680Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1528830Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1529043Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1529195Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1529345Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1529495Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1529660Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-12-01T10:23:39.1529794Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1529953Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1530115Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:23:39.1530276Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1530420Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1530617Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1530791Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1530946Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1531097Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1531227Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1531373Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1531515Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1531652Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1531821Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-12-01T10:23:39.1531967Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1532115Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1532261Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1532413Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-12-01T10:23:39.1532593Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-12-01T10:23:39.1532786Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-12-01T10:23:39.1532927Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1533070Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:23:39.1533213Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1533365Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1533517Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1533654Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1533791Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1533941Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1534089Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1534235Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1534381Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:23:39.1534706Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.1534850Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:23:39.1534999Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:23:39.1535144Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-12-01T10:23:39.1535284Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:23:39.1535434Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1535577Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:23:39.1535756Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1535932Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1536350Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1536703Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1536876Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1537036Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1537213Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1537563Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1537932Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1538297Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1538658Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1539021Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:23:39.1539180Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1539334Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1539478Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:23:39.1539616Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:23:39.1539759Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:23:39.1539902Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:23:39.1540047Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1540196Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1540342Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1540486Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1540629Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1540830Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1540978Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1541123Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1541269Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1541418Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1541568Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1541719Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1541873Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1542007Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1542155Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1542324Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1542472Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1542614Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1542759Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1542907Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1543055Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1543201Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1543336Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1543483Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1543631Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1543776Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1543922Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1544066Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1544214Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1544361Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1544494Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:23:39.1544638Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1544781Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1544923Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1545068Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1545208Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:23:39.1545352Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1545496Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1545625Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1545764Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1545908Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1546087Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1546232Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1546374Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1546515Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1546657Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1546807Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1546935Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1547081Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1547226Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:23:39.1547370Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1547535Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1547679Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1547818Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1547962Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1548095Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1548235Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1548374Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1548517Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1548658Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1548805Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1548948Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1549090Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1549222Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1549368Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1549510Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1549656Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:23:39.1549876Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1550018Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1550159Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1550346Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1550479Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1550623Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1550772Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1550915Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1551056Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:23:39.1551200Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1551381Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1551529Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1551673Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1551830Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:23:39.1551984Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1552148Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:23:39.1552356Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1552564Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1552811Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1553012Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1553233Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1553431Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1553618Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1553816Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1554019Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1554224Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1554425Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1554630Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1554829Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1555026Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1555225Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1555429Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1555632Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1555824Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1556025Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1556221Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1556453Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1556646Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1556841Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1557042Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1557241Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1557437Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1557659Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1557858Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1558044Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1558238Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1558433Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1558629Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1558825Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1559024Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1559221Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1559415Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1559609Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1559799Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1559982Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1560180Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1560374Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1560569Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1560765Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1560959Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1561153Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1561388Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1561584Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1561776Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1561971Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1562155Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1562354Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1562575Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1562772Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1562966Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1563165Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1563362Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1563555Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1563760Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1563963Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1564161Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1564344Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1564538Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1564735Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1564935Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:23:39.1564947Z 2022-12-01T10:23:39.1565158Z ---------------------------------------------------------------------- 2022-12-01T10:23:39.1565238Z Ran 8284 tests in 74.574s 2022-12-01T10:23:39.1565243Z 2022-12-01T10:23:39.1565342Z OK (skipped=901, expected failures=14) 2022-12-01T10:23:39.1565348Z 2022-12-01T10:23:39.1565431Z Generating XML reports... 2022-12-01T10:23:39.1565742Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201102222.xml 2022-12-01T10:23:39.1565748Z 2022-12-01T10:23:39.1566166Z ##[endgroup] 2022-12-01T10:23:39.1566462Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_opwe5e9r) 2022-12-01T10:23:39.1566469Z 2022-12-01T10:23:40.5660118Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:40.6309830Z Ignoring disabled issues: [] 2022-12-01T10:23:40.6446643Z Running test_serialization ... [2022-12-01 10:23:40.644326] 2022-12-01T10:23:40.6449478Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:40.644637] 2022-12-01T10:24:20.4495625Z 2022-12-01T10:24:20.4496170Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-12-01T10:24:20.4497932Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_d20zi9um) 2022-12-01T10:24:20.4498811Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-12-01T10:24:20.4499088Z 2022-12-01T10:24:20.4499210Z Running tests... 2022-12-01T10:24:20.4499843Z ---------------------------------------------------------------------- 2022-12-01T10:24:20.4500229Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (0.287s) 2022-12-01T10:24:20.4500552Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.019s) 2022-12-01T10:24:20.4501026Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.025s) 2022-12-01T10:24:20.4501305Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.025s) 2022-12-01T10:24:20.4501602Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.095s) 2022-12-01T10:24:20.4501867Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.104s) 2022-12-01T10:24:20.4502143Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.171s) 2022-12-01T10:24:20.4502442Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.036s) 2022-12-01T10:24:20.4503549Z 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:24:20.4504240Z argument_names, 2022-12-01T10:24:20.4504400Z ok (0.024s) 2022-12-01T10:24:20.4504614Z test_vision_alexnet (__main__.TestModel) ... ok (0.706s) 2022-12-01T10:24:20.4504869Z test_vision_densenet121 (__main__.TestModel) ... ok (3.860s) 2022-12-01T10:24:20.4505701Z 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:24:20.4506221Z FutureWarning, 2022-12-01T10:24:20.4506395Z ok (1.929s) 2022-12-01T10:24:20.4506609Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.350s) 2022-12-01T10:24:20.4506872Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.403s) 2022-12-01T10:24:20.4507117Z test_vision_resnet50 (__main__.TestModel) ... ok (1.546s) 2022-12-01T10:24:20.4507379Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (4.752s) 2022-12-01T10:24:20.4507645Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (1.672s) 2022-12-01T10:24:20.4507901Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (1.559s) 2022-12-01T10:24:20.4508172Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.717s) 2022-12-01T10:24:20.4508442Z test_vision_vgg16 (__main__.TestModel) ... ok (3.060s) 2022-12-01T10:24:20.4508683Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (3.578s) 2022-12-01T10:24:20.4508931Z test_add (__main__.TestOp) ... ok (0.096s) 2022-12-01T10:24:20.4509161Z test_add_scalar (__main__.TestOp) ... ok (0.013s) 2022-12-01T10:24:20.4509474Z test_addmm (__main__.TestOp) ... ok (0.015s) 2022-12-01T10:24:20.4509778Z test_avg_pool2d (__main__.TestOp) ... ok (3.025s) 2022-12-01T10:24:20.4510017Z test_bn2d (__main__.TestOp) ... ok (0.019s) 2022-12-01T10:24:20.4510239Z test_cat (__main__.TestOp) ... ok (0.143s) 2022-12-01T10:24:20.4510453Z test_conv2d (__main__.TestOp) ... ok (12.254s) 2022-12-01T10:24:20.4510683Z test_eltwise (__main__.TestOp) ... ok (0.019s) 2022-12-01T10:24:20.4510923Z test_identity_binary (__main__.TestOp) ... ok (0.004s) 2022-12-01T10:24:20.4511153Z test_layer_norm (__main__.TestOp) ... ok (0.015s) 2022-12-01T10:24:20.4511391Z test_linear (__main__.TestOp) ... ok (0.030s) 2022-12-01T10:24:20.4511627Z test_max_pool2d (__main__.TestOp) ... ok (2.177s) 2022-12-01T10:24:20.4511846Z test_mul (__main__.TestOp) ... ok (0.095s) 2022-12-01T10:24:20.4512072Z test_softmax (__main__.TestOp) ... ok (0.086s) 2022-12-01T10:24:20.4512307Z test_typecheck (__main__.TestOp) ... ok (0.016s) 2022-12-01T10:24:20.4512567Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.013s) 2022-12-01T10:24:20.4512710Z 2022-12-01T10:24:20.4512961Z ---------------------------------------------------------------------- 2022-12-01T10:24:20.4513204Z Ran 37 tests in 44.941s 2022-12-01T10:24:20.4513322Z 2022-12-01T10:24:20.4513383Z OK 2022-12-01T10:24:20.4513474Z 2022-12-01T10:24:20.4513545Z Generating XML reports... 2022-12-01T10:24:20.4514004Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201102334.xml 2022-12-01T10:24:20.4514570Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201102334.xml 2022-12-01T10:24:20.4515078Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201102334.xml 2022-12-01T10:24:20.4515541Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201102334.xml 2022-12-01T10:24:20.4515754Z 2022-12-01T10:24:20.4516026Z ##[endgroup] 2022-12-01T10:24:20.4516420Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_d20zi9um) 2022-12-01T10:24:20.4516638Z 2022-12-01T10:24:21.6470759Z 2022-12-01T10:24:21.6471286Z Expand the folded group to see the log file of test_serialization 2022-12-01T10:24:21.6472218Z ##[group]PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_c1m3teem) 2022-12-01T10:24:21.6472960Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-12-01T10:24:21.6473230Z 2022-12-01T10:24:21.6473342Z Running tests... 2022-12-01T10:24:21.6473801Z ---------------------------------------------------------------------- 2022-12-01T10:24:21.6474394Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.104s) 2022-12-01T10:24:21.6495508Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... ok (0.080s) 2022-12-01T10:24:21.6496218Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6496672Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6496993Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.054s) 2022-12-01T10:24:21.6497298Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6497614Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:24:21.6497944Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.179s) 2022-12-01T10:24:21.6498261Z test_serialization (__main__.TestOldSerialization) ... ok (0.024s) 2022-12-01T10:24:21.6498564Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.032s) 2022-12-01T10:24:21.6498900Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.019s) 2022-12-01T10:24:21.6499421Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.015s) 2022-12-01T10:24:21.6499739Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.010s) 2022-12-01T10:24:21.6500116Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:24:21.6500531Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:24:21.6500902Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.004s) 2022-12-01T10:24:21.6501202Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.017s) 2022-12-01T10:24:21.6501534Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6537135Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6537705Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.434s) 2022-12-01T10:24:21.6538487Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6539050Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.012s) 2022-12-01T10:24:21.6540717Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:24:21.6541851Z test_serialization_offset (__main__.TestOldSerialization) ... ok (11.297s) 2022-12-01T10:24:21.6542452Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (8.063s) 2022-12-01T10:24:21.6542974Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (8.505s) 2022-12-01T10:24:21.6543397Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.004s) 2022-12-01T10:24:21.6543896Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.032s) 2022-12-01T10:24:21.6544387Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-12-01T10:24:21.6544970Z test_serialization_sparse (__main__.TestOldSerialization) ... ok (0.029s) 2022-12-01T10:24:21.6546183Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... test_serialization.py:339: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:24:21.6546824Z x = x.to_sparse_csr() 2022-12-01T10:24:21.6546986Z ok (0.005s) 2022-12-01T10:24:21.6547260Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.009s) 2022-12-01T10:24:21.6547594Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.031s) 2022-12-01T10:24:21.6547913Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6548224Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.009s) 2022-12-01T10:24:21.6548534Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6548820Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6549100Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6549408Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.005s) 2022-12-01T10:24:21.6549790Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6550111Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6550540Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6550880Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:24:21.6551221Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.010s) 2022-12-01T10:24:21.6551532Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:24:21.6551846Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.236s) 2022-12-01T10:24:21.6552148Z test_serialization (__main__.TestSerialization) ... ok (0.029s) 2022-12-01T10:24:21.6552437Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (9.194s) 2022-12-01T10:24:21.6552733Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.012s) 2022-12-01T10:24:21.6553056Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.012s) 2022-12-01T10:24:21.6553409Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:24:21.6553836Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-12-01T10:24:21.6554191Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6554487Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.008s) 2022-12-01T10:24:21.6554804Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6555123Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6555446Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.456s) 2022-12-01T10:24:21.6555764Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6556066Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.020s) 2022-12-01T10:24:21.6556366Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.076s) 2022-12-01T10:24:21.6556669Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:24:21.6556966Z test_serialization_safe (__main__.TestSerialization) ... ok (0.024s) 2022-12-01T10:24:21.6557253Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6557559Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.022s) 2022-12-01T10:24:21.6557870Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:24:21.6558177Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-12-01T10:24:21.6558485Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.024s) 2022-12-01T10:24:21.6558791Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6559599Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/serialization.py:781: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-12-01T10:24:21.6560088Z " silence this warning)", UserWarning) 2022-12-01T10:24:21.6560283Z ok (0.021s) 2022-12-01T10:24:21.6563393Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.008s) 2022-12-01T10:24:21.6564070Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.025s) 2022-12-01T10:24:21.6564631Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.026s) 2022-12-01T10:24:21.6565213Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6565742Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-12-01T10:24:21.6566244Z ok (0.002s) 2022-12-01T10:24:21.6566731Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6567131Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-12-01T10:24:21.6567471Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6567808Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6568153Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:24:21.6568500Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:24:21.6568701Z 2022-12-01T10:24:21.6568937Z ---------------------------------------------------------------------- 2022-12-01T10:24:21.6569181Z Ran 80 tests in 39.271s 2022-12-01T10:24:21.6569296Z 2022-12-01T10:24:21.6569367Z OK (skipped=5) 2022-12-01T10:24:21.6569464Z 2022-12-01T10:24:21.6569548Z Generating XML reports... 2022-12-01T10:24:21.6570041Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201102342.xml 2022-12-01T10:24:21.6570618Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201102342.xml 2022-12-01T10:24:21.6571144Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201102342.xml 2022-12-01T10:24:21.6571699Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201102342.xml 2022-12-01T10:24:21.6571967Z 2022-12-01T10:24:21.6572435Z ##[endgroup] 2022-12-01T10:24:21.6572832Z FINISHED PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_c1m3teem) 2022-12-01T10:24:21.6573062Z 2022-12-01T10:24:22.1233784Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:22.1913310Z Ignoring disabled issues: [] 2022-12-01T10:24:22.3069961Z Running test_jit_autocast ... [2022-12-01 10:24:22.306511] 2022-12-01T10:24:22.3070891Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:22.306800] 2022-12-01T10:24:23.2057270Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:23.2693703Z Ignoring disabled issues: [] 2022-12-01T10:24:23.2829600Z Running test_xnnpack_integration ... [2022-12-01 10:24:23.282677] 2022-12-01T10:24:23.2831475Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:23.282944] 2022-12-01T10:24:35.4481873Z 2022-12-01T10:24:35.4482433Z Expand the folded group to see the log file of test_xnnpack_integration 2022-12-01T10:24:35.4484927Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (/var/lib/jenkins/workspace/test/test-reports/test_xnnpack_integration_kvb949cv) 2022-12-01T10:24:35.4486096Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-12-01T10:24:35.4486511Z 2022-12-01T10:24:35.4486661Z Running tests... 2022-12-01T10:24:35.4487294Z ---------------------------------------------------------------------- 2022-12-01T10:24:35.4488147Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:24:35.4489140Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:24:35.4489917Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.079s) 2022-12-01T10:24:35.4490474Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.942s) 2022-12-01T10:24:35.4491238Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-12-01T10:24:35.4492230Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.283s) 2022-12-01T10:24:35.4492855Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.090s) 2022-12-01T10:24:35.4493467Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.606s) 2022-12-01T10:24:35.4494275Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.006s) 2022-12-01T10:24:35.4495433Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.711s) 2022-12-01T10:24:35.4496018Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (3.082s) 2022-12-01T10:24:35.4496792Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.003s) 2022-12-01T10:24:35.4497294Z 2022-12-01T10:24:35.4497729Z ---------------------------------------------------------------------- 2022-12-01T10:24:35.4498224Z Ran 12 tests in 10.809s 2022-12-01T10:24:35.4498458Z 2022-12-01T10:24:35.4498609Z OK (skipped=5) 2022-12-01T10:24:35.4498810Z 2022-12-01T10:24:35.4498981Z Generating XML reports... 2022-12-01T10:24:35.4499998Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221201102424.xml 2022-12-01T10:24:35.4501232Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221201102424.xml 2022-12-01T10:24:35.4502438Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221201102424.xml 2022-12-01T10:24:35.4503725Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221201102424.xml 2022-12-01T10:24:35.4504337Z 2022-12-01T10:24:35.4504822Z ##[endgroup] 2022-12-01T10:24:35.4505695Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (/var/lib/jenkins/workspace/test/test-reports/test_xnnpack_integration_kvb949cv) 2022-12-01T10:24:35.4506200Z 2022-12-01T10:24:37.9527749Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:38.0619215Z Ignoring disabled issues: [] 2022-12-01T10:24:38.0820793Z Running lazy/test_ts_opinfo ... [2022-12-01 10:24:38.081700] 2022-12-01T10:24:38.0822212Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:38.082001] 2022-12-01T10:24:42.8934342Z 2022-12-01T10:24:42.8935461Z Expand the folded group to see the log file of test_jit_autocast 2022-12-01T10:24:42.8938749Z ##[group]PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_9gwfwcir) 2022-12-01T10:24:42.8939761Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-12-01T10:24:42.8940849Z CUDA not available, skipping tests 2022-12-01T10:24:42.8941752Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:24:42.8942068Z 2022-12-01T10:24:42.8942346Z Running tests... 2022-12-01T10:24:42.8943034Z ---------------------------------------------------------------------- 2022-12-01T10:24:42.8943564Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:24:42.8944167Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-12-01T10:24:42.8944761Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.003s) 2022-12-01T10:24:42.8945380Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-12-01T10:24:42.8945956Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8946496Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.014s) 2022-12-01T10:24:42.8947011Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8947511Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8948277Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8948805Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8949381Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.010s) 2022-12-01T10:24:42.8949989Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8950494Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-12-01T10:24:42.8950986Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8951481Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8951957Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8952448Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8952964Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8953552Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8954089Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8954587Z test_ignore_amp (__main__.TestAutocast) ... ok (0.030s) 2022-12-01T10:24:42.8955077Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8955571Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8956043Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.097s) 2022-12-01T10:24:42.8956557Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8957078Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8957596Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8958119Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8958670Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8959219Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-12-01T10:24:42.8959737Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8960231Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8960699Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8961184Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8961674Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8962168Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8962649Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8963198Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-12-01T10:24:42.8963765Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8964279Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-12-01T10:24:42.8964798Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8965413Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-12-01T10:24:42.8966016Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8966491Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8967122Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-12-01T10:24:42.8967847Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (6.330s) 2022-12-01T10:24:42.8969498Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:24:42.8970499Z warnings.warn(msg, FutureWarning) 2022-12-01T10:24:42.8970815Z ok (6.025s) 2022-12-01T10:24:42.8971242Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (4.171s) 2022-12-01T10:24:42.8971783Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.058s) 2022-12-01T10:24:42.8972319Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-12-01T10:24:42.8972881Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.070s) 2022-12-01T10:24:42.8973493Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.065s) 2022-12-01T10:24:42.8973783Z 2022-12-01T10:24:42.8974103Z ---------------------------------------------------------------------- 2022-12-01T10:24:42.8974708Z Ran 52 tests in 16.913s 2022-12-01T10:24:42.8974915Z 2022-12-01T10:24:42.8975042Z OK (skipped=44) 2022-12-01T10:24:42.8975236Z 2022-12-01T10:24:42.8975383Z Generating XML reports... 2022-12-01T10:24:42.8976105Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201102425.xml 2022-12-01T10:24:42.8977044Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201102425.xml 2022-12-01T10:24:42.8977467Z 2022-12-01T10:24:42.8977913Z ##[endgroup] 2022-12-01T10:24:42.8978560Z FINISHED PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_9gwfwcir) 2022-12-01T10:24:42.8978939Z 2022-12-01T10:24:44.4164074Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:44.4787045Z Ignoring disabled issues: [] 2022-12-01T10:24:44.4923755Z Running test_stateless ... [2022-12-01 10:24:44.492138] 2022-12-01T10:24:44.4926405Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:44.492440] 2022-12-01T10:24:49.9591011Z 2022-12-01T10:24:49.9591683Z Expand the folded group to see the log file of test_stateless 2022-12-01T10:24:49.9592803Z ##[group]PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_kxzcazpe) 2022-12-01T10:24:49.9593860Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-12-01T10:24:49.9594165Z 2022-12-01T10:24:49.9594286Z Running tests... 2022-12-01T10:24:49.9594921Z ---------------------------------------------------------------------- 2022-12-01T10:24:49.9595579Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (2.851s) 2022-12-01T10:24:49.9596260Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (0.985s) 2022-12-01T10:24:49.9650311Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-12-01T10:24:49.9650892Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:24:49.9651425Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-12-01T10:24:49.9652530Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:24:49.9654745Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-12-01T10:24:49.9655493Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.075s) 2022-12-01T10:24:49.9656404Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.012s) 2022-12-01T10:24:49.9657597Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-12-01T10:24:49.9659263Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-12-01T10:24:49.9660113Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-12-01T10:24:49.9660699Z 2022-12-01T10:24:49.9662012Z ---------------------------------------------------------------------- 2022-12-01T10:24:49.9662418Z Ran 12 tests in 3.949s 2022-12-01T10:24:49.9662610Z 2022-12-01T10:24:49.9665205Z OK (skipped=1) 2022-12-01T10:24:49.9665931Z 2022-12-01T10:24:49.9666981Z Generating XML reports... 2022-12-01T10:24:49.9667757Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201102445.xml 2022-12-01T10:24:49.9668793Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201102445.xml 2022-12-01T10:24:49.9669832Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201102445.xml 2022-12-01T10:24:49.9670684Z 2022-12-01T10:24:49.9671426Z ##[endgroup] 2022-12-01T10:24:49.9672221Z FINISHED PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_kxzcazpe) 2022-12-01T10:24:49.9672628Z 2022-12-01T10:24:51.5565327Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:51.6204588Z Ignoring disabled issues: [] 2022-12-01T10:24:51.6345287Z Running test_functionalization ... [2022-12-01 10:24:51.634200] 2022-12-01T10:24:51.6347874Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:51.634536] 2022-12-01T10:24:54.0453784Z 2022-12-01T10:24:54.0454378Z Expand the folded group to see the log file of test_functionalization 2022-12-01T10:24:54.0455535Z ##[group]PRINTING LOG FILE of test_functionalization (/var/lib/jenkins/workspace/test/test-reports/test_functionalization_jd9y0i6e) 2022-12-01T10:24:54.0456483Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-12-01T10:24:54.0456827Z 2022-12-01T10:24:54.0456936Z Running tests... 2022-12-01T10:24:54.0457442Z ---------------------------------------------------------------------- 2022-12-01T10:24:54.0458051Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.257s) 2022-12-01T10:24:54.0458595Z test_as_strided (__main__.TestFunctionalization) ... ok (0.014s) 2022-12-01T10:24:54.0459053Z test_cat (__main__.TestFunctionalization) ... ok (0.012s) 2022-12-01T10:24:54.0459582Z test_copy_ (__main__.TestFunctionalization) ... ok (0.057s) 2022-12-01T10:24:54.0460113Z test_diagonal (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:24:54.0460683Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.012s) 2022-12-01T10:24:54.0461245Z test_everything (__main__.TestFunctionalization) ... ok (0.096s) 2022-12-01T10:24:54.0461826Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.007s) 2022-12-01T10:24:54.0462424Z test_fill_ (__main__.TestFunctionalization) ... ok (0.015s) 2022-12-01T10:24:54.0462998Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-12-01T10:24:54.0463577Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:24:54.0464157Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.014s) 2022-12-01T10:24:54.0464745Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:24:54.0465335Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.004s) 2022-12-01T10:24:54.0465936Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:24:54.0467417Z test_multi_out (__main__.TestFunctionalization) ... test_functionalization.py:187: 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:54.0469064Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-12-01T10:24:54.0469439Z ok (0.016s) 2022-12-01T10:24:54.0469994Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.011s) 2022-12-01T10:24:54.0470602Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.009s) 2022-12-01T10:24:54.0471284Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.009s) 2022-12-01T10:24:54.0471894Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.003s) 2022-12-01T10:24:54.0472449Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.014s) 2022-12-01T10:24:54.0473047Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.013s) 2022-12-01T10:24:54.0473755Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.007s) 2022-12-01T10:24:54.0474358Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.020s) 2022-12-01T10:24:54.0474914Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.046s) 2022-12-01T10:24:54.0475505Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:24:54.0476083Z test_scalars (__main__.TestFunctionalization) ... ok (0.016s) 2022-12-01T10:24:54.0476602Z test_simple (__main__.TestFunctionalization) ... ok (0.020s) 2022-12-01T10:24:54.0478037Z test_simple_out (__main__.TestFunctionalization) ... test_functionalization.py:149: 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:54.0479504Z torch.add(y, tmp, out=z) 2022-12-01T10:24:54.0479851Z ok (0.018s) 2022-12-01T10:24:54.0480262Z test_split (__main__.TestFunctionalization) ... ok (0.018s) 2022-12-01T10:24:54.0480798Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.018s) 2022-12-01T10:24:54.0481377Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.007s) 2022-12-01T10:24:54.0482028Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-12-01T10:24:54.0482634Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.016s) 2022-12-01T10:24:54.0482946Z 2022-12-01T10:24:54.0483383Z ---------------------------------------------------------------------- 2022-12-01T10:24:54.0483840Z Ran 34 tests in 0.806s 2022-12-01T10:24:54.0484076Z 2022-12-01T10:24:54.0484175Z OK 2022-12-01T10:24:54.0484354Z 2022-12-01T10:24:54.0484519Z Generating XML reports... 2022-12-01T10:24:54.0485375Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221201102452.xml 2022-12-01T10:24:54.0485875Z 2022-12-01T10:24:54.0486350Z ##[endgroup] 2022-12-01T10:24:54.0487144Z FINISHED PRINTING LOG FILE of test_functionalization (/var/lib/jenkins/workspace/test/test-reports/test_functionalization_jd9y0i6e) 2022-12-01T10:24:54.0487612Z 2022-12-01T10:24:55.5448112Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:55.6087861Z Ignoring disabled issues: [] 2022-12-01T10:24:55.6230492Z Running profiler/test_profiler ... [2022-12-01 10:24:55.622733] 2022-12-01T10:24:55.6233540Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:55.623051] 2022-12-01T10:24:56.3845061Z 2022-12-01T10:24:56.3845615Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-12-01T10:24:56.3846611Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_7x8ap5ga) 2022-12-01T10:24:56.3847488Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-12-01T10:24:56.3847815Z 2022-12-01T10:24:56.3847948Z Running tests... 2022-12-01T10:24:56.3848420Z ---------------------------------------------------------------------- 2022-12-01T10:24:56.3848905Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.331s) 2022-12-01T10:24:56.3849422Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:56.3849995Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.431s) 2022-12-01T10:24:56.3850533Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.464s) 2022-12-01T10:24:56.3851092Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:56.3851897Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:56.3852568Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:56.3853209Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-12-01T10:24:56.3853850Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.127s) 2022-12-01T10:24:56.3854680Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.082s) 2022-12-01T10:24:56.3855274Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3855867Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:24:56.3856460Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.120s) 2022-12-01T10:24:56.3857082Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.184s) 2022-12-01T10:24:56.3857711Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.602s) 2022-12-01T10:24:56.3858333Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3858939Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3859569Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.342s) 2022-12-01T10:24:56.3860203Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.303s) 2022-12-01T10:24:56.3860863Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.107s) 2022-12-01T10:24:56.3861524Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3862233Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:24:56.3862924Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3863520Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.055s) 2022-12-01T10:24:56.3864120Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:56.3864701Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:56.3865301Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3865906Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:56.3866483Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3867069Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3867652Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3868435Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3869018Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.078s) 2022-12-01T10:24:56.3869757Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.598s) 2022-12-01T10:24:56.3870375Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3870969Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3871599Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3872243Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3872929Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3873560Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.630s) 2022-12-01T10:24:56.3874275Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.133s) 2022-12-01T10:24:56.3874885Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3875520Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3876187Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:56.3876825Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.608s) 2022-12-01T10:24:56.3882936Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3883505Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3884028Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:56.3884359Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3884688Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.082s) 2022-12-01T10:24:56.3885027Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.095s) 2022-12-01T10:24:56.3885344Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3885654Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3886178Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:56.3886717Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.468s) 2022-12-01T10:24:56.3887263Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-12-01T10:24:56.3887832Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3888219Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3888548Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:56.3888876Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:56.3889221Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.116s) 2022-12-01T10:24:56.3889528Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3889855Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:24:56.3890187Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:56.3890498Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3890816Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3891239Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:24:56.3891568Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:56.3891889Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3892201Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.090s) 2022-12-01T10:24:56.3892515Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:24:56.3892808Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:56.3893109Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:56.3893420Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3893734Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3894040Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3894394Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.082s) 2022-12-01T10:24:56.3894953Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.081s) 2022-12-01T10:24:56.3895388Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3895840Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3896352Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:56.3896888Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:56.3897508Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:56.3898116Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3898746Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:24:56.3899319Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3899891Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:56.3900474Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-12-01T10:24:56.3901121Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.165s) 2022-12-01T10:24:56.3901729Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:56.3902359Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.079s) 2022-12-01T10:24:56.3902979Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3903533Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.248s) 2022-12-01T10:24:56.3903872Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3904216Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3904574Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-12-01T10:24:56.3905009Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3905380Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3905749Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3906249Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:24:56.3906633Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:56.3906971Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3907301Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:56.3907644Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3907986Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3908331Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3908658Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:56.3908996Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3909377Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3909797Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3910128Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3910476Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:56.3910825Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3911228Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:56.3911584Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3911957Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3912339Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3912691Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.663s) 2022-12-01T10:24:56.3913032Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:56.3913375Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3913773Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3914131Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3914486Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.563s) 2022-12-01T10:24:56.3914830Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3915162Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3915482Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3915827Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3916185Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.114s) 2022-12-01T10:24:56.3916538Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.185s) 2022-12-01T10:24:56.3916885Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3917218Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3917626Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:56.3917977Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.412s) 2022-12-01T10:24:56.3918320Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:56.3918665Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3919008Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-12-01T10:24:56.3919344Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3919698Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:56.3920049Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:56.3920421Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3920771Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:56.3921128Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3921476Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3921803Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3922154Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.365s) 2022-12-01T10:24:56.3922505Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:56.3922847Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:56.3923181Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3923519Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:56.3923859Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:56.3924174Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:56.3924509Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3924844Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:56.3925184Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3925510Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:56.3925840Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:24:56.3926175Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3926504Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3926831Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3927160Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:56.3927496Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.632s) 2022-12-01T10:24:56.3939437Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3940128Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.114s) 2022-12-01T10:24:56.3940666Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:24:56.3941031Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3941361Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3941696Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3942024Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3942336Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3942661Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3943010Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:24:56.3943370Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:56.3943736Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3944062Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3944403Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3944758Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3945103Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3945454Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3945833Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-12-01T10:24:56.3946178Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3946500Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:56.3946822Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3947147Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:56.3947458Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3947782Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3948101Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3948407Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3948717Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3949040Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3949358Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:56.3949748Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3950076Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3950411Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3950759Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3951103Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3951443Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3951808Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3952134Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3952478Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-12-01T10:24:56.3952834Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.088s) 2022-12-01T10:24:56.3953169Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3953480Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3953794Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3954111Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3954434Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:56.3954810Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3955140Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3955456Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:56.3955764Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:56.3956088Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3956415Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3956743Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3957047Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3957377Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:56.3957718Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3958036Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:56.3958362Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3958697Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:56.3959037Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:56.3959358Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:56.3959680Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3960020Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:56.3960342Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:56.3960662Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3960986Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3961306Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3961608Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:56.3961924Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:56.3962241Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3962562Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:56.3962905Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:56.3963227Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3963547Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:56.3963853Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:56.3964211Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-12-01T10:24:56.3964536Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-12-01T10:24:56.3964810Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-12-01T10:24:56.3964964Z 2022-12-01T10:24:56.3965267Z ---------------------------------------------------------------------- 2022-12-01T10:24:56.3965512Z Ran 237 tests in 14.601s 2022-12-01T10:24:56.3965630Z 2022-12-01T10:24:56.3965725Z OK (skipped=8, expected failures=2) 2022-12-01T10:24:56.3965857Z 2022-12-01T10:24:56.3965929Z Generating XML reports... 2022-12-01T10:24:56.3966396Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201102441.xml 2022-12-01T10:24:56.3966941Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201102441.xml 2022-12-01T10:24:56.3967461Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201102441.xml 2022-12-01T10:24:56.3967689Z 2022-12-01T10:24:56.3968072Z ##[endgroup] 2022-12-01T10:24:56.3968471Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_7x8ap5ga) 2022-12-01T10:24:56.3968692Z 2022-12-01T10:24:57.8578914Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:57.9235207Z Ignoring disabled issues: [] 2022-12-01T10:24:57.9380062Z Running test_transformers ... [2022-12-01 10:24:57.937360] 2022-12-01T10:24:57.9380957Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:57.937709] 2022-12-01T10:25:02.4297350Z 2022-12-01T10:25:02.4297842Z Expand the folded group to see the log file of test_transformers 2022-12-01T10:25:02.4298992Z ##[group]PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_4gvrjn98) 2022-12-01T10:25:02.4299876Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-12-01T10:25:02.4300196Z 2022-12-01T10:25:02.4300313Z Running tests... 2022-12-01T10:25:02.4300805Z ---------------------------------------------------------------------- 2022-12-01T10:25:02.4301392Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.007s) 2022-12-01T10:25:02.4301941Z test_mask_check_fastpath (__main__.TestTransformers) 2022-12-01T10:25:02.4303469Z Test that fastpath is executed independently of the mask that is passed. ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:25:02.4304497Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:25:02.4304943Z ok (0.022s) 2022-12-01T10:25:02.4305482Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:25:02.4306141Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4306711Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4307370Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.022s) 2022-12-01T10:25:02.4308042Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4308451Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4308841Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4309235Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4309723Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4310125Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.017s) 2022-12-01T10:25:02.4310583Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4310991Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4311383Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4311776Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4312157Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4312542Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4312941Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4313332Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4313716Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.017s) 2022-12-01T10:25:02.4314113Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4314506Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.068s) 2022-12-01T10:25:02.4314902Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-12-01T10:25:02.4315281Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:25:02.4315672Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4316066Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4316471Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:25:02.4316902Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.028s) 2022-12-01T10:25:02.4317284Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4317674Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4318108Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:25:02.4318470Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.003s) 2022-12-01T10:25:02.4318983Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-12-01T10:25:02.4319359Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... ok (0.278s) 2022-12-01T10:25:02.4319749Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.043s) 2022-12-01T10:25:02.4320189Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.066s) 2022-12-01T10:25:02.4320647Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.058s) 2022-12-01T10:25:02.4321078Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.044s) 2022-12-01T10:25:02.4321503Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.028s) 2022-12-01T10:25:02.4321931Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-12-01T10:25:02.4322341Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.045s) 2022-12-01T10:25:02.4322765Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.045s) 2022-12-01T10:25:02.4323206Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:25:02.4323818Z Test TransformerEncoder fastpath output matches slowpath output ... test_transformers.py:216: 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:25:02.4324272Z ) for pair in input_mask_pairs 2022-12-01T10:25:02.4324462Z ok (0.521s) 2022-12-01T10:25:02.4324783Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:25:02.4325475Z 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:25:02.4326023Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:25:02.4326281Z ok (0.512s) 2022-12-01T10:25:02.4326602Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:25:02.4326991Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.379s) 2022-12-01T10:25:02.4327373Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:25:02.4327758Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.387s) 2022-12-01T10:25:02.4328149Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:25:02.4328555Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.009s) 2022-12-01T10:25:02.4328984Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:25:02.4329390Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.009s) 2022-12-01T10:25:02.4329800Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:25:02.4330203Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.008s) 2022-12-01T10:25:02.4330593Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:25:02.4330995Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.008s) 2022-12-01T10:25:02.4331370Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:25:02.4331731Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:25:02.4332127Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:25:02.4332329Z 2022-12-01T10:25:02.4332530Z ---------------------------------------------------------------------- 2022-12-01T10:25:02.4332774Z Ran 54 tests in 2.876s 2022-12-01T10:25:02.4332887Z 2022-12-01T10:25:02.4332945Z OK (skipped=3) 2022-12-01T10:25:02.4333053Z 2022-12-01T10:25:02.4333136Z Generating XML reports... 2022-12-01T10:25:02.4333549Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201102459.xml 2022-12-01T10:25:02.4333784Z 2022-12-01T10:25:02.4334051Z ##[endgroup] 2022-12-01T10:25:02.4334442Z FINISHED PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_4gvrjn98) 2022-12-01T10:25:02.4334892Z 2022-12-01T10:25:02.4767041Z 2022-12-01T10:25:02.4767886Z Expand the folded group to see the log file of profiler/test_profiler 2022-12-01T10:25:02.4768970Z ##[group]PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_n3rhy3x5) 2022-12-01T10:25:02.4769819Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-12-01T10:25:02.4770653Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:02.4770918Z 2022-12-01T10:25:02.4771052Z Running tests... 2022-12-01T10:25:02.4771614Z ---------------------------------------------------------------------- 2022-12-01T10:25:02.4772188Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.012s) 2022-12-01T10:25:02.4772752Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-12-01T10:25:02.4773339Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.008s) 2022-12-01T10:25:02.4773910Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.007s) 2022-12-01T10:25:02.4774793Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:25:02.4775488Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:25:02.4776037Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:25:02.4776796Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4777588Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4778339Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4778778Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4779032Z ok (0.029s) 2022-12-01T10:25:02.4779418Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:25:02.4779695Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:25:02.4780601Z 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.001s) 2022-12-01T10:25:02.4781266Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-12-01T10:25:02.4781646Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-12-01T10:25:02.4782603Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83491 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:02.4783233Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-12-01T10:25:02.4783808Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4784325Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4784741Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4785172Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4785604Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4786020Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4786446Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4786873Z STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4787122Z ok (0.086s) 2022-12-01T10:25:02.4787389Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-12-01T10:25:02.4787942Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:57 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4788435Z STAGE:2022-12-01 10:24:59 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4788690Z ok (2.414s) 2022-12-01T10:25:02.4789492Z 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:25:02.4790426Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:59 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4790929Z STAGE:2022-12-01 10:24:59 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4791182Z ok (0.006s) 2022-12-01T10:25:02.4791642Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:59 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4792192Z STAGE:2022-12-01 10:24:59 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4792447Z ok (0.054s) 2022-12-01T10:25:02.4792933Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:59 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4793439Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4793692Z ok (0.195s) 2022-12-01T10:25:02.4793940Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.007s) 2022-12-01T10:25:02.4794250Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-12-01T10:25:02.4794812Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4795326Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4795579Z ok (0.126s) 2022-12-01T10:25:02.4796047Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4796539Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4796790Z ok (0.010s) 2022-12-01T10:25:02.4797030Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.010s) 2022-12-01T10:25:02.4797346Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-12-01T10:25:02.4797573Z ok (0.003s) 2022-12-01T10:25:02.4797990Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4798450Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4798708Z ok (0.006s) 2022-12-01T10:25:02.4799109Z test_flops (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4799560Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4799813Z ok (0.071s) 2022-12-01T10:25:02.4800019Z test_high_level_trace (__main__.TestProfiler) 2022-12-01T10:25:02.4800498Z Checks that python side high level events are recorded. ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4800970Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4801400Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4801827Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4802242Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4802675Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4802930Z ok (0.287s) 2022-12-01T10:25:02.4803659Z 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.003s) 2022-12-01T10:25:02.4804229Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.002s) 2022-12-01T10:25:02.4804722Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4805203Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4805676Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4806090Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4806511Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4806940Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4807360Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4807771Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4808018Z ok (0.019s) 2022-12-01T10:25:02.4808808Z 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.007s) 2022-12-01T10:25:02.4809563Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4810025Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4810423Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4810654Z ok (0.038s) 2022-12-01T10:25:02.4811087Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4811554Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4812265Z /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:25:02.4812776Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:25:02.4813014Z ok (0.006s) 2022-12-01T10:25:02.4813218Z test_oom_tracing (__main__.TestProfiler) ... ok (0.004s) 2022-12-01T10:25:02.4813476Z test_profiler_correlation_id (__main__.TestProfiler) 2022-12-01T10:25:02.4814009Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4814692Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4815178Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4815612Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4816045Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4816460Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4816881Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4817307Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4817757Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4818166Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4818419Z ok (0.142s) 2022-12-01T10:25:02.4818913Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.003s) 2022-12-01T10:25:02.4819438Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4819912Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4820316Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4820553Z ok (0.004s) 2022-12-01T10:25:02.4820958Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4821435Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4821837Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4822246Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4822704Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4823109Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4823515Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4823930Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4824336Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4824741Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4825171Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4825563Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4825799Z ok (0.005s) 2022-12-01T10:25:02.4826220Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4826679Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4826938Z ok (0.003s) 2022-12-01T10:25:02.4827134Z test_source (__main__.TestProfiler) 2022-12-01T10:25:02.4827636Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4828125Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4828533Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4828772Z ok (0.095s) 2022-12-01T10:25:02.4829202Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4829760Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4830194Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4830622Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4831011Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4831416Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4831843Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4832294Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4832682Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4833114Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4833510Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4833894Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4834323Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4834721Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4835129Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4835543Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4835976Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4836376Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4836799Z STAGE:2022-12-01 10:25:00 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4837180Z STAGE:2022-12-01 10:25:00 4301:4301 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:25:02.4837406Z ok (0.038s) 2022-12-01T10:25:02.4837666Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.002s) 2022-12-01T10:25:02.4837943Z test_mem_leak (__main__.TestProfilerCUDA) 2022-12-01T10:25:02.4838318Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.003s) 2022-12-01T10:25:02.4838648Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.004s) 2022-12-01T10:25:02.4838956Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.005s) 2022-12-01T10:25:02.4839497Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4839997Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4840250Z ok (0.036s) 2022-12-01T10:25:02.4840698Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4841191Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4841441Z ok (0.029s) 2022-12-01T10:25:02.4841874Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4842345Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4842598Z ok (0.006s) 2022-12-01T10:25:02.4843034Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4843504Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4843751Z ok (0.191s) 2022-12-01T10:25:02.4844210Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4844719Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4844957Z ok (0.196s) 2022-12-01T10:25:02.4845387Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4845908Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4846328Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4846741Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4846998Z ok (0.192s) 2022-12-01T10:25:02.4847761Z 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.002s) 2022-12-01T10:25:02.4848546Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4849055Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4849305Z ok (0.006s) 2022-12-01T10:25:02.4849746Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4850217Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4850521Z ok (0.018s) 2022-12-01T10:25:02.4851041Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4851525Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4851761Z ok (0.046s) 2022-12-01T10:25:02.4852214Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4852713Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4852964Z ok (0.151s) 2022-12-01T10:25:02.4853403Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4853895Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4854146Z ok (0.082s) 2022-12-01T10:25:02.4854729Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4855208Z [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:25:02.4855704Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4855957Z ok (0.009s) 2022-12-01T10:25:02.4856702Z 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:25:02.4857479Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:25:02.4857962Z STAGE:2022-12-01 10:25:01 4301:4301 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:25:02.4858214Z ok (0.011s) 2022-12-01T10:25:02.4858974Z 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.004s) 2022-12-01T10:25:02.4859502Z 2022-12-01T10:25:02.4859704Z ---------------------------------------------------------------------- 2022-12-01T10:25:02.4859950Z Ran 62 tests in 4.714s 2022-12-01T10:25:02.4860066Z 2022-12-01T10:25:02.4860139Z OK (skipped=16) 2022-12-01T10:25:02.4860249Z 2022-12-01T10:25:02.4860321Z Generating XML reports... 2022-12-01T10:25:02.4860753Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201102457.xml 2022-12-01T10:25:02.4861314Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201102457.xml 2022-12-01T10:25:02.4861846Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201102457.xml 2022-12-01T10:25:02.4862421Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201102457.xml 2022-12-01T10:25:02.4862960Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201102457.xml 2022-12-01T10:25:02.4863506Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201102457.xml 2022-12-01T10:25:02.4864047Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201102457.xml 2022-12-01T10:25:02.4864283Z 2022-12-01T10:25:02.4864594Z ##[endgroup] 2022-12-01T10:25:02.4865013Z FINISHED PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_n3rhy3x5) 2022-12-01T10:25:02.4865246Z 2022-12-01T10:25:03.9527339Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:03.9784171Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:04.0161769Z Ignoring disabled issues: [] 2022-12-01T10:25:04.0301068Z Running test_module_init ... [2022-12-01 10:25:04.029836] 2022-12-01T10:25:04.0303184Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:04.030111] 2022-12-01T10:25:04.0413622Z Ignoring disabled issues: [] 2022-12-01T10:25:04.0553505Z Running test_vmap ... [2022-12-01 10:25:04.055075] 2022-12-01T10:25:04.0555664Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:04.055344] 2022-12-01T10:25:07.3204559Z 2022-12-01T10:25:07.3205091Z Expand the folded group to see the log file of test_vmap 2022-12-01T10:25:07.3206065Z ##[group]PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_chds0bys) 2022-12-01T10:25:07.3206861Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-12-01T10:25:07.3207484Z 2022-12-01T10:25:07.3207604Z Running tests... 2022-12-01T10:25:07.3208119Z ---------------------------------------------------------------------- 2022-12-01T10:25:07.3212213Z 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:07.3213093Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-12-01T10:25:07.3214921Z 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:07.3216211Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-12-01T10:25:07.3217955Z 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:07.3218884Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:25:07.3220404Z 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:07.3221327Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-12-01T10:25:07.3222082Z 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:07.3222624Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-12-01T10:25:07.3223447Z 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:07.3223965Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-12-01T10:25:07.3224678Z 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:07.3225189Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-12-01T10:25:07.3225894Z 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:07.3226497Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-12-01T10:25:07.3227223Z 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:07.3227814Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:25:07.3228541Z 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:07.3229110Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-12-01T10:25:07.3229343Z ok (0.006s) 2022-12-01T10:25:07.3230192Z 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:07.3230763Z vmap(backward_on_vmapped_tensor)(x) 2022-12-01T10:25:07.3231465Z 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:07.3231936Z vmap(backward_with_vmapped_grad)(x, grad) 2022-12-01T10:25:07.3232647Z 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:07.3233209Z vmap(completely_unrelated_backward)(y) 2022-12-01T10:25:07.3233406Z ok (0.005s) 2022-12-01T10:25:07.3234181Z 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:07.3234752Z jacobian = vmap(vjp_mul)(batched_v) 2022-12-01T10:25:07.3234929Z ok (0.001s) 2022-12-01T10:25:07.3235689Z 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:07.3236280Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-12-01T10:25:07.3236535Z ok (0.001s) 2022-12-01T10:25:07.3237295Z 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:07.3237844Z vmap(torch.mul)(x, y) 2022-12-01T10:25:07.3238526Z 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:07.3239037Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:25:07.3239695Z 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:07.3240267Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:25:07.3240521Z ok (0.001s) 2022-12-01T10:25:07.3241249Z 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:07.3241738Z result = vmap(op, (2, 0))(x, y) 2022-12-01T10:25:07.3242431Z 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:07.3242930Z result = vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:25:07.3243624Z 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:07.3244063Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:25:07.3244255Z ok (0.057s) 2022-12-01T10:25:07.3244540Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:25:07.3245316Z 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:07.3245946Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:25:07.3246815Z 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:07.3247302Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:25:07.3247528Z ok (0.065s) 2022-12-01T10:25:07.3248274Z 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:07.3248773Z result = vmap(torch.var_mean)(tensor) 2022-12-01T10:25:07.3249458Z 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:07.3249923Z result = vmap(vmap(torch.var_mean))(tensor) 2022-12-01T10:25:07.3250580Z 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:07.3251040Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-12-01T10:25:07.3251244Z ok (0.054s) 2022-12-01T10:25:07.3251492Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:25:07.3251837Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:25:07.3252604Z 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:07.3253088Z vmap(op, (0, None))(x, y) 2022-12-01T10:25:07.3253716Z 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:07.3254143Z vmap(op, (None, 0))(y, x) 2022-12-01T10:25:07.3254905Z 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:07.3255347Z vmap(op)(x, x) 2022-12-01T10:25:07.3255977Z 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:07.3256411Z vmap(op, (0, None))(x, y) 2022-12-01T10:25:07.3257025Z 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:07.3257456Z vmap(op, (None, 0))(y, x) 2022-12-01T10:25:07.3258075Z 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:07.3258574Z vmap(op)(x, x) 2022-12-01T10:25:07.3258767Z ok (0.016s) 2022-12-01T10:25:07.3259492Z 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:07.3259966Z vmap(foo)() 2022-12-01T10:25:07.3260583Z 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:07.3260998Z vmap(bar)() 2022-12-01T10:25:07.3261163Z ok (0.001s) 2022-12-01T10:25:07.3261910Z 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:07.3262429Z result = vmap(functools.partial(torch.mul, x))(y) 2022-12-01T10:25:07.3262629Z ok (0.001s) 2022-12-01T10:25:07.3263343Z 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:07.3263874Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:25:07.3264523Z 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:07.3264989Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:25:07.3265188Z ok (0.004s) 2022-12-01T10:25:07.3265899Z 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:07.3266393Z vmap(foo)(torch.randn([])) 2022-12-01T10:25:07.3267018Z 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:07.3267468Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-12-01T10:25:07.3268116Z 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:07.3268593Z vmap(foo, in_dims=(-1,))(x) 2022-12-01T10:25:07.3269211Z 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:07.3269719Z vmap(foo, in_dims=(2,))(y) 2022-12-01T10:25:07.3270353Z 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:07.3270819Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-12-01T10:25:07.3271472Z 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:07.3271958Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-12-01T10:25:07.3272659Z 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:07.3273118Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-12-01T10:25:07.3273317Z ok (0.002s) 2022-12-01T10:25:07.3274008Z 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:07.3274512Z vmap(torch.mul, [0, 0])(x, y) 2022-12-01T10:25:07.3275186Z 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:07.3275633Z vmap(torch.mul, set({0, 0}))(x, y) 2022-12-01T10:25:07.3276257Z 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:07.3276731Z vmap(torch.mul, 'lol')(x, y) 2022-12-01T10:25:07.3277359Z 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:07.3277818Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-12-01T10:25:07.3278447Z 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:07.3278875Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:25:07.3279054Z ok (0.002s) 2022-12-01T10:25:07.3279779Z 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:07.3280285Z vmap(op, in_dims=(0, None))(x, y) 2022-12-01T10:25:07.3280914Z 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:07.3281368Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-12-01T10:25:07.3282014Z 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:07.3282458Z vmap(op, in_dims=(None, 0))(x, y) 2022-12-01T10:25:07.3283077Z 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:07.3283585Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-12-01T10:25:07.3284243Z 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:07.3284709Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-12-01T10:25:07.3285358Z 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:07.3285803Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-12-01T10:25:07.3285991Z ok (0.011s) 2022-12-01T10:25:07.3286731Z 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:07.3287213Z vmap(op, (2, 0))(x, y) 2022-12-01T10:25:07.3287833Z 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:07.3288267Z vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:25:07.3288893Z 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:07.3289340Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:25:07.3289521Z ok (0.046s) 2022-12-01T10:25:07.3290231Z 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:07.3290718Z result = vmap(op)(x) 2022-12-01T10:25:07.3291331Z 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:07.3291771Z result = vmap(op, out_dims=(1,))(x) 2022-12-01T10:25:07.3292400Z 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:07.3292838Z result = vmap(vmap(op))(x) 2022-12-01T10:25:07.3293477Z 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:07.3293909Z result = vmap(vmap(vmap(op)))(x) 2022-12-01T10:25:07.3294101Z ok (0.182s) 2022-12-01T10:25:07.3294984Z 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:07.3295496Z vmap(torch.sum)(x, 0) 2022-12-01T10:25:07.3296127Z 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:07.3296648Z vmap(torch.sum, (0, 0))(x, 0) 2022-12-01T10:25:07.3297291Z 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:07.3297756Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-12-01T10:25:07.3298462Z 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:07.3298907Z vmap(torch.sum, (0, None))(x, 0) 2022-12-01T10:25:07.3299104Z ok (0.002s) 2022-12-01T10:25:07.3299848Z 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:07.3300333Z output = vmap(torch.mul)(x, y) 2022-12-01T10:25:07.3300528Z ok (0.001s) 2022-12-01T10:25:07.3301223Z 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:07.3301723Z result = vmap(foo, out_dims=(0, 1))(x) 2022-12-01T10:25:07.3302355Z 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:07.3302869Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-12-01T10:25:07.3303072Z ok (0.002s) 2022-12-01T10:25:07.3303778Z 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:07.3304249Z outputs = vmap(foo)(x) 2022-12-01T10:25:07.3304433Z ok (0.001s) 2022-12-01T10:25:07.3305155Z 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:07.3305667Z vmap(returns_tuple_of_tensors)(x) 2022-12-01T10:25:07.3306296Z 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:07.3306745Z vmap(returns_list_of_two_tensors)(x) 2022-12-01T10:25:07.3307394Z 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:07.3307847Z vmap(returns_list_of_one_tensor)(x) 2022-12-01T10:25:07.3308026Z ok (0.001s) 2022-12-01T10:25:07.3308736Z 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:07.3309297Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-12-01T10:25:07.3309508Z ok (0.001s) 2022-12-01T10:25:07.3310256Z 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:07.3310780Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-12-01T10:25:07.3311445Z 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:07.3311973Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-12-01T10:25:07.3312653Z 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:07.3313188Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-12-01T10:25:07.3313871Z 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:07.3314434Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-12-01T10:25:07.3314666Z ok (0.003s) 2022-12-01T10:25:07.3315366Z 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:07.3315884Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-12-01T10:25:07.3316544Z 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:07.3317033Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-12-01T10:25:07.3317244Z ok (0.002s) 2022-12-01T10:25:07.3317965Z 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:07.3318467Z output = vmap(vmap(torch.mul))(x, y) 2022-12-01T10:25:07.3319117Z 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:07.3319580Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-12-01T10:25:07.3319769Z ok (0.002s) 2022-12-01T10:25:07.3320443Z 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:07.3320951Z result = vmap(model)(tensor) 2022-12-01T10:25:07.3321120Z ok (0.001s) 2022-12-01T10:25:07.3321834Z 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:07.3322354Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-12-01T10:25:07.3323001Z 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:07.3323464Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-12-01T10:25:07.3324137Z 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:07.3324599Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-12-01T10:25:07.3325244Z 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:07.3325704Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-12-01T10:25:07.3326338Z 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:07.3326788Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-12-01T10:25:07.3326976Z ok (0.003s) 2022-12-01T10:25:07.3327686Z 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:07.3328187Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-12-01T10:25:07.3328831Z 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:07.3329284Z vmap(multiple_outputs)(torch.ones(3)) 2022-12-01T10:25:07.3329480Z ok (0.001s) 2022-12-01T10:25:07.3330163Z 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:07.3330657Z output = vmap(lambda x: x, (1,))(tensor) 2022-12-01T10:25:07.3331313Z 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:07.3331760Z output = vmap(torch.mul, (0, 1))(x, y) 2022-12-01T10:25:07.3332387Z 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:07.3332833Z output = vmap(torch.mul, (1, 0))(x, y) 2022-12-01T10:25:07.3333055Z ok (0.002s) 2022-12-01T10:25:07.3333739Z 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:07.3334220Z output = vmap(torch.mul, (0, None))(x, y) 2022-12-01T10:25:07.3335023Z 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:07.3335481Z output = vmap(torch.mul, (0, None))(x, 2) 2022-12-01T10:25:07.3335677Z ok (0.002s) 2022-12-01T10:25:07.3336417Z 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:07.3336920Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-12-01T10:25:07.3337571Z 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:07.3338029Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:25:07.3338680Z 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:07.3339180Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-12-01T10:25:07.3339826Z 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:07.3340304Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-12-01T10:25:07.3340969Z 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:07.3341415Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:25:07.3342066Z 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:07.3342512Z result = vmap(foo, out_dims=1)(x, y) 2022-12-01T10:25:07.3342701Z ok (0.006s) 2022-12-01T10:25:07.3343383Z 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:07.3343895Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-12-01T10:25:07.3344098Z ok (0.001s) 2022-12-01T10:25:07.3344813Z 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:07.3345339Z vmap(torch.mul, (0,))(x, y) 2022-12-01T10:25:07.3345977Z 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:07.3346415Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-12-01T10:25:07.3347042Z 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:07.3347502Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-12-01T10:25:07.3348138Z 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:07.3348600Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-12-01T10:25:07.3349286Z 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:07.3349800Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:25:07.3349972Z ok (0.002s) 2022-12-01T10:25:07.3350783Z 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:07.3351368Z vmap(lambda x: x, out_dims=3)(x) 2022-12-01T10:25:07.3352016Z 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:07.3352488Z vmap(lambda x: x, out_dims=-4)(x) 2022-12-01T10:25:07.3352673Z ok (0.005s) 2022-12-01T10:25:07.3353395Z 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:07.3353897Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-12-01T10:25:07.3354528Z 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:07.3354992Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-12-01T10:25:07.3355633Z 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:07.3356085Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-12-01T10:25:07.3356710Z 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:07.3357160Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-12-01T10:25:07.3357354Z ok (0.002s) 2022-12-01T10:25:07.3358049Z 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:07.3358588Z expected = vmap(foo, out_dims=1)(tensor) 2022-12-01T10:25:07.3359229Z 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:07.3359678Z result = vmap(foo, out_dims=(1,))(tensor) 2022-12-01T10:25:07.3359868Z ok (0.001s) 2022-12-01T10:25:07.3360589Z 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:07.3361182Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-12-01T10:25:07.3361827Z 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:07.3362328Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-12-01T10:25:07.3362971Z 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:07.3363411Z vmap(lambda x: x, out_dims=None)(tensor) 2022-12-01T10:25:07.3364056Z 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:07.3364517Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-12-01T10:25:07.3364715Z ok (0.001s) 2022-12-01T10:25:07.3365386Z 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:07.3365869Z output = vmap(square)(x) 2022-12-01T10:25:07.3366048Z ok (0.001s) 2022-12-01T10:25:07.3366742Z 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:07.3367218Z vmap(torch.ravel)(tensor) 2022-12-01T10:25:07.3367848Z 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:07.3368288Z vmap(out_op)(tensor, tensor) 2022-12-01T10:25:07.3368917Z 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:07.3369360Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-12-01T10:25:07.3370009Z 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:07.3370490Z vmap(torch.Tensor.item)(tensor) 2022-12-01T10:25:07.3370682Z ok (0.011s) 2022-12-01T10:25:07.3370912Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:07.3371736Z 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:07.3372279Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:07.3372481Z ok (0.002s) 2022-12-01T10:25:07.3372712Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3373029Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:25:07.3373345Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3374164Z 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:07.3374830Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:07.3375032Z ok (0.004s) 2022-12-01T10:25:07.3375291Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:07.3375615Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:07.3375937Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3376253Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3376546Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3376865Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3377675Z 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:07.3378213Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:07.3378403Z ok (0.001s) 2022-12-01T10:25:07.3378647Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3378955Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3379260Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:25:07.3379559Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3379878Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3380193Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3380490Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:07.3380798Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3381103Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:07.3381409Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:07.3381844Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2422: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:25:07.3382344Z 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:07.3382744Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:25:07.3382940Z should be replaced with 2022-12-01T10:25:07.3383244Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:25:07.3383454Z and 2022-12-01T10:25:07.3383632Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:25:07.3383844Z should be replaced with 2022-12-01T10:25:07.3384314Z 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:07.3384681Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T10:25:07.3385333Z 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:07.3385808Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:07.3386008Z ok (0.003s) 2022-12-01T10:25:07.3386244Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3386607Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3387432Z 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:07.3387944Z result = vmap(vjp)(gy) 2022-12-01T10:25:07.3388108Z ok (0.001s) 2022-12-01T10:25:07.3388869Z 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:07.3389401Z result = vmap(vjp)(gy) 2022-12-01T10:25:07.3389654Z ok (0.001s) 2022-12-01T10:25:07.3389898Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:25:07.3390731Z 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:07.3391266Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:25:07.3391462Z ok (0.001s) 2022-12-01T10:25:07.3391666Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:25:07.3391937Z test_as_strided (__main__.TestVmapOperators) ... ok (0.027s) 2022-12-01T10:25:07.3392221Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.116s) 2022-12-01T10:25:07.3392491Z test_bmm (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:25:07.3392744Z test_cat (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3393001Z test_chunk (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:25:07.3393262Z test_clamp (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:25:07.3393502Z test_clone (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:25:07.3393766Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.054s) 2022-12-01T10:25:07.3394036Z test_conj (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:25:07.3394288Z test_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:25:07.3394557Z test_diagonal (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3394815Z test_dot (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:25:07.3395067Z test_expand_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:25:07.3395348Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:25:07.3395666Z test_imag (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:07.3395930Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:25:07.3396191Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:07.3396473Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:25:07.3396744Z test_mm (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:25:07.3396992Z test_movedim (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:07.3397248Z test_mv (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:25:07.3397504Z test_narrow (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3397755Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:07.3398032Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:25:07.3398305Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:07.3398587Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.131s) 2022-12-01T10:25:07.3398884Z test_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T10:25:07.3399148Z test_reshape (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:25:07.3399416Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:07.3399671Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:07.3399935Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3400192Z test_slice (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3400437Z test_split (__main__.TestVmapOperators) ... ok (0.048s) 2022-12-01T10:25:07.3400695Z test_squeeze (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3400954Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:25:07.3401211Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:07.3401458Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:07.3401713Z test_t (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3401980Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.113s) 2022-12-01T10:25:07.3402231Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:25:07.3402482Z test_trace (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:25:07.3402748Z test_transpose (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:25:07.3403016Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.096s) 2022-12-01T10:25:07.3403292Z test_unbind (__main__.TestVmapOperators) ... ok (0.133s) 2022-12-01T10:25:07.3403552Z test_unfold (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:25:07.3403804Z test_view (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:25:07.3404047Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:25:07.3404315Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.071s) 2022-12-01T10:25:07.3404592Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:25:07.3404863Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:07.3405659Z 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:07.3406179Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:25:07.3406376Z ok (0.001s) 2022-12-01T10:25:07.3406468Z 2022-12-01T10:25:07.3406675Z ---------------------------------------------------------------------- 2022-12-01T10:25:07.3406917Z Ran 125 tests in 1.701s 2022-12-01T10:25:07.3407029Z 2022-12-01T10:25:07.3407090Z OK 2022-12-01T10:25:07.3407183Z 2022-12-01T10:25:07.3407254Z Generating XML reports... 2022-12-01T10:25:07.3407674Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201102505.xml 2022-12-01T10:25:07.3408200Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201102505.xml 2022-12-01T10:25:07.3408731Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201102505.xml 2022-12-01T10:25:07.3408957Z 2022-12-01T10:25:07.3409320Z ##[endgroup] 2022-12-01T10:25:07.3409685Z FINISHED PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_chds0bys) 2022-12-01T10:25:07.3409887Z 2022-12-01T10:25:08.8380065Z 2022-12-01T10:25:08.8381879Z Expand the folded group to see the log file of test_module_init 2022-12-01T10:25:08.8382940Z ##[group]PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_8ichkf8_) 2022-12-01T10:25:08.8383787Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-12-01T10:25:08.8385215Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:25:08.8385916Z warnings.warn(msg, FutureWarning) 2022-12-01T10:25:08.8386140Z 2022-12-01T10:25:08.8386259Z Running tests... 2022-12-01T10:25:08.8386813Z ---------------------------------------------------------------------- 2022-12-01T10:25:08.8387433Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8388071Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8388706Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8389311Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8390057Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8390704Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8391361Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8392058Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8392714Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8393336Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8393933Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8394550Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8395174Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8395768Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8396390Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8396997Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8397591Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8398153Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8398720Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8399290Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8399843Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8400405Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8400975Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8401723Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8402309Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8402929Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8403536Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8404091Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8404668Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8405251Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8405825Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8406383Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.060s) 2022-12-01T10:25:08.8406957Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8407532Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8408156Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8408714Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8409270Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8409829Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8410392Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8410979Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8411587Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8412163Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8412755Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8413351Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8413934Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8414732Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8415311Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8415866Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8416410Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8416959Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8417518Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8418062Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8418649Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8419264Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8419879Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8420470Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8421078Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8421686Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8422284Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8422926Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8423555Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8424311Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8424918Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8425537Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8426142Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8426775Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8427338Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8427912Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8428474Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8429016Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8429663Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8430358Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8430912Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8431480Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8432027Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8432568Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8433119Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8433709Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8434280Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8434834Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8435450Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8436095Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8436700Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8437239Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8437781Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8438333Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8438911Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8439552Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8440198Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8440825Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8441400Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8441951Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8442490Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8443017Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8443573Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8444131Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8444669Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8445206Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8445782Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8446396Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8447083Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8447670Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8448241Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8448863Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8449421Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8450011Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8450592Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8451144Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8451714Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8452299Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8452989Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8453615Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8454223Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8454942Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8455490Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8456058Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8456641Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8457250Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8457833Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8458436Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8459035Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8459611Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8460196Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8460770Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8461336Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8461883Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8462438Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8463008Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8463566Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8464143Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8464704Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8465252Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8465807Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8466349Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8466911Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8467477Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8468891Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:25:08.8470202Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:25:08.8470660Z ok (0.004s) 2022-12-01T10:25:08.8471114Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8471727Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8472338Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8472925Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8473528Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8474114Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8474695Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8475257Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8475929Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8476498Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8477054Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8477654Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8478314Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8478968Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8479601Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8480238Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8480886Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8481507Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8482143Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8482773Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8483401Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8484002Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8484629Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8485226Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8485793Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8486376Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8486966Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8487529Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8488061Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8488650Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8489274Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8489859Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8490478Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8491045Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8491616Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8492272Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8492835Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8493423Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8494038Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8494756Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8495338Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8495909Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8496475Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8497045Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8497617Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8498276Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8498864Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8499451Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8500022Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8500580Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8501155Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8501710Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8502237Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8502804Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8503383Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8503934Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8504513Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8505132Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8505783Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8506422Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8507091Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8507723Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8508317Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8508923Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8509554Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8510252Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8510802Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8511349Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8511908Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8512478Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8513093Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8513693Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8514400Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8514986Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8515572Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8516163Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8516721Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8517315Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8517913Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8518502Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8519079Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8519651Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8520213Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8520837Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8521432Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8521991Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8522551Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8523078Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8523616Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8524164Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8524699Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8525254Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8525809Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8526346Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8526875Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8527457Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8528060Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8528654Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8529267Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8529881Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8530486Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8531098Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8531726Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8532346Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8532941Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8533553Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8534173Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8534876Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8535404Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8535962Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8536695Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8537247Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8537802Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8538363Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8538941Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8539503Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8540097Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8540698Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8541289Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8541878Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8542458Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8543131Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8543683Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8544241Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8544792Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8545336Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8545908Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8546485Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8547067Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8547617Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8548177Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8548760Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8549333Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8549993Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8550556Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8551111Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8551698Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8552269Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8552851Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8553456Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8554127Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:25:08.8554750Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:25:08.8555147Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:25:08.8555571Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8556077Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8556623Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8557086Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8557521Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.861s) 2022-12-01T10:25:08.8558071Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.865s) 2022-12-01T10:25:08.8558535Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8559014Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8559486Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8560016Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8560487Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8560891Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8561303Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8561713Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8562153Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8562654Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8563158Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8563643Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8564112Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8564575Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8565021Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8565453Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8565851Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8566269Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8566719Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8567123Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8567531Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8567942Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8568348Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8568790Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8569222Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8569647Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8570056Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8570497Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8570925Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8571362Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8571808Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8572238Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8572711Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8573182Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-12-01T10:25:08.8573665Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8574120Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8574835Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8575271Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8575721Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8576161Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8576587Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8577010Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8577448Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-12-01T10:25:08.8577884Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8578328Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.031s) 2022-12-01T10:25:08.8578784Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.020s) 2022-12-01T10:25:08.8579358Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-12-01T10:25:08.8579791Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-12-01T10:25:08.8580263Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8580741Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8581234Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8581695Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8582166Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8582625Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8583057Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8583495Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8583956Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8584442Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8584901Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8585396Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8585859Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8586311Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8586765Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8587213Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8587695Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8588150Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8588621Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8589101Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8589549Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8590117Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8590573Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8591035Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-12-01T10:25:08.8591587Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8592040Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8592535Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8592957Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8593413Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8593844Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8594283Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8594708Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8595138Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8595644Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8596181Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8596667Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8597124Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8597580Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8598017Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8598462Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8598891Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8599358Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-12-01T10:25:08.8599620Z 2022-12-01T10:25:08.8600012Z ---------------------------------------------------------------------- 2022-12-01T10:25:08.8600359Z Ran 376 tests in 3.087s 2022-12-01T10:25:08.8600513Z 2022-12-01T10:25:08.8600599Z OK 2022-12-01T10:25:08.8600722Z 2022-12-01T10:25:08.8600832Z Generating XML reports... 2022-12-01T10:25:08.8601447Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201102505.xml 2022-12-01T10:25:08.8601783Z 2022-12-01T10:25:08.8602233Z ##[endgroup] 2022-12-01T10:25:08.8602774Z FINISHED PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_8ichkf8_) 2022-12-01T10:25:08.8603069Z 2022-12-01T10:25:08.9491032Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:09.0136755Z Ignoring disabled issues: [] 2022-12-01T10:25:09.0278967Z Running test_shape_ops ... [2022-12-01 10:25:09.027505] 2022-12-01T10:25:09.0280303Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:09.027791] 2022-12-01T10:25:10.3349864Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:10.3979206Z Ignoring disabled issues: [] 2022-12-01T10:25:10.4121241Z Running test_datapipe ... [2022-12-01 10:25:10.411796] 2022-12-01T10:25:10.4124760Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:10.412115] 2022-12-01T10:25:11.6022939Z 2022-12-01T10:25:11.6023425Z Expand the folded group to see the log file of test_shape_ops 2022-12-01T10:25:11.6024525Z ##[group]PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops_s841kayd) 2022-12-01T10:25:11.6025409Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-12-01T10:25:11.6025740Z 2022-12-01T10:25:11.6025873Z Running tests... 2022-12-01T10:25:11.6026410Z ---------------------------------------------------------------------- 2022-12-01T10:25:11.6033508Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6034032Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6034563Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6035123Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6035662Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6036217Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6036724Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:11.6037223Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:11.6037721Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6040093Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:25:11.6041468Z return torch.as_tensor(tensor_like) 2022-12-01T10:25:11.6041806Z ok (0.004s) 2022-12-01T10:25:11.6042196Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:11.6042689Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6043191Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:11.6043698Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-12-01T10:25:11.6044215Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:11.6044708Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.042s) 2022-12-01T10:25:11.6045196Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:25:11.6045674Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6046162Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6046654Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-12-01T10:25:11.6047114Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6047598Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6048102Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6048613Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-12-01T10:25:11.6049135Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:11.6049694Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:11.6050231Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:11.6050736Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:11.6051250Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-12-01T10:25:11.6051771Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:11.6052266Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:11.6052821Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:11.6053338Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:11.6053850Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:11.6054401Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:11.6055287Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-12-01T10:25:11.6055801Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6056317Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:25:11.6056857Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:25:11.6057382Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:25:11.6057904Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:25:11.6058411Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:25:11.6058960Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6059464Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6059958Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6060456Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6061109Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:11.6061622Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6062130Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6062626Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:11.6063158Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:25:11.6063695Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:25:11.6064221Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:25:11.6064752Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6065250Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6065766Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:11.6066304Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6066856Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6067379Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6067903Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.050s) 2022-12-01T10:25:11.6068402Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-12-01T10:25:11.6068888Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6069426Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-12-01T10:25:11.6070050Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-12-01T10:25:11.6070587Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-12-01T10:25:11.6071950Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... test_shape_ops.py:629: 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:11.6073315Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-12-01T10:25:11.6073758Z ok (0.051s) 2022-12-01T10:25:11.6074996Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... test_shape_ops.py:596: 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:11.6076316Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:25:11.6077332Z test_shape_ops.py:596: 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:11.6078432Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:25:11.6079706Z test_shape_ops.py:596: 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:11.6080809Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:25:11.6081969Z test_shape_ops.py:596: 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:11.6083071Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:25:11.6084266Z test_shape_ops.py:596: 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:11.6085360Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:25:11.6085687Z ok (0.024s) 2022-12-01T10:25:11.6086088Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6086581Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6087101Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6087608Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6088129Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6088612Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6089112Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6089608Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6090086Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6090614Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6091152Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:11.6091673Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:11.6092151Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.022s) 2022-12-01T10:25:11.6092623Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6093113Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6093691Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6094185Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6094866Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6095335Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6095826Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6096312Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:11.6096798Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:11.6097054Z 2022-12-01T10:25:11.6097465Z ---------------------------------------------------------------------- 2022-12-01T10:25:11.6097893Z Ran 89 tests in 1.068s 2022-12-01T10:25:11.6098085Z 2022-12-01T10:25:11.6098200Z OK (skipped=1) 2022-12-01T10:25:11.6098367Z 2022-12-01T10:25:11.6098481Z Generating XML reports... 2022-12-01T10:25:11.6099183Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201102510.xml 2022-12-01T10:25:11.6099732Z 2022-12-01T10:25:11.6100191Z ##[endgroup] 2022-12-01T10:25:11.6100853Z FINISHED PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops_s841kayd) 2022-12-01T10:25:11.6101229Z 2022-12-01T10:25:12.4339062Z 2022-12-01T10:25:12.4344977Z Expand the folded group to see the log file of test_datapipe 2022-12-01T10:25:12.4351314Z ##[group]PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_27tibrt2) 2022-12-01T10:25:12.4361579Z 2022-12-01T10:25:12.4361790Z Running tests... 2022-12-01T10:25:12.4362548Z ---------------------------------------------------------------------- 2022-12-01T10:25:12.4363512Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports/python-unittest/test_datapipe 2022-12-01T10:25:12.4364161Z skip: no dataframes (pandas) (0.000s) 2022-12-01T10:25:12.4364777Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.002s) 2022-12-01T10:25:12.4366450Z 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:12.4367593Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:12.4368055Z ok (0.249s) 2022-12-01T10:25:12.4368471Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:12.4368979Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:12.4369447Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:12.4369913Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-12-01T10:25:12.4370415Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:12.4370909Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:12.4371376Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:12.4371945Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:12.4372608Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:25:12.4373248Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:12.4373903Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:25:12.4374673Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:25:12.4375313Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:25:12.4375978Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:25:12.4389744Z 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:12.4390769Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4391204Z ok (0.005s) 2022-12-01T10:25:12.4391694Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:25:12.4393166Z 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:12.4394155Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4395515Z /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:12.4396346Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4397492Z /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:12.4398324Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4399475Z /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:12.4400292Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4400713Z ok (0.011s) 2022-12-01T10:25:12.4401204Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:25:12.4401842Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-12-01T10:25:12.4402521Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-12-01T10:25:12.4403225Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.021s) 2022-12-01T10:25:12.4404702Z 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:12.4405698Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4406121Z ok (0.006s) 2022-12-01T10:25:12.4419456Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.039s) 2022-12-01T10:25:12.4420169Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:25:12.4420830Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-12-01T10:25:12.4422485Z 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:12.4423583Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:12.4424913Z /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:12.4425851Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:12.4426490Z ok (0.047s) 2022-12-01T10:25:12.4426961Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-12-01T10:25:12.4427563Z Only for DataPipes that take in a function as argument ... ok (0.013s) 2022-12-01T10:25:12.4428174Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:25:12.4428859Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-12-01T10:25:12.4429539Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-12-01T10:25:12.4430250Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:25:12.4430901Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-12-01T10:25:12.4431553Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:25:12.4433006Z 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:12.4434068Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4434488Z ok (0.003s) 2022-12-01T10:25:12.4434991Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:25:12.4498019Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-12-01T10:25:12.4498658Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-12-01T10:25:12.4499261Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-12-01T10:25:12.4499884Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-12-01T10:25:12.4500506Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:25:12.4501950Z 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:12.4503023Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4503443Z ok (0.002s) 2022-12-01T10:25:12.4503874Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:25:12.4504414Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-12-01T10:25:12.4504935Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:25:12.4505480Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-12-01T10:25:12.4506019Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-12-01T10:25:12.4506753Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:25:12.4507647Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:25:12.4508492Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:25:12.4509320Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:25:12.4510225Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:25:12.4511033Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-12-01T10:25:12.4511802Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-12-01T10:25:12.4512550Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.014s) 2022-12-01T10:25:12.4514265Z 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:12.4515643Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:12.4516099Z ok (0.006s) 2022-12-01T10:25:12.4516676Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.012s) 2022-12-01T10:25:12.4517452Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:12.4518350Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-12-01T10:25:12.4519098Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:12.4519867Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.007s) 2022-12-01T10:25:12.4520601Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:12.4521515Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.003s) 2022-12-01T10:25:12.4522230Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:12.4523131Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-12-01T10:25:12.4523851Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:12.4524797Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.004s) 2022-12-01T10:25:12.4526289Z 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:12.4527277Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:12.4527694Z ok (0.007s) 2022-12-01T10:25:12.4528183Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-12-01T10:25:12.4528866Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-12-01T10:25:12.4529624Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-12-01T10:25:12.4530375Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-12-01T10:25:12.4531078Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-12-01T10:25:12.4531805Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-12-01T10:25:12.4532472Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-12-01T10:25:12.4533064Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-12-01T10:25:12.4533628Z test_old_dataloader (__main__.TestSharding) ... ok (0.067s) 2022-12-01T10:25:12.4534148Z test_sharding_length (__main__.TestSharding) ... ok (0.002s) 2022-12-01T10:25:12.4534776Z test_simple_sharding (__main__.TestSharding) ... ok (0.004s) 2022-12-01T10:25:12.4535275Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:25:12.4535776Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:25:12.4536283Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:25:12.4536773Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:25:12.4537332Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-12-01T10:25:12.4537939Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:25:12.4538465Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-12-01T10:25:12.4539024Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:25:12.4539660Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-12-01T10:25:12.4540196Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:25:12.4540755Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:25:12.4541322Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:25:12.4541644Z 2022-12-01T10:25:12.4542050Z ---------------------------------------------------------------------- 2022-12-01T10:25:12.4542506Z Ran 87 tests in 0.681s 2022-12-01T10:25:12.4542725Z 2022-12-01T10:25:12.4542863Z OK (skipped=16) 2022-12-01T10:25:12.4543073Z 2022-12-01T10:25:12.4543240Z Generating XML reports... 2022-12-01T10:25:12.4544121Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201102511.xml 2022-12-01T10:25:12.4545165Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201102511.xml 2022-12-01T10:25:12.4546331Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201102511.xml 2022-12-01T10:25:12.4547472Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201102511.xml 2022-12-01T10:25:12.4548481Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201102511.xml 2022-12-01T10:25:12.4549669Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201102511.xml 2022-12-01T10:25:12.4550927Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201102511.xml 2022-12-01T10:25:12.4552206Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201102511.xml 2022-12-01T10:25:12.4553384Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201102511.xml 2022-12-01T10:25:12.4554453Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201102511.xml 2022-12-01T10:25:12.4555474Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201102511.xml 2022-12-01T10:25:12.4556468Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201102511.xml 2022-12-01T10:25:12.4557466Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201102511.xml 2022-12-01T10:25:12.4558523Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201102511.xml 2022-12-01T10:25:12.4559552Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201102511.xml 2022-12-01T10:25:12.4560006Z 2022-12-01T10:25:12.4560558Z ##[endgroup] 2022-12-01T10:25:12.4561314Z FINISHED PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_27tibrt2) 2022-12-01T10:25:12.4561746Z 2022-12-01T10:25:13.0739282Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:13.1368253Z Ignoring disabled issues: [] 2022-12-01T10:25:13.1584661Z Running lazy/test_reuse_ir ... [2022-12-01 10:25:13.158067] 2022-12-01T10:25:13.1585909Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:13.158365] 2022-12-01T10:25:14.0284725Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:14.0909524Z Ignoring disabled issues: [] 2022-12-01T10:25:14.1049303Z Running test_fx_passes ... [2022-12-01 10:25:14.104589] 2022-12-01T10:25:14.1050327Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:14.104848] 2022-12-01T10:25:14.8487760Z 2022-12-01T10:25:14.8488373Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-12-01T10:25:14.8489706Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_yhy0_5e9) 2022-12-01T10:25:14.8490668Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-12-01T10:25:14.8491004Z 2022-12-01T10:25:14.8491135Z Running tests... 2022-12-01T10:25:14.8491494Z ---------------------------------------------------------------------- 2022-12-01T10:25:14.8492324Z 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.237s) 2022-12-01T10:25:14.8493467Z 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:14.8494724Z 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:14.8495287Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.198s) 2022-12-01T10:25:14.8495441Z 2022-12-01T10:25:14.8495647Z ---------------------------------------------------------------------- 2022-12-01T10:25:14.8495895Z Ran 4 tests in 0.438s 2022-12-01T10:25:14.8496011Z 2022-12-01T10:25:14.8496069Z OK (skipped=3) 2022-12-01T10:25:14.8496177Z 2022-12-01T10:25:14.8496263Z Generating XML reports... 2022-12-01T10:25:14.8496687Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102514.xml 2022-12-01T10:25:14.8496923Z 2022-12-01T10:25:14.8497150Z ##[endgroup] 2022-12-01T10:25:14.8497549Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_yhy0_5e9) 2022-12-01T10:25:14.8497767Z 2022-12-01T10:25:15.8417637Z 2022-12-01T10:25:15.8418155Z Expand the folded group to see the log file of test_fx_passes 2022-12-01T10:25:15.8419165Z ##[group]PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_8v_q_z44) 2022-12-01T10:25:15.8419985Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-12-01T10:25:15.8420286Z 2022-12-01T10:25:15.8420408Z Running tests... 2022-12-01T10:25:15.8420896Z ---------------------------------------------------------------------- 2022-12-01T10:25:15.8421374Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.246s) 2022-12-01T10:25:15.8421841Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:25:15.8422364Z 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.006s) 2022-12-01T10:25:15.8422807Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8423202Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8423622Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8424067Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8424486Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:15.8425085Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8425480Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8425879Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:15.8426283Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:15.8426708Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:15.8427162Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:25:15.8427580Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:15.8427988Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:15.8428650Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:25:15.8429310Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-12-01T10:25:15.8429987Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:15.8430604Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:15.8431205Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:25:15.8431792Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:25:15.8432403Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:25:15.8433014Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:25:15.8433636Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:15.8434258Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-12-01T10:25:15.8434882Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-12-01T10:25:15.8435407Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:15.8435926Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8436467Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8437014Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8437537Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8438165Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:15.8438768Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:15.8439323Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8439843Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:25:15.8440363Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:25:15.8440854Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:25:15.8441374Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:15.8441851Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8442326Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:15.8442794Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:15.8443001Z 2022-12-01T10:25:15.8443202Z ---------------------------------------------------------------------- 2022-12-01T10:25:15.8443434Z Ran 42 tests in 0.455s 2022-12-01T10:25:15.8443548Z 2022-12-01T10:25:15.8443610Z OK 2022-12-01T10:25:15.8443702Z 2022-12-01T10:25:15.8443786Z Generating XML reports... 2022-12-01T10:25:15.8444205Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201102515.xml 2022-12-01T10:25:15.8444718Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201102515.xml 2022-12-01T10:25:15.8444951Z 2022-12-01T10:25:15.8445227Z ##[endgroup] 2022-12-01T10:25:15.8445607Z FINISHED PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_8v_q_z44) 2022-12-01T10:25:15.8445809Z 2022-12-01T10:25:16.2882509Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:16.3524059Z Ignoring disabled issues: [] 2022-12-01T10:25:16.3667376Z Running test_python_dispatch ... [2022-12-01 10:25:16.366412] 2022-12-01T10:25:16.3669671Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:16.366705] 2022-12-01T10:25:17.3433539Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:17.4058055Z Ignoring disabled issues: [] 2022-12-01T10:25:17.4200519Z Running test_autocast ... [2022-12-01 10:25:17.419721] 2022-12-01T10:25:17.4202546Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:17.420001] 2022-12-01T10:25:18.0333148Z 2022-12-01T10:25:18.0333770Z Expand the folded group to see the log file of test_python_dispatch 2022-12-01T10:25:18.0335001Z ##[group]PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_vjbgg1y3) 2022-12-01T10:25:18.0335621Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-12-01T10:25:18.0335815Z 2022-12-01T10:25:18.0335876Z Running tests... 2022-12-01T10:25:18.0336188Z ---------------------------------------------------------------------- 2022-12-01T10:25:18.0336493Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.237s) 2022-12-01T10:25:18.0336772Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0337272Z test_basic (__main__.TestPythonDispatch) ... ok (0.007s) 2022-12-01T10:25:18.0337585Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0337910Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0338194Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:25:18.0338503Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0338826Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0339173Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0339537Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0339853Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:25:18.0340143Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0340484Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0340794Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0341108Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0341418Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0341729Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0342018Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0342298Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0342560Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0342846Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0343157Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0343549Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-12-01T10:25:18.0343924Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-12-01T10:25:18.0344146Z ok (0.001s) 2022-12-01T10:25:18.0344384Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:25:18.0344665Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0344968Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0345277Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:25:18.0345535Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0345799Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0346090Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0346393Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0346730Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0347049Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0347345Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0347633Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0347944Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0348249Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0348541Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0348815Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.011s) 2022-12-01T10:25:18.0349150Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0349432Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0349779Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0350065Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0350357Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0350639Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:25:18.0350938Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0351227Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0351537Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0351840Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:25:18.0352156Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0352509Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.006s) 2022-12-01T10:25:18.0352788Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0353104Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:25:18.0353427Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0353758Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0354088Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0354422Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0354721Z test_version (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0355006Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0355315Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:25:18.0355619Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:25:18.0355918Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:25:18.0356176Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-12-01T10:25:18.0356462Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.006s) 2022-12-01T10:25:18.0356768Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-12-01T10:25:18.0357079Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:25:18.0357407Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:25:18.0357742Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:25:18.0358465Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:25:18.0358993Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:25:18.0359312Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:25:18.0359581Z dispatch key: ZeroTensor 2022-12-01T10:25:18.0359873Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:25:18.0360308Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:25:18.0360641Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:25:18.0360838Z ok (0.004s) 2022-12-01T10:25:18.0361064Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:25:18.0361432Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:25:18.0361618Z 2022-12-01T10:25:18.0361819Z ---------------------------------------------------------------------- 2022-12-01T10:25:18.0362046Z Ran 71 tests in 0.386s 2022-12-01T10:25:18.0362162Z 2022-12-01T10:25:18.0362227Z OK 2022-12-01T10:25:18.0362318Z 2022-12-01T10:25:18.0362401Z Generating XML reports... 2022-12-01T10:25:18.0362827Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201102517.xml 2022-12-01T10:25:18.0363370Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201102517.xml 2022-12-01T10:25:18.0363924Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201102517.xml 2022-12-01T10:25:18.0364173Z 2022-12-01T10:25:18.0364446Z ##[endgroup] 2022-12-01T10:25:18.0364843Z FINISHED PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_vjbgg1y3) 2022-12-01T10:25:18.0365106Z 2022-12-01T10:25:19.0083300Z 2022-12-01T10:25:19.0083835Z Expand the folded group to see the log file of test_autocast 2022-12-01T10:25:19.0084777Z ##[group]PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_qrd0261d) 2022-12-01T10:25:19.0085701Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-12-01T10:25:19.0085891Z 2022-12-01T10:25:19.0085951Z Running tests... 2022-12-01T10:25:19.0086266Z ---------------------------------------------------------------------- 2022-12-01T10:25:19.0086713Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.238s) 2022-12-01T10:25:19.0087168Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.004s) 2022-12-01T10:25:19.0087608Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.006s) 2022-12-01T10:25:19.0088098Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.015s) 2022-12-01T10:25:19.0088582Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.005s) 2022-12-01T10:25:19.0088875Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.075s) 2022-12-01T10:25:19.0089175Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.004s) 2022-12-01T10:25:19.0089485Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-12-01T10:25:19.0089651Z 2022-12-01T10:25:19.0089848Z ---------------------------------------------------------------------- 2022-12-01T10:25:19.0090087Z Ran 8 tests in 0.348s 2022-12-01T10:25:19.0090201Z 2022-12-01T10:25:19.0090262Z OK 2022-12-01T10:25:19.0090351Z 2022-12-01T10:25:19.0090436Z Generating XML reports... 2022-12-01T10:25:19.0090844Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201102518.xml 2022-12-01T10:25:19.0091363Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201102518.xml 2022-12-01T10:25:19.0091591Z 2022-12-01T10:25:19.0091856Z ##[endgroup] 2022-12-01T10:25:19.0092225Z FINISHED PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_qrd0261d) 2022-12-01T10:25:19.0092435Z 2022-12-01T10:25:19.5429318Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:19.6071484Z Ignoring disabled issues: [] 2022-12-01T10:25:19.6213765Z Running nn/test_dropout ... [2022-12-01 10:25:19.621093] 2022-12-01T10:25:19.6216681Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:19.621426] 2022-12-01T10:25:20.5847152Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:20.6488631Z Ignoring disabled issues: [] 2022-12-01T10:25:20.6632580Z Running test_functional_optim ... [2022-12-01 10:25:20.662964] 2022-12-01T10:25:20.6634598Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:20.663239] 2022-12-01T10:25:21.4598045Z 2022-12-01T10:25:21.4598607Z Expand the folded group to see the log file of nn/test_dropout 2022-12-01T10:25:21.4599742Z ##[group]PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_5t05kn5d) 2022-12-01T10:25:21.4600645Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-12-01T10:25:21.4600964Z 2022-12-01T10:25:21.4601098Z Running tests... 2022-12-01T10:25:21.4601613Z ---------------------------------------------------------------------- 2022-12-01T10:25:21.4602165Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.003s) 2022-12-01T10:25:21.4602504Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.077s) 2022-12-01T10:25:21.4602788Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-12-01T10:25:21.4603110Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:25:21.4603604Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:25:21.4603928Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:25:21.4604249Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:25:21.4604560Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.227s) 2022-12-01T10:25:21.4604868Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:25:21.4605048Z 2022-12-01T10:25:21.4605254Z ---------------------------------------------------------------------- 2022-12-01T10:25:21.4605498Z Ran 9 tests in 0.336s 2022-12-01T10:25:21.4605615Z 2022-12-01T10:25:21.4605673Z OK (skipped=1) 2022-12-01T10:25:21.4605779Z 2022-12-01T10:25:21.4605863Z Generating XML reports... 2022-12-01T10:25:21.4606271Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201102520.xml 2022-12-01T10:25:21.4606827Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221201102520.xml 2022-12-01T10:25:21.4607088Z 2022-12-01T10:25:21.4607324Z ##[endgroup] 2022-12-01T10:25:21.4607712Z FINISHED PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_5t05kn5d) 2022-12-01T10:25:21.4607923Z 2022-12-01T10:25:22.4043793Z 2022-12-01T10:25:22.4044356Z Expand the folded group to see the log file of test_functional_optim 2022-12-01T10:25:22.4045481Z ##[group]PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_wwojjzgt) 2022-12-01T10:25:22.4046154Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-12-01T10:25:22.4046388Z 2022-12-01T10:25:22.4046465Z Running tests... 2022-12-01T10:25:22.4046762Z ---------------------------------------------------------------------- 2022-12-01T10:25:22.4047164Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.258s) 2022-12-01T10:25:22.4047524Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.023s) 2022-12-01T10:25:22.4047920Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.021s) 2022-12-01T10:25:22.4048253Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-12-01T10:25:22.4048442Z 2022-12-01T10:25:22.4048687Z ---------------------------------------------------------------------- 2022-12-01T10:25:22.4048930Z Ran 4 tests in 0.303s 2022-12-01T10:25:22.4049045Z 2022-12-01T10:25:22.4049092Z OK 2022-12-01T10:25:22.4049212Z 2022-12-01T10:25:22.4049313Z Generating XML reports... 2022-12-01T10:25:22.4049825Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201102521.xml 2022-12-01T10:25:22.4050097Z 2022-12-01T10:25:22.4050537Z ##[endgroup] 2022-12-01T10:25:22.4050996Z FINISHED PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_wwojjzgt) 2022-12-01T10:25:22.4051233Z 2022-12-01T10:25:22.9300918Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:22.9934732Z Ignoring disabled issues: [] 2022-12-01T10:25:23.0076962Z Running test_pytree ... [2022-12-01 10:25:23.007410] 2022-12-01T10:25:23.0079188Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:23.007670] 2022-12-01T10:25:23.9648854Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:24.0278463Z Ignoring disabled issues: [] 2022-12-01T10:25:24.0423432Z Running test_native_mha ... [2022-12-01 10:25:24.042055] 2022-12-01T10:25:24.0425550Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:24.042325] 2022-12-01T10:25:24.5556346Z 2022-12-01T10:25:24.5556902Z Expand the folded group to see the log file of test_pytree 2022-12-01T10:25:24.5558189Z ##[group]PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_2fo_ixdm) 2022-12-01T10:25:24.5559019Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-12-01T10:25:24.5559188Z 2022-12-01T10:25:24.5559263Z Running tests... 2022-12-01T10:25:24.5559621Z ---------------------------------------------------------------------- 2022-12-01T10:25:24.5559922Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.241s) 2022-12-01T10:25:24.5560244Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.004s) 2022-12-01T10:25:24.5560522Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:25:24.5560806Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:25:24.5561350Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:25:24.5561887Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5562214Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:25:24.5562558Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:25:24.5562846Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5563149Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:25:24.5563454Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5563685Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5563969Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5564236Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5564500Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:25:24.5564634Z 2022-12-01T10:25:24.5564890Z ---------------------------------------------------------------------- 2022-12-01T10:25:24.5565137Z Ran 15 tests in 0.264s 2022-12-01T10:25:24.5565254Z 2022-12-01T10:25:24.5565318Z OK 2022-12-01T10:25:24.5565417Z 2022-12-01T10:25:24.5565535Z Generating XML reports... 2022-12-01T10:25:24.5565939Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201102523.xml 2022-12-01T10:25:24.5566168Z 2022-12-01T10:25:24.5566441Z ##[endgroup] 2022-12-01T10:25:24.5566803Z FINISHED PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_2fo_ixdm) 2022-12-01T10:25:24.5567065Z 2022-12-01T10:25:25.6074077Z 2022-12-01T10:25:25.6074850Z Expand the folded group to see the log file of test_native_mha 2022-12-01T10:25:25.6075883Z ##[group]PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_krunjn0d) 2022-12-01T10:25:25.6076823Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-12-01T10:25:25.6077397Z 2022-12-01T10:25:25.6077472Z Running tests... 2022-12-01T10:25:25.6077791Z ---------------------------------------------------------------------- 2022-12-01T10:25:25.6078124Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:25:25.6078496Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:25:25.6079371Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:25:25.6079960Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:25:25.6080190Z ok (0.053s) 2022-12-01T10:25:25.6080445Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:25:25.6080886Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:25:25.6081101Z 2022-12-01T10:25:25.6081291Z ---------------------------------------------------------------------- 2022-12-01T10:25:25.6081533Z Ran 5 tests in 0.077s 2022-12-01T10:25:25.6081646Z 2022-12-01T10:25:25.6081717Z OK (skipped=1) 2022-12-01T10:25:25.6081823Z 2022-12-01T10:25:25.6081907Z Generating XML reports... 2022-12-01T10:25:25.6082321Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221201102525.xml 2022-12-01T10:25:25.6082565Z 2022-12-01T10:25:25.6082799Z ##[endgroup] 2022-12-01T10:25:25.6083179Z FINISHED PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_krunjn0d) 2022-12-01T10:25:25.6083379Z 2022-12-01T10:25:26.0819628Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:26.1447678Z Ignoring disabled issues: [] 2022-12-01T10:25:26.1589668Z Running lazy/test_bindings ... [2022-12-01 10:25:26.158630] 2022-12-01T10:25:26.1591320Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:26.158902] 2022-12-01T10:25:27.0923219Z 2022-12-01T10:25:27.0924175Z Expand the folded group to see the log file of lazy/test_bindings 2022-12-01T10:25:27.0925317Z ##[group]PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_quaxunmx) 2022-12-01T10:25:27.0925731Z 2022-12-01T10:25:27.0926039Z ##[endgroup] 2022-12-01T10:25:27.0926827Z FINISHED PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_quaxunmx) 2022-12-01T10:25:27.0927248Z 2022-12-01T10:25:27.1800095Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:27.2441671Z Ignoring disabled issues: [] 2022-12-01T10:25:27.2586357Z Running lazy/test_meta_kernel ... [2022-12-01 10:25:27.258304] 2022-12-01T10:25:27.2588355Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:27.258585] 2022-12-01T10:25:28.4004381Z 2022-12-01T10:25:28.4004923Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-12-01T10:25:28.4005999Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_46_r8a81) 2022-12-01T10:25:28.4006388Z 2022-12-01T10:25:28.4006722Z ##[endgroup] 2022-12-01T10:25:28.4007545Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_46_r8a81) 2022-12-01T10:25:28.4007912Z 2022-12-01T10:25:28.5697155Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:28.6334949Z Ignoring disabled issues: [] 2022-12-01T10:25:28.6476714Z Running test_cuda_sanitizer ... [2022-12-01 10:25:28.647343] 2022-12-01T10:25:28.6478569Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:28.647610] 2022-12-01T10:25:29.8101892Z 2022-12-01T10:25:29.8102477Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-12-01T10:25:29.8103680Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_n239n6j3) 2022-12-01T10:25:29.8104293Z CUDA not available, skipping tests 2022-12-01T10:25:29.8104535Z 2022-12-01T10:25:29.8104668Z Running tests... 2022-12-01T10:25:29.8105335Z ---------------------------------------------------------------------- 2022-12-01T10:25:29.8105623Z 2022-12-01T10:25:29.8105991Z ---------------------------------------------------------------------- 2022-12-01T10:25:29.8106421Z Ran 0 tests in 0.000s 2022-12-01T10:25:29.8106624Z 2022-12-01T10:25:29.8106731Z OK 2022-12-01T10:25:29.8106899Z 2022-12-01T10:25:29.8107053Z Generating XML reports... 2022-12-01T10:25:29.8107839Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-12-01T10:25:29.8108031Z 2022-12-01T10:25:29.8108267Z ##[endgroup] 2022-12-01T10:25:29.8108663Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_n239n6j3) 2022-12-01T10:25:29.8108887Z 2022-12-01T10:25:29.9132570Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:29.9779517Z Ignoring disabled issues: [] 2022-12-01T10:25:29.9924966Z Running test_deploy ... [2022-12-01 10:25:29.992116] 2022-12-01T10:25:29.9926031Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-12-01 10:25:29.992402] 2022-12-01T10:25:31.2841654Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:31.3631744Z Ignoring disabled issues: [] 2022-12-01T10:25:31.3774617Z Running test_hub ... [2022-12-01 10:25:31.377115] 2022-12-01T10:25:31.3776849Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:31.377413] 2022-12-01T10:25:32.3415931Z 2022-12-01T10:25:32.3416420Z Expand the folded group to see the log file of test_deploy 2022-12-01T10:25:32.3417338Z ##[group]PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_fdcyzdqy) 2022-12-01T10:25:32.3417948Z ============================= test session starts ============================== 2022-12-01T10:25:32.3418527Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:25:32.3418774Z cachedir: .pytest_cache 2022-12-01T10:25:32.3419207Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:25:32.3419579Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:25:32.3419987Z 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:25:32.3420293Z collecting ... collected 1 item 2022-12-01T10:25:32.3420576Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-12-01T10:25:32.3420757Z 2022-12-01T10:25:32.3420899Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-12-01T10:25:32.3421056Z 2022-12-01T10:25:32.3421166Z ============================== 1 passed in 1.12s =============================== 2022-12-01T10:25:32.3421299Z 2022-12-01T10:25:32.3421521Z ##[endgroup] 2022-12-01T10:25:32.3421889Z FINISHED PRINTING LOG FILE of test_deploy (/var/lib/jenkins/workspace/test/test-reports/test_deploy_fdcyzdqy) 2022-12-01T10:25:32.3422084Z 2022-12-01T10:25:32.4990088Z 2022-12-01T10:25:32.4990545Z Expand the folded group to see the log file of test_hub 2022-12-01T10:25:32.4991318Z ##[group]PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_3ofuuo72) 2022-12-01T10:25:32.4991760Z 2022-12-01T10:25:32.4992026Z ##[endgroup] 2022-12-01T10:25:32.4992644Z FINISHED PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_3ofuuo72) 2022-12-01T10:25:32.4992948Z 2022-12-01T10:25:33.9096681Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:33.9737969Z Ignoring disabled issues: [] 2022-12-01T10:25:33.9880582Z Running test_pruning_op ... [2022-12-01 10:25:33.987719] 2022-12-01T10:25:33.9882311Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:33.988008] 2022-12-01T10:25:34.0300811Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:34.0934018Z Ignoring disabled issues: [] 2022-12-01T10:25:34.1077003Z Running test_unary_ufuncs ... [2022-12-01 10:25:34.107367] 2022-12-01T10:25:34.1078479Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:34.107630] 2022-12-01T10:25:35.1526003Z 2022-12-01T10:25:35.1526893Z Expand the folded group to see the log file of test_pruning_op 2022-12-01T10:25:35.1527631Z ##[group]PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_8nosgiy6) 2022-12-01T10:25:35.1527863Z 2022-12-01T10:25:35.1528066Z ##[endgroup] 2022-12-01T10:25:35.1528563Z FINISHED PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_8nosgiy6) 2022-12-01T10:25:35.1528774Z 2022-12-01T10:25:36.6664696Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:36.7329942Z Ignoring disabled issues: [] 2022-12-01T10:25:36.7476007Z Running test_functional_autograd_benchmark ... [2022-12-01 10:25:36.747171] 2022-12-01T10:25:36.7477741Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:36.747513] 2022-12-01T10:26:09.7292207Z 2022-12-01T10:26:09.7292777Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-12-01T10:26:09.7296703Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_zvqs22yj) 2022-12-01T10:26:09.7297763Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-12-01T10:26:09.7383889Z 2022-12-01T10:26:09.7384234Z Running tests... 2022-12-01T10:26:09.7386025Z ---------------------------------------------------------------------- 2022-12-01T10:26:09.7386681Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:26:09.7387270Z Results for model resnet18 on task vjp: nans (var: nan) 2022-12-01T10:26:09.7387783Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-12-01T10:26:09.7388233Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:26:09.7388683Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-12-01T10:26:09.7389224Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:26:09.7389764Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:26:09.7390195Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-12-01T10:26:09.7390722Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:26:09.7391193Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:26:09.7391612Z Results for model wav2letter on task vjp: nans (var: nan) 2022-12-01T10:26:09.7392121Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-12-01T10:26:09.7392575Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:26:09.7393013Z Results for model transformer on task vjp: nans (var: nan) 2022-12-01T10:26:09.7393517Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-12-01T10:26:09.7393970Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:26:09.7394676Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-12-01T10:26:09.7395202Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-12-01T10:26:09.7395621Z ok (31.404s) 2022-12-01T10:26:09.7397154Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:26:09.7398023Z 2022-12-01T10:26:09.7398387Z ---------------------------------------------------------------------- 2022-12-01T10:26:09.7398821Z Ran 2 tests in 31.406s 2022-12-01T10:26:09.7399012Z 2022-12-01T10:26:09.7399137Z OK (skipped=1) 2022-12-01T10:26:09.7399326Z 2022-12-01T10:26:09.7399475Z Generating XML reports... 2022-12-01T10:26:09.7400404Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201102537.xml 2022-12-01T10:26:09.7400958Z 2022-12-01T10:26:09.7401480Z ##[endgroup] 2022-12-01T10:26:09.7402329Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_zvqs22yj) 2022-12-01T10:26:09.7402804Z 2022-12-01T10:26:11.5302527Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:11.5938501Z Ignoring disabled issues: [] 2022-12-01T10:26:11.6083014Z Running test_ao_sparsity ... [2022-12-01 10:26:11.608029] 2022-12-01T10:26:11.6085730Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:11.608360] 2022-12-01T10:26:18.2956250Z 2022-12-01T10:26:18.2957063Z Expand the folded group to see the log file of test_ao_sparsity 2022-12-01T10:26:18.2958065Z ##[group]PRINTING LOG FILE of test_ao_sparsity (/var/lib/jenkins/workspace/test/test-reports/test_ao_sparsity_nooz0s5v) 2022-12-01T10:26:18.2958933Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-12-01T10:26:18.2960366Z 2022-12-01T10:26:18.2960856Z Running tests... 2022-12-01T10:26:18.2961561Z ---------------------------------------------------------------------- 2022-12-01T10:26:18.2962181Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-12-01T10:26:18.2962835Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.341s) 2022-12-01T10:26:18.2963416Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-12-01T10:26:18.2963961Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-12-01T10:26:18.3053921Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.006s) 2022-12-01T10:26:18.3054809Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.003s) 2022-12-01T10:26:18.3055420Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-12-01T10:26:18.3056796Z 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:26:18.3057912Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-12-01T10:26:18.3058326Z ok (0.021s) 2022-12-01T10:26:18.3058793Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.015s) 2022-12-01T10:26:18.3059417Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.015s) 2022-12-01T10:26:18.3059995Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-12-01T10:26:18.3060540Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-12-01T10:26:18.3061272Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-12-01T10:26:18.3061806Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.011s) 2022-12-01T10:26:18.3062359Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-12-01T10:26:18.3062895Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.009s) 2022-12-01T10:26:18.3063404Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-12-01T10:26:18.3063968Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3064560Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:26:18.3065172Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:26:18.3065783Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:26:18.3066465Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:26:18.3067084Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:26:18.3067664Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-12-01T10:26:18.3068231Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3069696Z 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:26:18.3070618Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:26:18.3070970Z ok (0.273s) 2022-12-01T10:26:18.3071432Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.279s) 2022-12-01T10:26:18.3072064Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.258s) 2022-12-01T10:26:18.3072698Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.012s) 2022-12-01T10:26:18.3073319Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.263s) 2022-12-01T10:26:18.3073947Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.264s) 2022-12-01T10:26:18.3074586Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.015s) 2022-12-01T10:26:18.3075183Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.004s) 2022-12-01T10:26:18.3076579Z 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:26:18.3077477Z "calls to the scheduer.step().", UserWarning) 2022-12-01T10:26:18.3077810Z ok (0.004s) 2022-12-01T10:26:18.3078235Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.118s) 2022-12-01T10:26:18.3078850Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-12-01T10:26:18.3079482Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.008s) 2022-12-01T10:26:18.3080131Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-12-01T10:26:18.3080757Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:18.3081488Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.321s) 2022-12-01T10:26:18.3082135Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:18.3082874Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.272s) 2022-12-01T10:26:18.3083483Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:18.3084208Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.218s) 2022-12-01T10:26:18.3084803Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:18.3085529Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.039s) 2022-12-01T10:26:18.3086127Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:26:18.3086868Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.286s) 2022-12-01T10:26:18.3087509Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3088204Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-12-01T10:26:18.3088867Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3089543Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.387s) 2022-12-01T10:26:18.3090193Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.141s) 2022-12-01T10:26:18.3090848Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.237s) 2022-12-01T10:26:18.3091506Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.282s) 2022-12-01T10:26:18.3092145Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.183s) 2022-12-01T10:26:18.3092754Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:26:18.3093315Z The expectation is post_training_sparse_quantize function ... ok (0.009s) 2022-12-01T10:26:18.3093878Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:26:18.3094419Z The expectation is post_training_sparse_quantize function ... ok (0.006s) 2022-12-01T10:26:18.3095453Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-12-01 10:26:17,223 - root - INFO - static sparse qlinear is only available in fbgemm 2022-12-01T10:26:18.3096267Z 2022-12-01 10:26:17,305 - root - INFO - static sparse qlinear is only available in fbgemm 2022-12-01T10:26:18.3096914Z 2022-12-01 10:26:17,306 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:26:18.3097548Z 2022-12-01 10:26:17,308 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:26:18.3097929Z ok (0.195s) 2022-12-01T10:26:18.3098687Z 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:26:18.3100353Z /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:18.3100973Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:18.3101823Z /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:18.3102449Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:18.3102799Z ok (0.105s) 2022-12-01T10:26:18.3103544Z 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:26:18.3104349Z ok (0.140s) 2022-12-01T10:26:18.3104769Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:26:18.3105313Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:26:18.3105851Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-12-01T10:26:18.3106366Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-12-01T10:26:18.3106879Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:26:18.3107424Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3107942Z Tests that fqn_to_module operates as inverse ... ok (0.006s) 2022-12-01T10:26:18.3108472Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3108996Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-12-01T10:26:18.3109628Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3110272Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.006s) 2022-12-01T10:26:18.3110860Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3111440Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.007s) 2022-12-01T10:26:18.3112049Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3112660Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.004s) 2022-12-01T10:26:18.3113222Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3113788Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.005s) 2022-12-01T10:26:18.3114360Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3116636Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.003s) 2022-12-01T10:26:18.3117182Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:26:18.3117888Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.003s) 2022-12-01T10:26:18.3118494Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3119119Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3119748Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-12-01T10:26:18.3120383Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.040s) 2022-12-01T10:26:18.3121011Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.286s) 2022-12-01T10:26:18.3121613Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.006s) 2022-12-01T10:26:18.3121949Z 2022-12-01T10:26:18.3122285Z ---------------------------------------------------------------------- 2022-12-01T10:26:18.3122679Z Ran 72 tests in 5.201s 2022-12-01T10:26:18.3122864Z 2022-12-01T10:26:18.3122957Z OK 2022-12-01T10:26:18.3123088Z 2022-12-01T10:26:18.3123223Z Generating XML reports... 2022-12-01T10:26:18.3124111Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201102612.xml 2022-12-01T10:26:18.3125272Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201102612.xml 2022-12-01T10:26:18.3126383Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201102612.xml 2022-12-01T10:26:18.3127433Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221201102612.xml 2022-12-01T10:26:18.3128548Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201102612.xml 2022-12-01T10:26:18.3129633Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20221201102612.xml 2022-12-01T10:26:18.3130704Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201102612.xml 2022-12-01T10:26:18.3131773Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201102612.xml 2022-12-01T10:26:18.3132889Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20221201102612.xml 2022-12-01T10:26:18.3134048Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201102612.xml 2022-12-01T10:26:18.3135401Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201102612.xml 2022-12-01T10:26:18.3136518Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201102612.xml 2022-12-01T10:26:18.3137645Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201102612.xml 2022-12-01T10:26:18.3138755Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201102612.xml 2022-12-01T10:26:18.3139793Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221201102612.xml 2022-12-01T10:26:18.3140859Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201102612.xml 2022-12-01T10:26:18.3142000Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201102612.xml 2022-12-01T10:26:18.3142498Z 2022-12-01T10:26:18.3142977Z ##[endgroup] 2022-12-01T10:26:18.3143610Z FINISHED PRINTING LOG FILE of test_ao_sparsity (/var/lib/jenkins/workspace/test/test-reports/test_ao_sparsity_nooz0s5v) 2022-12-01T10:26:18.3143992Z 2022-12-01T10:26:19.9975754Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:20.0823060Z Ignoring disabled issues: [] 2022-12-01T10:26:20.1033228Z Running test_mkl_verbose ... [2022-12-01 10:26:20.102915] 2022-12-01T10:26:20.1035081Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:20.103222] 2022-12-01T10:26:24.5899321Z 2022-12-01T10:26:24.5903949Z Expand the folded group to see the log file of test_mkl_verbose 2022-12-01T10:26:24.5905072Z ##[group]PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_2yqakwiz) 2022-12-01T10:26:24.5905939Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-12-01T10:26:24.5906245Z 2022-12-01T10:26:24.5908763Z Running tests... 2022-12-01T10:26:24.5909279Z ---------------------------------------------------------------------- 2022-12-01T10:26:24.5909825Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.360s) 2022-12-01T10:26:24.5910249Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.773s) 2022-12-01T10:26:24.5910497Z 2022-12-01T10:26:24.5910833Z ---------------------------------------------------------------------- 2022-12-01T10:26:24.5911237Z Ran 2 tests in 3.134s 2022-12-01T10:26:24.5911427Z 2022-12-01T10:26:24.5911527Z OK 2022-12-01T10:26:24.5911663Z 2022-12-01T10:26:24.5911817Z Generating XML reports... 2022-12-01T10:26:24.5912695Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201102621.xml 2022-12-01T10:26:24.5913079Z 2022-12-01T10:26:24.5913452Z ##[endgroup] 2022-12-01T10:26:24.5914091Z FINISHED PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_2yqakwiz) 2022-12-01T10:26:24.5914452Z 2022-12-01T10:26:26.7952993Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:26.9071105Z Ignoring disabled issues: [] 2022-12-01T10:26:26.9321009Z Running test_sort_and_select ... [2022-12-01 10:26:26.931607] 2022-12-01T10:26:26.9323438Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:26.931978] 2022-12-01T10:26:32.0123171Z 2022-12-01T10:26:32.0123664Z Expand the folded group to see the log file of test_sort_and_select 2022-12-01T10:26:32.0124868Z ##[group]PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_cr8e4fq2) 2022-12-01T10:26:32.0130190Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-12-01T10:26:32.0130506Z 2022-12-01T10:26:32.0130610Z Running tests... 2022-12-01T10:26:32.0131124Z ---------------------------------------------------------------------- 2022-12-01T10:26:32.0131627Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:26:32.0132112Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:26:32.0132601Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-12-01T10:26:32.0133079Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:26:32.0133551Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-12-01T10:26:32.0134004Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-12-01T10:26:32.0134683Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:26:32.0135263Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0135878Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0136498Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0137121Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0137726Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0138327Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0138941Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0139513Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-12-01T10:26:32.0140038Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.027s) 2022-12-01T10:26:32.0140546Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0141055Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0141548Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-12-01T10:26:32.0142020Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:26:32.0142507Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:26:32.0142995Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:26:32.0143470Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0143935Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0144501Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:26:32.0144983Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:26:32.0146279Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:26:32.0147481Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:26:32.0147793Z ok (0.003s) 2022-12-01T10:26:32.0148158Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (2.322s) 2022-12-01T10:26:32.0148705Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:32.0149594Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:26:32.0150255Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0150823Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0152144Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:26:32.0153307Z torch.sort(tensor, out=(values, indices)) 2022-12-01T10:26:32.0153621Z ok (0.002s) 2022-12-01T10:26:32.0154049Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:26:32.0154615Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-12-01T10:26:32.0155173Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-12-01T10:26:32.0155716Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:26:32.0156273Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-12-01T10:26:32.0156824Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-12-01T10:26:32.0157354Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-12-01T10:26:32.0157904Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-12-01T10:26:32.0158460Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-12-01T10:26:32.0217616Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:26:32.0218132Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-12-01T10:26:32.0220261Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0220803Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:26:32.0221316Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0221821Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-12-01T10:26:32.0222685Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0223360Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0223874Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0224426Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0224946Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:26:32.0225439Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.001s) 2022-12-01T10:26:32.0234643Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:32.0235194Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.146s) 2022-12-01T10:26:32.0235708Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0236223Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0236736Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0237297Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0238203Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-12-01T10:26:32.0238889Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:26:32.0239637Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:26:32.0240299Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:26:32.0240936Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-12-01T10:26:32.0241542Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0242150Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0242743Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0243352Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0243933Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0244497Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0245125Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-12-01T10:26:32.0245800Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:26:32.0246506Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0247196Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-12-01T10:26:32.0247869Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-12-01T10:26:32.0248413Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0249006Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0249617Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0250219Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0250819Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-12-01T10:26:32.0251328Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.029s) 2022-12-01T10:26:32.0251818Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.022s) 2022-12-01T10:26:32.0252277Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.029s) 2022-12-01T10:26:32.0252727Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.029s) 2022-12-01T10:26:32.0253176Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-12-01T10:26:32.0253629Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.025s) 2022-12-01T10:26:32.0254177Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-12-01T10:26:32.0254852Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.028s) 2022-12-01T10:26:32.0255306Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-12-01T10:26:32.0256239Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.076s) 2022-12-01T10:26:32.0256990Z 2022-12-01T10:26:32.0257539Z ---------------------------------------------------------------------- 2022-12-01T10:26:32.0258071Z Ran 91 tests in 3.310s 2022-12-01T10:26:32.0258341Z 2022-12-01T10:26:32.0258526Z OK (skipped=13) 2022-12-01T10:26:32.0258773Z 2022-12-01T10:26:32.0259012Z Generating XML reports... 2022-12-01T10:26:32.0259915Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201102628.xml 2022-12-01T10:26:32.0260410Z 2022-12-01T10:26:32.0261220Z ##[endgroup] 2022-12-01T10:26:32.0262047Z FINISHED PRINTING LOG FILE of test_sort_and_select (/var/lib/jenkins/workspace/test/test-reports/test_sort_and_select_cr8e4fq2) 2022-12-01T10:26:32.0262489Z 2022-12-01T10:26:33.8660349Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:33.9529202Z Ignoring disabled issues: [] 2022-12-01T10:26:33.9752520Z Running test_logging ... [2022-12-01 10:26:33.974817] 2022-12-01T10:26:33.9753632Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:33.975157] 2022-12-01T10:26:37.4474738Z 2022-12-01T10:26:37.4475375Z Expand the folded group to see the log file of test_logging 2022-12-01T10:26:37.4476356Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_8dw1u0an) 2022-12-01T10:26:37.4477166Z Test results will be stored in test-reports/python-unittest/test_logging 2022-12-01T10:26:37.4477460Z 2022-12-01T10:26:37.4477585Z Running tests... 2022-12-01T10:26:37.4478102Z ---------------------------------------------------------------------- 2022-12-01T10:26:37.4478538Z testApiUsage (__main__.LoggingTest) 2022-12-01T10:26:37.4479113Z This test verifies that api usage logging is not triggered via static ... ok (1.812s) 2022-12-01T10:26:37.4479412Z 2022-12-01T10:26:37.4479739Z ---------------------------------------------------------------------- 2022-12-01T10:26:37.4480176Z Ran 1 test in 1.813s 2022-12-01T10:26:37.4480360Z 2022-12-01T10:26:37.4480460Z OK 2022-12-01T10:26:37.4480609Z 2022-12-01T10:26:37.4480749Z Generating XML reports... 2022-12-01T10:26:37.4481416Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201102635.xml 2022-12-01T10:26:37.4481767Z 2022-12-01T10:26:37.4482117Z ##[endgroup] 2022-12-01T10:26:37.4482744Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_8dw1u0an) 2022-12-01T10:26:37.4483097Z 2022-12-01T10:26:39.5665397Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:39.6682892Z Ignoring disabled issues: [] 2022-12-01T10:26:39.6894981Z Running test_maskedtensor ... [2022-12-01 10:26:39.689193] 2022-12-01T10:26:39.6897803Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:39.689516] 2022-12-01T10:26:45.3291478Z 2022-12-01T10:26:45.3292653Z Expand the folded group to see the log file of test_maskedtensor 2022-12-01T10:26:45.3294314Z ##[group]PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_imx55naq) 2022-12-01T10:26:45.3295747Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-12-01T10:26:45.3296247Z 2022-12-01T10:26:45.3297534Z Running tests... 2022-12-01T10:26:45.3298367Z ---------------------------------------------------------------------- 2022-12-01T10:26:45.3300502Z 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:26:45.3306611Z "module for further information about the project."), UserWarning) 2022-12-01T10:26:45.3307056Z ok (0.022s) 2022-12-01T10:26:45.3307459Z test_contiguous_cpu (__main__.TestBasicsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3307970Z test_diff_dim_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3308592Z test_diff_layouts_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3309101Z test_diff_sizes_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3309677Z test_grad_warning_cpu (__main__.TestBasicsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3311619Z 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:26:45.3312805Z "module for further information about the project."), UserWarning) 2022-12-01T10:26:45.3313251Z ok (0.002s) 2022-12-01T10:26:45.3314375Z test_invalid_sparse_csr_values_cpu (__main__.TestBasicsCPU) ... test_maskedtensor.py:297: 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:26:45.3315407Z size=(2, 4) 2022-12-01T10:26:45.3315703Z ok (0.002s) 2022-12-01T10:26:45.3316148Z test_invalid_sparse_layout_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3316714Z test_invalid_tensor_inputs_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3318044Z 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:26:45.3318950Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:26:45.3319369Z ok (0.004s) 2022-12-01T10:26:45.3319803Z test_to_dense_and_sparse_coo_cpu (__main__.TestBasicsCPU) ... ok (0.018s) 2022-12-01T10:26:45.3320359Z test_to_dense_and_sparse_csr_cpu (__main__.TestBasicsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3320891Z test_to_dense_cpu (__main__.TestBasicsCPU) ... ok (0.013s) 2022-12-01T10:26:45.3321403Z test_to_sparse_cpu (__main__.TestBasicsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3321962Z test_where_cpu (__main__.TestBasicsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3322457Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3322986Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3323510Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3324039Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3324590Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3325127Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3325689Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3326222Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3326737Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3327242Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3327725Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3328371Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3328895Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3329371Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3329864Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3330364Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3330876Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3331393Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3331912Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3332412Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3332903Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3333430Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3334076Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3335273Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3335996Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3336644Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3337313Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3337931Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3338457Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3339095Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3339712Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3340338Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3340860Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3341361Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3341857Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3342386Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3342926Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3343472Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3344022Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3344575Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3345148Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3345729Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3346324Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3346914Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3347452Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3347989Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3348533Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3349079Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3349711Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3350250Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3350793Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3351344Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3352064Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3352594Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3353113Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3353668Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3354216Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3354740Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3355278Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3355820Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3356363Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3356905Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:26:45.3357545Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3358101Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3358659Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3359223Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:26:45.3359770Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.001s) 2022-12-01T10:26:45.3360297Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.001s) 2022-12-01T10:26:45.3360889Z test_binary_core_add_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3361575Z test_binary_core_add_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3362248Z test_binary_core_add_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3362926Z test_binary_core_add_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3363575Z test_binary_core_add_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3364251Z test_binary_core_add_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3364928Z test_binary_core_add_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3365598Z test_binary_core_add_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3366245Z test_binary_core_add_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3366921Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3367607Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3368265Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3368946Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3369619Z test_binary_core_atan2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3370295Z test_binary_core_atan2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3370976Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3371710Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3372435Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3373261Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3373954Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3374800Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3375519Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3376247Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3376981Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3377711Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3378558Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3379297Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3380030Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3380755Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3381483Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3382227Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3382950Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3383692Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3384413Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3385114Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3385835Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3386610Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3387339Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3388042Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3388777Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3389581Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3390298Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3390963Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3391619Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3392275Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3392930Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3393703Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3394367Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3395016Z test_binary_core_eq_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3395668Z test_binary_core_eq_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3396315Z test_binary_core_eq_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3397001Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3397710Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3422049Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3423021Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3423733Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3424432Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3425127Z test_binary_core_floor_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3426148Z test_binary_core_floor_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3426845Z test_binary_core_floor_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3427538Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3428210Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3428876Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3429680Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3430353Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3431016Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3431673Z test_binary_core_fmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3432339Z test_binary_core_fmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3432989Z test_binary_core_fmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3433668Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3434344Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3434994Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3435661Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3436803Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3437463Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3438109Z test_binary_core_fmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3438766Z test_binary_core_fmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3439565Z test_binary_core_fmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3440213Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3440872Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3441538Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3442218Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3442869Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3443541Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3444248Z test_binary_core_fmod_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3445009Z test_binary_core_fmod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3445655Z test_binary_core_fmod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3446316Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3446978Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3447639Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3448275Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3448927Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3450137Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3450804Z test_binary_core_ge_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3451461Z test_binary_core_ge_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3452116Z test_binary_core_ge_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3452769Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3453419Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3454086Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3454881Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3455550Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3456198Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3456861Z test_binary_core_gt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3457517Z test_binary_core_gt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-12-01T10:26:45.3458181Z test_binary_core_gt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3458821Z test_binary_core_le_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3459479Z test_binary_core_le_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3460133Z test_binary_core_le_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3460888Z test_binary_core_le_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3461539Z test_binary_core_le_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3462200Z test_binary_core_le_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3462864Z test_binary_core_le_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3463503Z test_binary_core_le_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3464159Z test_binary_core_le_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3464815Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3465475Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3466200Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3466857Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3467510Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3468151Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3468801Z test_binary_core_lt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3469532Z test_binary_core_lt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3470112Z test_binary_core_lt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3470534Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3471024Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3471537Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3472005Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3472488Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3473018Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3473521Z test_binary_core_maximum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3474030Z test_binary_core_maximum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3474532Z test_binary_core_maximum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3475043Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3475552Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3476041Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3476544Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3477055Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3477557Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3478039Z test_binary_core_minimum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3478651Z test_binary_core_minimum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3479157Z test_binary_core_minimum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3479662Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3480140Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3480640Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3481139Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3481605Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3482094Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3482659Z test_binary_core_mul_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3483147Z test_binary_core_mul_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3483608Z test_binary_core_mul_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3484107Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3484585Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3485059Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3485521Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3485995Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3486482Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3486949Z test_binary_core_ne_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3487441Z test_binary_core_ne_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3487931Z test_binary_core_ne_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3488442Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3488941Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3489447Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3489970Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3490486Z test_binary_core_nextafter_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3490974Z test_binary_core_nextafter_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3491493Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3491995Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3492518Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3493013Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3493491Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3494059Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3496728Z test_binary_core_remainder_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3497296Z test_binary_core_remainder_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3497832Z test_binary_core_remainder_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3498338Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3498865Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3499354Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3499858Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3500462Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3500947Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3501433Z test_binary_core_sub_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3501905Z test_binary_core_sub_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3502394Z test_binary_core_sub_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:26:45.3502886Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3503418Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3503950Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3504458Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3504984Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3505509Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3506042Z test_binary_core_true_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3506527Z test_binary_core_true_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3507076Z test_binary_core_true_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:26:45.3507576Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3508094Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3508562Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:26:45.3509062Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3509628Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3510180Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3510699Z test_reduction_all_amax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3511218Z test_reduction_all_amax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:26:45.3511867Z test_reduction_all_amax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3512394Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:26:45.3512913Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:26:45.3513396Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:26:45.3513949Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3514441Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3514936Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3515433Z test_reduction_all_amin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3516020Z test_reduction_all_amin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3516509Z test_reduction_all_amin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3517012Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3517516Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3518008Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:26:45.3518482Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3518993Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3519494Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3519974Z test_reduction_all_argmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3520470Z test_reduction_all_argmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3520982Z test_reduction_all_argmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:26:45.3521486Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3521970Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3522473Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3522967Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3523489Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3524010Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3524655Z test_reduction_all_argmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3525298Z test_reduction_all_argmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3525869Z test_reduction_all_argmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:26:45.3526344Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.028s) 2022-12-01T10:26:45.3526838Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.029s) 2022-12-01T10:26:45.3527478Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:26:45.3528003Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:26:45.3528569Z test_reduction_all_prod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.024s) 2022-12-01T10:26:45.3529135Z test_reduction_all_prod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:26:45.3529649Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3530122Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3530627Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:26:45.3531139Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3531653Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3532222Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:26:45.3532741Z test_reduction_all_sum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3533252Z test_reduction_all_sum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:26:45.3533730Z test_reduction_all_sum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:26:45.3534227Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3534875Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3535354Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3535851Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3536341Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3536824Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3537319Z test_unary_core_abs_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3537796Z test_unary_core_abs_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3538283Z test_unary_core_abs_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3538738Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3539188Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3539694Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3540201Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3540696Z test_unary_core_acos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3541154Z test_unary_core_acos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3541658Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3542168Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3542672Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3543131Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3543793Z test_unary_core_acosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3544283Z test_unary_core_acosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3544780Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3545266Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3545767Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3546263Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3546736Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3547256Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3547864Z test_unary_core_angle_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3548377Z test_unary_core_angle_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3548854Z test_unary_core_angle_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3549328Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3549896Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3550379Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3550869Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3551379Z test_unary_core_asin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3551874Z test_unary_core_asin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3552329Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3552828Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3553328Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3553814Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3554284Z test_unary_core_asinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3554772Z test_unary_core_asinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3555307Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3555800Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3556289Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3556790Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3557295Z test_unary_core_atan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3557759Z test_unary_core_atan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3558257Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3558759Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3559358Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3559826Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3560303Z test_unary_core_atanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3560791Z test_unary_core_atanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3561283Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3561757Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3562247Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3562744Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3563313Z test_unary_core_ceil_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3563816Z test_unary_core_ceil_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3564339Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3564884Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3565403Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3565942Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3566478Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3567016Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3567523Z test_unary_core_conj_physical_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3568039Z test_unary_core_conj_physical_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3568545Z test_unary_core_conj_physical_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3569051Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3569523Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3570015Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3570507Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3571014Z test_unary_core_cos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3571505Z test_unary_core_cos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3572007Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3572495Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3572948Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3573447Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3573930Z test_unary_core_cosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3574652Z test_unary_core_cosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3575156Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3575656Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3576153Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3576651Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3577127Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3577633Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3578120Z test_unary_core_deg2rad_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3578717Z test_unary_core_deg2rad_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3579252Z test_unary_core_deg2rad_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3579782Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3580299Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3580795Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3581268Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3581773Z test_unary_core_digamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3582282Z test_unary_core_digamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3582772Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3583265Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3583758Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3584248Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3584714Z test_unary_core_erf_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3585179Z test_unary_core_erf_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3585671Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3586161Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3586668Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3587177Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3587668Z test_unary_core_erfc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3588153Z test_unary_core_erfc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3588662Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3589165Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3589801Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3590423Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3590939Z test_unary_core_erfinv_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3591443Z test_unary_core_erfinv_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3591934Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3592446Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3592954Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3593446Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3593949Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3594526Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3595037Z test_unary_core_exp2_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3595517Z test_unary_core_exp2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3595997Z test_unary_core_exp2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3596449Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3596922Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3597426Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3597903Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3598432Z test_unary_core_exp_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3598925Z test_unary_core_exp_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3599416Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3599928Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3600436Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3600933Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3601424Z test_unary_core_expm1_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3601917Z test_unary_core_expm1_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3602431Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3602929Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3603413Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3603909Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3604404Z test_unary_core_floor_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3604893Z test_unary_core_floor_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3605394Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3606054Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3606553Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3607038Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3607537Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3608019Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3608515Z test_unary_core_frac_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3608992Z test_unary_core_frac_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3609484Z test_unary_core_frac_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3609986Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3610541Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3611051Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3611538Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3612025Z test_unary_core_i0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3612498Z test_unary_core_i0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3612978Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3613487Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3613997Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3614597Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3615115Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3615595Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3616034Z test_unary_core_isnan_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3616508Z test_unary_core_isnan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3616992Z test_unary_core_isnan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3617486Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3617990Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3618497Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3619002Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3619495Z test_unary_core_lgamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3619985Z test_unary_core_lgamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3620480Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3620983Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3621483Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3622113Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3622614Z test_unary_core_log10_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3623121Z test_unary_core_log10_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3623591Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3624097Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3624600Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3625100Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3625598Z test_unary_core_log1p_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3626190Z test_unary_core_log1p_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3626694Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3627187Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3627666Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3628143Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3628586Z test_unary_core_log2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3629060Z test_unary_core_log2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3629632Z test_unary_core_log_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3630105Z test_unary_core_log_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3630599Z test_unary_core_log_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3631095Z test_unary_core_log_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3631592Z test_unary_core_log_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3632097Z test_unary_core_log_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3632589Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3633076Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3633585Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3634092Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3634561Z test_unary_core_logit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3635056Z test_unary_core_logit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3635570Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3636075Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3636562Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3637061Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3637669Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3638162Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3638629Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3639134Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3639629Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3640122Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3640600Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3641095Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3641661Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3642121Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3642600Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3643088Z test_unary_core_neg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3643575Z test_unary_core_neg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3644042Z test_unary_core_neg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3644538Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3645046Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3645547Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3646040Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3646545Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3647033Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3647513Z test_unary_core_positive_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3648047Z test_unary_core_positive_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3648523Z test_unary_core_positive_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3649035Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3649531Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3650033Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3650548Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3651049Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3651536Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3652036Z test_unary_core_rad2deg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3652649Z test_unary_core_rad2deg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3653125Z test_unary_core_rad2deg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3653570Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3654073Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3654763Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3655295Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3655830Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3656379Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3657039Z test_unary_core_reciprocal_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3657554Z test_unary_core_reciprocal_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3658088Z test_unary_core_reciprocal_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3658612Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3659124Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3659630Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3660144Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3660681Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3661199Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3661708Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3662243Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3662768Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3663300Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3663819Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3664364Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3664910Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3665450Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3666007Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3666552Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3667090Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3667606Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3668231Z test_unary_core_round_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3668722Z test_unary_core_round_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3669242Z test_unary_core_round_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3669803Z test_unary_core_round_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3670369Z test_unary_core_round_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3670873Z test_unary_core_round_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3671396Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3671913Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3672529Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3673042Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3673506Z test_unary_core_rsqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3674027Z test_unary_core_rsqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3674547Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3675047Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3675510Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3675995Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3676470Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3676939Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3677406Z test_unary_core_sgn_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3677887Z test_unary_core_sgn_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3678349Z test_unary_core_sgn_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3678827Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3679331Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3679857Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3680354Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3680836Z test_unary_core_sigmoid_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3681336Z test_unary_core_sigmoid_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3681839Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3682332Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3682804Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3683288Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3683866Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3684364Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3684979Z test_unary_core_sign_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3685603Z test_unary_core_sign_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3686231Z test_unary_core_sign_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3686716Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3687198Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3687713Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3688245Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3688869Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3689450Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3690028Z test_unary_core_signbit_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3690534Z test_unary_core_signbit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3690993Z test_unary_core_signbit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3691493Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3691996Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3692497Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3692990Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3693479Z test_unary_core_sin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3693980Z test_unary_core_sin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3694591Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3695119Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3695624Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3696112Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3696620Z test_unary_core_sinc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3697106Z test_unary_core_sinc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3697598Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3698084Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3698583Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3699079Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3699563Z test_unary_core_sinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3700119Z test_unary_core_sinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3700632Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3701131Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3701627Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3702091Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3702586Z test_unary_core_sqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3703073Z test_unary_core_sqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3703576Z test_unary_core_square_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:26:45.3704046Z test_unary_core_square_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3704659Z test_unary_core_square_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3705168Z test_unary_core_square_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3705640Z test_unary_core_square_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3706142Z test_unary_core_square_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3706640Z test_unary_core_square_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3707130Z test_unary_core_square_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3707591Z test_unary_core_square_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3708086Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3708576Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3709070Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3709719Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3710220Z test_unary_core_tan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3710704Z test_unary_core_tan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3711166Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3711661Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3712174Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3712684Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3713158Z test_unary_core_tanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3713647Z test_unary_core_tanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:26:45.3714142Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3714631Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3715109Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3715613Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3716186Z test_unary_core_trunc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3716668Z test_unary_core_trunc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:26:45.3717078Z test_all (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:26:45.3717433Z test_amax (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:26:45.3717791Z test_amax_grad (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:26:45.3718136Z test_amin (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:26:45.3718495Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:26:45.3718872Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:26:45.3719832Z 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:26:45.3720735Z 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:26:45.3721445Z 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:26:45.3721848Z warnings.warn(msg) 2022-12-01T10:26:45.3722069Z ok (0.001s) 2022-12-01T10:26:45.3722349Z test_mean (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:26:45.3722702Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:26:45.3723045Z test_mean_grad_case_1a (__main__.TestReductions) 2022-12-01T10:26:45.3724264Z 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:26:45.3725099Z "module for further information about the project."), UserWarning) 2022-12-01T10:26:45.3725988Z /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:26:45.3726617Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:26:45.3726914Z ok (0.005s) 2022-12-01T10:26:45.3727210Z test_mean_grad_case_1b (__main__.TestReductions) 2022-12-01T10:26:45.3727554Z values.requires_grad = False ... ok (0.003s) 2022-12-01T10:26:45.3727887Z test_mean_grad_case_1c (__main__.TestReductions) 2022-12-01T10:26:45.3729091Z 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:26:45.3729932Z "module for further information about the project."), UserWarning) 2022-12-01T10:26:45.3730256Z ok (0.004s) 2022-12-01T10:26:45.3730531Z test_mean_grad_case_1d (__main__.TestReductions) 2022-12-01T10:26:45.3730862Z values.requires_grad = False ... ok (0.001s) 2022-12-01T10:26:45.3731206Z test_mean_grad_case_1e (__main__.TestReductions) 2022-12-01T10:26:45.3732120Z 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:26:45.3732795Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:26:45.3733191Z ok (0.004s) 2022-12-01T10:26:45.3733486Z test_mean_grad_case_1f (__main__.TestReductions) 2022-12-01T10:26:45.3734832Z 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:26:45.3735655Z "module for further information about the project."), UserWarning) 2022-12-01T10:26:45.3735966Z ok (0.002s) 2022-12-01T10:26:45.3736266Z test_prod (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:26:45.3737230Z 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:26:45.3737910Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:26:45.3738224Z ok (0.003s) 2022-12-01T10:26:45.3738619Z test_sum (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:26:45.3738966Z test_sum_grad (__main__.TestReductions) ... ok (0.002s) 2022-12-01T10:26:45.3739335Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3739722Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3740138Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3740536Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3740935Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3741345Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3741770Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3742194Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3742600Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3743001Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3743405Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3743773Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3744154Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3744558Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3744967Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3745387Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3745770Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3746174Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3746592Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3747003Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3747390Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3747773Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3748159Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3748559Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3748962Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3749440Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3749839Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3750344Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3750748Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3751132Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3751534Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3751934Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3752334Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3752719Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3753126Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3753530Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3753920Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3754354Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:26:45.3754831Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3755243Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3755626Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3756043Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3756443Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3756850Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3757257Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3757667Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3758060Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3758437Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3758843Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3759233Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3759580Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3759954Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3760343Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3760725Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3761140Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3761567Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3761966Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3762371Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3762773Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3763164Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3763541Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3763924Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3764298Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3764669Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3765060Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3765450Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3765838Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3766203Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3766706Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3767092Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3767454Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3767831Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3768218Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3768606Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3768980Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3769361Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3769736Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3770106Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3770481Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3770864Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3771298Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3771731Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3772111Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3772486Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3772851Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3773236Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3773606Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3773977Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3774351Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3774901Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3775278Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3775651Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3776025Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3776388Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3776738Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3777096Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3777470Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3777820Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3778178Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3778552Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3778908Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3779282Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3779645Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3779977Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3780336Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3780722Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3781100Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3781441Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3781811Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3782177Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3782542Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3782923Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3783403Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3783805Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3784158Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3784510Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3784884Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3785244Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3785615Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3785996Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:26:45.3786215Z 2022-12-01T10:26:45.3786567Z ---------------------------------------------------------------------- 2022-12-01T10:26:45.3786904Z Ran 826 tests in 2.444s 2022-12-01T10:26:45.3787072Z 2022-12-01T10:26:45.3787164Z OK 2022-12-01T10:26:45.3787294Z 2022-12-01T10:26:45.3787418Z Generating XML reports... 2022-12-01T10:26:45.3788106Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201102642.xml 2022-12-01T10:26:45.3788858Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201102642.xml 2022-12-01T10:26:45.3789687Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201102642.xml 2022-12-01T10:26:45.3790439Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201102642.xml 2022-12-01T10:26:45.3791144Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201102642.xml 2022-12-01T10:26:45.3791455Z 2022-12-01T10:26:45.3791979Z ##[endgroup] 2022-12-01T10:26:45.3792550Z FINISHED PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_imx55naq) 2022-12-01T10:26:45.3792861Z 2022-12-01T10:26:46.9035371Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:46.9690613Z Ignoring disabled issues: [] 2022-12-01T10:26:46.9840478Z Running test_scatter_gather_ops ... [2022-12-01 10:26:46.983436] 2022-12-01T10:26:46.9841431Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:46.983744] 2022-12-01T10:26:50.0289772Z 2022-12-01T10:26:50.0290344Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-12-01T10:26:50.0291479Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_997w7lw1) 2022-12-01T10:26:50.0292413Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-12-01T10:26:50.0292745Z 2022-12-01T10:26:50.0292879Z Running tests... 2022-12-01T10:26:50.0293484Z ---------------------------------------------------------------------- 2022-12-01T10:26:50.0294146Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-12-01T10:26:50.0294910Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:26:50.0295494Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:26:50.0296113Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:26:50.0296722Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-12-01T10:26:50.0297267Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.007s) 2022-12-01T10:26:50.0297800Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.008s) 2022-12-01T10:26:50.0298350Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0298908Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0299562Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0300097Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.156s) 2022-12-01T10:26:50.0300609Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-12-01T10:26:50.0301151Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-12-01T10:26:50.0301691Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T10:26:50.0302175Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T10:26:50.0302663Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.009s) 2022-12-01T10:26:50.0303123Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:26:50.0303576Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:26:50.0304018Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.012s) 2022-12-01T10:26:50.0304762Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-12-01T10:26:50.0305790Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:26:50.0306790Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-12-01T10:26:50.0307213Z ok (0.017s) 2022-12-01T10:26:50.0307651Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0308226Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0308815Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:26:50.0309500Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0310094Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0310659Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0311235Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0311813Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0312379Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0312968Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0313554Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0314138Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0314716Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:26:50.0315303Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-12-01T10:26:50.0315894Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0316457Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0317034Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0317613Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0318188Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0318758Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0319361Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0320039Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0320619Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0321208Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0321797Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0322373Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0322959Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0323532Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0324103Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0324669Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0325301Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0325890Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0326483Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0327104Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-12-01T10:26:50.0327696Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0328281Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0328869Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0329439Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0330018Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0330598Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0331164Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0331737Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0332323Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0332914Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0333496Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0334083Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0334859Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0335430Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-12-01T10:26:50.0336006Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0336579Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0337145Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.015s) 2022-12-01T10:26:50.0337702Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.021s) 2022-12-01T10:26:50.0338275Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-12-01T10:26:50.0338594Z 2022-12-01T10:26:50.0339037Z ---------------------------------------------------------------------- 2022-12-01T10:26:50.0339462Z Ran 74 tests in 1.421s 2022-12-01T10:26:50.0339649Z 2022-12-01T10:26:50.0339749Z OK 2022-12-01T10:26:50.0339908Z 2022-12-01T10:26:50.0340055Z Generating XML reports... 2022-12-01T10:26:50.0340973Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201102648.xml 2022-12-01T10:26:50.0341440Z 2022-12-01T10:26:50.0341910Z ##[endgroup] 2022-12-01T10:26:50.0342643Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_997w7lw1) 2022-12-01T10:26:50.0343060Z 2022-12-01T10:26:51.8881932Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:51.9730191Z Ignoring disabled issues: [] 2022-12-01T10:26:51.9950445Z Running test_futures ... [2022-12-01 10:26:51.994675] 2022-12-01T10:26:51.9952313Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:51.995000] 2022-12-01T10:26:54.3484515Z 2022-12-01T10:26:54.3485195Z Expand the folded group to see the log file of test_futures 2022-12-01T10:26:54.3486154Z ##[group]PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_nwauecmg) 2022-12-01T10:26:54.3487221Z Test results will be stored in test-reports/python-unittest/test_futures 2022-12-01T10:26:54.3487505Z 2022-12-01T10:26:54.3487622Z Running tests... 2022-12-01T10:26:54.3488112Z ---------------------------------------------------------------------- 2022-12-01T10:26:54.3488773Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-12-01T10:26:54.3489189Z 2022-12-01T10:26:54.3490688Z At: 2022-12-01T10:26:54.3491357Z test_futures.py(236): raise_value_error 2022-12-01T10:26:54.3492092Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T10:26:54.3492591Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-12-01T10:26:54.3493045Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-12-01T10:26:54.3493486Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T10:26:54.3494685Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2038): _run_with_retry 2022-12-01T10:26:54.3495423Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T10:26:54.3495972Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T10:26:54.3496395Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:26:54.3496804Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:26:54.3497226Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:26:54.3497648Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:26:54.3498195Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T10:26:54.3498657Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T10:26:54.3499079Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T10:26:54.3499710Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T10:26:54.3500152Z test_futures.py(340): 2022-12-01T10:26:54.3500352Z 2022-12-01T10:26:54.3500459Z ok (0.235s) 2022-12-01T10:26:54.3500865Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:26:54.3501592Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-12-01T10:26:54.3502158Z ok (0.001s) 2022-12-01T10:26:54.3502523Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:26:54.3502961Z test_chained_then (__main__.TestFuture) ... ok (0.004s) 2022-12-01T10:26:54.3503357Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-12-01T10:26:54.3503747Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:26:54.3504153Z test_done_exception (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:26:54.3504807Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:26:54.3505574Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-12-01T10:26:54.3506035Z 2022-12-01T10:26:54.3506134Z At: 2022-12-01T10:26:54.3506436Z test_futures.py(280): raise_value_error 2022-12-01T10:26:54.3506993Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-12-01T10:26:54.3507536Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-12-01T10:26:54.3508016Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-12-01T10:26:54.3508650Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2038): _run_with_retry 2022-12-01T10:26:54.3509441Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2101): run 2022-12-01T10:26:54.3510010Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-12-01T10:26:54.3510438Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:26:54.3510846Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:26:54.3511263Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-12-01T10:26:54.3511683Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-12-01T10:26:54.3512237Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-12-01T10:26:54.3512698Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-12-01T10:26:54.3513120Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-12-01T10:26:54.3513736Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(788): run_tests 2022-12-01T10:26:54.3514191Z test_futures.py(340): 2022-12-01T10:26:54.3514387Z 2022-12-01T10:26:54.3514495Z ok (0.002s) 2022-12-01T10:26:54.3514844Z test_mark_future_twice (__main__.TestFuture) ... ok (0.003s) 2022-12-01T10:26:54.3515252Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-12-01T10:26:54.3515668Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:26:54.3516113Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:26:54.3516524Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-12-01T10:26:54.3516914Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:26:54.3517317Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:26:54.3517715Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:26:54.3518110Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-12-01T10:26:54.3518485Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-12-01T10:26:54.3518804Z ok (0.003s) 2022-12-01T10:26:54.3519138Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.503s) 2022-12-01T10:26:54.3519551Z test_wait_none (__main__.TestFuture) ... ok (0.006s) 2022-12-01T10:26:54.3519779Z 2022-12-01T10:26:54.3520111Z ---------------------------------------------------------------------- 2022-12-01T10:26:54.3520489Z Ran 22 tests in 0.882s 2022-12-01T10:26:54.3520670Z 2022-12-01T10:26:54.3520765Z OK 2022-12-01T10:26:54.3520913Z 2022-12-01T10:26:54.3521050Z Generating XML reports... 2022-12-01T10:26:54.3521687Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20221201102653.xml 2022-12-01T10:26:54.3522048Z 2022-12-01T10:26:54.3522568Z ##[endgroup] 2022-12-01T10:26:54.3523187Z FINISHED PRINTING LOG FILE of test_futures (/var/lib/jenkins/workspace/test/test-reports/test_futures_nwauecmg) 2022-12-01T10:26:54.3523535Z 2022-12-01T10:26:56.6451798Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:56.7548626Z Ignoring disabled issues: [] 2022-12-01T10:26:56.7799517Z Running test_namedtensor ... [2022-12-01 10:26:56.779513] 2022-12-01T10:26:56.7801053Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:56.779833] 2022-12-01T10:27:00.0486597Z 2022-12-01T10:27:00.0487137Z Expand the folded group to see the log file of test_namedtensor 2022-12-01T10:27:00.0488131Z ##[group]PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_y09by75b) 2022-12-01T10:27:00.0488980Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-12-01T10:27:00.0489548Z 2022-12-01T10:27:00.0489669Z Running tests... 2022-12-01T10:27:00.0490172Z ---------------------------------------------------------------------- 2022-12-01T10:27:00.0490724Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:27:00.0492419Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0493171Z test_addmm (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:00.0493757Z test_addmv (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0494430Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0495070Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-12-01T10:27:00.0495712Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.006s) 2022-12-01T10:27:00.0496200Z test_align_to (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:27:00.0496650Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.016s) 2022-12-01T10:27:00.0497098Z test_any_all (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0497525Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0497983Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:27:00.0498480Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0498949Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0499422Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0499886Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0500349Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.029s) 2022-12-01T10:27:00.0500812Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.412s) 2022-12-01T10:27:00.0501237Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0501658Z test_bmm (__main__.TestNamedTensor) ... ok (0.023s) 2022-12-01T10:27:00.0502061Z test_cat (__main__.TestNamedTensor) ... ok (0.017s) 2022-12-01T10:27:00.0502455Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0502892Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.010s) 2022-12-01T10:27:00.0503348Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0503782Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0504215Z test_detach (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0504642Z test_diagonal (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0505064Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0505462Z test_equal (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0505881Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0506322Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:00.0506776Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.026s) 2022-12-01T10:27:00.0507287Z test_flatten (__main__.TestNamedTensor) ... ok (0.016s) 2022-12-01T10:27:00.0507718Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:27:00.0508142Z test_has_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0508574Z test_index_fill (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0509124Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0509632Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0510082Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0510521Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:27:00.0510964Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.018s) 2022-12-01T10:27:00.0511392Z test_masked_select (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:00.0511828Z test_matmul (__main__.TestNamedTensor) ... ok (0.030s) 2022-12-01T10:27:00.0512259Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:27:00.0512741Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0513215Z test_mm (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:00.0513618Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0514071Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.070s) 2022-12-01T10:27:00.0514617Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.016s) 2022-12-01T10:27:00.0515120Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0515613Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0516064Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0516531Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0517002Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0517480Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:27:00.0517959Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.028s) 2022-12-01T10:27:00.0518411Z test_pow_special (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0518859Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0519298Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.149s) 2022-12-01T10:27:00.0519744Z test_refine_names (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:27:00.0520172Z test_rename (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:27:00.0520578Z test_rename_ (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:00.0521014Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:27:00.0521471Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0521896Z test_repr (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0522313Z test_resize (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:27:00.0522724Z test_select (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:27:00.0523172Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-12-01T10:27:00.0523633Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.007s) 2022-12-01T10:27:00.0524071Z test_size (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:27:00.0524534Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:27:00.0524979Z test_squeeze (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0525398Z test_stride (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:27:00.0525836Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.005s) 2022-12-01T10:27:00.0526696Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: 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:27:00.0527563Z tensor = torch.tensor(x) 2022-12-01T10:27:00.0528244Z test_namedtensor.py:522: 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:27:00.0528974Z tensor = torch.tensor(x, names=None) 2022-12-01T10:27:00.0529690Z test_namedtensor.py:527: 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:27:00.0530492Z tensor = torch.tensor(x, names=('N', 'C')) 2022-12-01T10:27:00.0530801Z ok (0.004s) 2022-12-01T10:27:00.0531173Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0532027Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: 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:27:00.0532768Z tensor = torch.tensor(x, names=names) 2022-12-01T10:27:00.0533087Z ok (0.001s) 2022-12-01T10:27:00.0533471Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0533987Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0534442Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0535094Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.031s) 2022-12-01T10:27:00.0535565Z test_unflatten (__main__.TestNamedTensor) ... ok (0.024s) 2022-12-01T10:27:00.0536014Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:27:00.0536556Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0537156Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:27:00.0537726Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:27:00.0538034Z 2022-12-01T10:27:00.0538389Z ---------------------------------------------------------------------- 2022-12-01T10:27:00.0538787Z Ran 86 tests in 1.185s 2022-12-01T10:27:00.0538980Z 2022-12-01T10:27:00.0539096Z OK (skipped=4) 2022-12-01T10:27:00.0539256Z 2022-12-01T10:27:00.0539393Z Generating XML reports... 2022-12-01T10:27:00.0540103Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201102658.xml 2022-12-01T10:27:00.0540492Z 2022-12-01T10:27:00.0540902Z ##[endgroup] 2022-12-01T10:27:00.0541553Z FINISHED PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_y09by75b) 2022-12-01T10:27:00.0541925Z 2022-12-01T10:27:01.7187420Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:01.8034540Z Ignoring disabled issues: [] 2022-12-01T10:27:01.8246837Z Running test_tensorexpr_pybind ... [2022-12-01 10:27:01.824335] 2022-12-01T10:27:01.8248977Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:01.824629] 2022-12-01T10:27:03.8169110Z 2022-12-01T10:27:03.8169886Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-12-01T10:27:03.8170598Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_sv41gp58) 2022-12-01T10:27:03.8217401Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-12-01T10:27:03.8217826Z 2022-12-01T10:27:03.8217934Z Running tests... 2022-12-01T10:27:03.8218447Z ---------------------------------------------------------------------- 2022-12-01T10:27:03.8218951Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.244s) 2022-12-01T10:27:03.8219425Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.025s) 2022-12-01T10:27:03.8219905Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:27:03.8220381Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-12-01T10:27:03.8221079Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:27:03.8221573Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-12-01T10:27:03.8222075Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:27:03.8222576Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.191s) 2022-12-01T10:27:03.8223085Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.040s) 2022-12-01T10:27:03.8223627Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-12-01T10:27:03.8224150Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-12-01T10:27:03.8224663Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.060s) 2022-12-01T10:27:03.8225171Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.023s) 2022-12-01T10:27:03.8225671Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.030s) 2022-12-01T10:27:03.8226181Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.027s) 2022-12-01T10:27:03.8226767Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.030s) 2022-12-01T10:27:03.8227266Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-12-01T10:27:03.8227541Z 2022-12-01T10:27:03.8227887Z ---------------------------------------------------------------------- 2022-12-01T10:27:03.8228286Z Ran 17 tests in 0.739s 2022-12-01T10:27:03.8228456Z 2022-12-01T10:27:03.8228558Z OK 2022-12-01T10:27:03.8228708Z 2022-12-01T10:27:03.8228850Z Generating XML reports... 2022-12-01T10:27:03.8229678Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201102702.xml 2022-12-01T10:27:03.8230628Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201102702.xml 2022-12-01T10:27:03.8231053Z 2022-12-01T10:27:03.8231485Z ##[endgroup] 2022-12-01T10:27:03.8232202Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_sv41gp58) 2022-12-01T10:27:03.8232601Z 2022-12-01T10:27:05.3106189Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:05.3727663Z Ignoring disabled issues: [] 2022-12-01T10:27:05.3872570Z Running benchmark_utils/test_benchmark_utils ... [2022-12-01 10:27:05.386982] 2022-12-01T10:27:05.3874465Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:05.387241] 2022-12-01T10:27:07.5037073Z 2022-12-01T10:27:07.5037666Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-12-01T10:27:07.5038836Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils_fkxo8kvh) 2022-12-01T10:27:07.5039894Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-12-01T10:27:07.5040954Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:07.5041208Z 2022-12-01T10:27:07.5041334Z Running tests... 2022-12-01T10:27:07.5043530Z ---------------------------------------------------------------------- 2022-12-01T10:27:07.5044202Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.352s) 2022-12-01T10:27:07.5045669Z 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:27:07.5046943Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:27:07.5047872Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.095s) 2022-12-01T10:27:07.5048474Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:27:07.5049041Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.004s) 2022-12-01T10:27:07.5049610Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.041s) 2022-12-01T10:27:07.5050144Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.029s) 2022-12-01T10:27:07.5050718Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-12-01T10:27:07.5051081Z 2022-12-01T10:27:07.5051503Z ---------------------------------------------------------------------- 2022-12-01T10:27:07.5051955Z Ran 9 tests in 0.525s 2022-12-01T10:27:07.5052167Z 2022-12-01T10:27:07.5052304Z OK (skipped=4) 2022-12-01T10:27:07.5052511Z 2022-12-01T10:27:07.5052654Z Generating XML reports... 2022-12-01T10:27:07.5053569Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201102706.xml 2022-12-01T10:27:07.5054143Z 2022-12-01T10:27:07.5054887Z ##[endgroup] 2022-12-01T10:27:07.5056030Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils_fkxo8kvh) 2022-12-01T10:27:07.5056588Z 2022-12-01T10:27:09.3029506Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:09.3870025Z Ignoring disabled issues: [] 2022-12-01T10:27:09.4085224Z Running test_subclass ... [2022-12-01 10:27:09.408229] 2022-12-01T10:27:09.4088158Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:09.408525] 2022-12-01T10:27:11.5000124Z 2022-12-01T10:27:11.5000617Z Expand the folded group to see the log file of test_subclass 2022-12-01T10:27:11.5001902Z ##[group]PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_revtmibo) 2022-12-01T10:27:11.5002937Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-12-01T10:27:11.5003249Z 2022-12-01T10:27:11.5003378Z Running tests... 2022-12-01T10:27:11.5003893Z ---------------------------------------------------------------------- 2022-12-01T10:27:11.5004434Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.306s) 2022-12-01T10:27:11.5004980Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5005523Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5006085Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5006641Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5007198Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5007751Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5008324Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5008884Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5009434Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5009969Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:27:11.5011211Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:27:11.5012179Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:27:11.5012600Z expected failure (0.003s) 2022-12-01T10:27:11.5013290Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-12-01T10:27:11.5013859Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:27:11.5014430Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-12-01T10:27:11.5015112Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5015657Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.008s) 2022-12-01T10:27:11.5016202Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.009s) 2022-12-01T10:27:11.5016745Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:27:11.5017292Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.010s) 2022-12-01T10:27:11.5017908Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5018564Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5019253Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5019886Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5020525Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5021155Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5021768Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5022405Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5023048Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5023683Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5024289Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5024910Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5025537Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5026157Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5026799Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5027440Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5028076Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5028713Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5029435Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5030071Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5030705Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5031264Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5031777Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5032309Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5032836Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5033459Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5033987Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5034533Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5035068Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5035600Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5036128Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5036655Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5037211Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:27:11.5037786Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:27:11.5038417Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:27:11.5038982Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5039556Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5040139Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5040709Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-12-01T10:27:11.5041286Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:27:11.5041849Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:27:11.5042422Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:27:11.5042979Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:27:11.5043568Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:27:11.5044164Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5044753Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5045322Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5045917Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:27:11.5046519Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:27:11.5047097Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5047680Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:27:11.5048002Z 2022-12-01T10:27:11.5048389Z ---------------------------------------------------------------------- 2022-12-01T10:27:11.5048804Z Ran 71 tests in 0.515s 2022-12-01T10:27:11.5048982Z 2022-12-01T10:27:11.5049120Z OK (expected failures=5) 2022-12-01T10:27:11.5049323Z 2022-12-01T10:27:11.5049464Z Generating XML reports... 2022-12-01T10:27:11.5050162Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201102710.xml 2022-12-01T10:27:11.5050548Z 2022-12-01T10:27:11.5050946Z ##[endgroup] 2022-12-01T10:27:11.5051604Z FINISHED PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_revtmibo) 2022-12-01T10:27:11.5051976Z 2022-12-01T10:27:13.7305758Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:13.8359197Z Ignoring disabled issues: [] 2022-12-01T10:27:13.8600045Z Running test_set_default_mobile_cpu_allocator ... [2022-12-01 10:27:13.859574] 2022-12-01T10:27:13.8601569Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:13.859911] 2022-12-01T10:27:15.5106245Z 2022-12-01T10:27:15.5106805Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-12-01T10:27:15.5107991Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_kbvscijh) 2022-12-01T10:27:15.5108637Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-12-01T10:27:15.5108866Z 2022-12-01T10:27:15.5108941Z Running tests... 2022-12-01T10:27:15.5109245Z ---------------------------------------------------------------------- 2022-12-01T10:27:15.5109708Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.249s) 2022-12-01T10:27:15.5110057Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-12-01T10:27:15.5110310Z 2022-12-01T10:27:15.5110713Z ---------------------------------------------------------------------- 2022-12-01T10:27:15.5110993Z Ran 2 tests in 0.250s 2022-12-01T10:27:15.5111109Z 2022-12-01T10:27:15.5111173Z OK 2022-12-01T10:27:15.5111264Z 2022-12-01T10:27:15.5111347Z Generating XML reports... 2022-12-01T10:27:15.5111898Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201102714.xml 2022-12-01T10:27:15.5112195Z 2022-12-01T10:27:15.5112463Z ##[endgroup] 2022-12-01T10:27:15.5112924Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_kbvscijh) 2022-12-01T10:27:15.5113217Z 2022-12-01T10:27:17.7593857Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:17.8711286Z Ignoring disabled issues: [] 2022-12-01T10:27:17.8950670Z Running test_type_info ... [2022-12-01 10:27:17.894639] 2022-12-01T10:27:17.8952077Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:17.894985] 2022-12-01T10:27:19.5950136Z 2022-12-01T10:27:19.5950639Z Expand the folded group to see the log file of test_type_info 2022-12-01T10:27:19.5951705Z ##[group]PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_gfz5kaxp) 2022-12-01T10:27:19.5952568Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-12-01T10:27:19.5952892Z 2022-12-01T10:27:19.5953020Z Running tests... 2022-12-01T10:27:19.5953549Z ---------------------------------------------------------------------- 2022-12-01T10:27:19.5954001Z test_finfo (__main__.TestDTypeInfo) ... ok (0.233s) 2022-12-01T10:27:19.5954433Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:27:19.5954873Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-12-01T10:27:19.5955168Z 2022-12-01T10:27:19.5955527Z ---------------------------------------------------------------------- 2022-12-01T10:27:19.5955933Z Ran 3 tests in 0.236s 2022-12-01T10:27:19.5956116Z 2022-12-01T10:27:19.5956211Z OK 2022-12-01T10:27:19.5956342Z 2022-12-01T10:27:19.5956480Z Generating XML reports... 2022-12-01T10:27:19.5957205Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201102719.xml 2022-12-01T10:27:19.5957602Z 2022-12-01T10:27:19.5957960Z ##[endgroup] 2022-12-01T10:27:19.5958638Z FINISHED PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_gfz5kaxp) 2022-12-01T10:27:19.5959027Z 2022-12-01T10:27:21.0941891Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:21.1567563Z Ignoring disabled issues: [] 2022-12-01T10:27:21.1714218Z Running test_per_overload_api ... [2022-12-01 10:27:21.171169] 2022-12-01T10:27:21.1716925Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:21.171465] 2022-12-01T10:27:22.7116717Z 2022-12-01T10:27:22.7117462Z Expand the folded group to see the log file of test_per_overload_api 2022-12-01T10:27:22.7118663Z ##[group]PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_b_8fopmx) 2022-12-01T10:27:22.7119633Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-12-01T10:27:22.7119949Z 2022-12-01T10:27:22.7120070Z Running tests... 2022-12-01T10:27:22.7120580Z ---------------------------------------------------------------------- 2022-12-01T10:27:22.7121080Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.247s) 2022-12-01T10:27:22.7121579Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:27:22.7122076Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:27:22.7122351Z 2022-12-01T10:27:22.7122676Z ---------------------------------------------------------------------- 2022-12-01T10:27:22.7123299Z Ran 3 tests in 0.250s 2022-12-01T10:27:22.7123487Z 2022-12-01T10:27:22.7123587Z OK 2022-12-01T10:27:22.7123735Z 2022-12-01T10:27:22.7123875Z Generating XML reports... 2022-12-01T10:27:22.7136327Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201102722.xml 2022-12-01T10:27:22.7136848Z 2022-12-01T10:27:22.7137279Z ##[endgroup] 2022-12-01T10:27:22.7138123Z FINISHED PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_b_8fopmx) 2022-12-01T10:27:22.7138504Z 2022-12-01T10:27:24.8675747Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:24.9738424Z Ignoring disabled issues: [] 2022-12-01T10:27:24.9954783Z Running test_numpy_interop ... [2022-12-01 10:27:24.995105] 2022-12-01T10:27:24.9958068Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:24.995420] 2022-12-01T10:27:27.1525053Z 2022-12-01T10:27:27.1525595Z Expand the folded group to see the log file of test_numpy_interop 2022-12-01T10:27:27.1526609Z ##[group]PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_vhgm_h7x) 2022-12-01T10:27:27.1527557Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-12-01T10:27:27.1527863Z 2022-12-01T10:27:27.1527985Z Running tests... 2022-12-01T10:27:27.1528488Z ---------------------------------------------------------------------- 2022-12-01T10:27:27.1529559Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:27:27.1530633Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-12-01T10:27:27.1531037Z ok (0.004s) 2022-12-01T10:27:27.1531453Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1532010Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:27.1532510Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.011s) 2022-12-01T10:27:27.1533011Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:27.1533549Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:27:27.1534075Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.017s) 2022-12-01T10:27:27.1534731Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:27.1535467Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:27:27.1535998Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:27:27.1536515Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1537050Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1537774Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:27:27.1538342Z self.assertFalse(t == a) 2022-12-01T10:27:27.1538647Z ok (0.004s) 2022-12-01T10:27:27.1539051Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1539587Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1540106Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1540636Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1541237Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1541746Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1542262Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1542783Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:27:27.1543298Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.006s) 2022-12-01T10:27:27.1543791Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.008s) 2022-12-01T10:27:27.1544287Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:27:27.1544768Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.049s) 2022-12-01T10:27:27.1545263Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.024s) 2022-12-01T10:27:27.1545554Z 2022-12-01T10:27:27.1545909Z ---------------------------------------------------------------------- 2022-12-01T10:27:27.1546306Z Ran 26 tests in 0.182s 2022-12-01T10:27:27.1546492Z 2022-12-01T10:27:27.1546591Z OK 2022-12-01T10:27:27.1546726Z 2022-12-01T10:27:27.1546865Z Generating XML reports... 2022-12-01T10:27:27.1547604Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201102726.xml 2022-12-01T10:27:27.1548018Z 2022-12-01T10:27:27.1548408Z ##[endgroup] 2022-12-01T10:27:27.1549061Z FINISHED PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_vhgm_h7x) 2022-12-01T10:27:27.1549502Z 2022-12-01T10:27:29.3921466Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:29.5045799Z Ignoring disabled issues: [] 2022-12-01T10:27:29.5292436Z Running test_dlpack ... [2022-12-01 10:27:29.528805] 2022-12-01T10:27:29.5298676Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:27:29.529153] 2022-12-01T10:27:31.8004254Z 2022-12-01T10:27:31.8004977Z Expand the folded group to see the log file of test_dlpack 2022-12-01T10:27:31.8006118Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_mmepg9bc) 2022-12-01T10:27:31.8007106Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-12-01T10:27:31.8007621Z 2022-12-01T10:27:31.8008056Z Running tests... 2022-12-01T10:27:31.8008826Z ---------------------------------------------------------------------- 2022-12-01T10:27:31.8009410Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T10:27:31.8010518Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8011245Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8012188Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8012926Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8013640Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8014315Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8015095Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8015783Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8016701Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8017247Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8017880Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8018653Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8019334Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8019991Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8020643Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8021297Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8021948Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8022592Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8023245Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8023894Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:27:31.8024539Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8025169Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8025814Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8026463Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8027116Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8027748Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8028392Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8029032Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8029741Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:27:31.8030358Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8030991Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8031696Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8032295Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:27:31.8032915Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T10:27:31.8033441Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8033970Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8034506Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8035020Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8035573Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8036150Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8036764Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8037326Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8037892Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8038447Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8038983Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8039539Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8040095Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8040650Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8041191Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8041727Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8042284Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8042845Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8043426Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8044004Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8044570Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8045124Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8045686Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8046249Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8046800Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8047331Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8047885Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8048416Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8048919Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8049433Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8049949Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8050498Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8050994Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8051493Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8051983Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8052462Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8052956Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8053456Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8053964Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8054602Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8055155Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8055701Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8056304Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8056838Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8057358Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8057863Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8058396Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8058948Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8059474Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:27:31.8060013Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8060599Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8061186Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8061765Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8062320Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8062889Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8063448Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8063991Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8064545Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:27:31.8065109Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8065672Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:27:31.8065961Z 2022-12-01T10:27:31.8066343Z ---------------------------------------------------------------------- 2022-12-01T10:27:31.8066741Z Ran 95 tests in 0.165s 2022-12-01T10:27:31.8066931Z 2022-12-01T10:27:31.8067055Z OK (skipped=23) 2022-12-01T10:27:31.8067230Z 2022-12-01T10:27:31.8067357Z Generating XML reports... 2022-12-01T10:27:31.8068076Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201102731.xml 2022-12-01T10:27:31.8068472Z 2022-12-01T10:27:31.8069038Z ##[endgroup] 2022-12-01T10:27:31.8069760Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_mmepg9bc) 2022-12-01T10:27:31.8070100Z 2022-12-01T10:27:33.6683047Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:27:33.7312295Z Ignoring disabled issues: [] 2022-12-01T10:28:41.6450232Z 2022-12-01T10:28:41.6450686Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:28:41.6451712Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_rxw5mz89) 2022-12-01T10:28:41.6464876Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-12-01T10:28:41.6465223Z 2022-12-01T10:28:41.6465336Z Running tests... 2022-12-01T10:28:41.6465855Z ---------------------------------------------------------------------- 2022-12-01T10:28:41.6545858Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:28:41.6547468Z torch_fn(t, out=float_out) 2022-12-01T10:28:41.6548016Z ok (0.012s) 2022-12-01T10:28:41.6548441Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6548952Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6549530Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6550026Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6550502Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6551005Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6551494Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6552011Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6553275Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:28:41.6554046Z result = torch.complex(real, imag) 2022-12-01T10:28:41.6554344Z ok (0.052s) 2022-12-01T10:28:41.6554718Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6555235Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6555700Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6556177Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6556644Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6557101Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6557574Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6558053Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6558520Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6558987Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6559480Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6559962Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:28:41.6560442Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:28:41.6561087Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6561574Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6562054Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6562514Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6562986Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6563454Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6563946Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6564419Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6564910Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6565472Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:28:41.6565960Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:28:41.6566461Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6566969Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6567448Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6567905Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6568392Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6568853Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6569327Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6569798Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6570283Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6570772Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6571260Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6571755Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6572234Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6572723Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6573182Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6573662Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6574157Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6585648Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6586190Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6586692Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6587209Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6587698Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:28:41.6588199Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:28:41.6588727Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6589482Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6589941Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6590420Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6590904Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6591388Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6591886Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6592374Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6592861Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6593325Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:28:41.6593898Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:28:41.6594388Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6594931Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6595393Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6595880Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6596355Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6596826Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6597278Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:28:41.6597760Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6598254Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6598712Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:28:41.6599200Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.6599677Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6600158Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6600608Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6601118Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6601591Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6602066Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6602524Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6603004Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6603481Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6603955Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:28:41.6604451Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.6604934Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6605470Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6605945Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6606506Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6606980Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6607444Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6607910Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6608393Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6608881Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6610158Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13993: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:28:41.6611017Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-12-01T10:28:41.6611382Z ok (0.031s) 2022-12-01T10:28:41.6611776Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6612262Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6612761Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6613267Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6613771Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6614239Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6614878Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6615379Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6615927Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6616413Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6616952Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6617459Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6617959Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6618536Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6619092Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6619608Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6620119Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6620639Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6621155Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.6621674Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:28:41.6622186Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6622699Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6623212Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6623719Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6624237Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6625015Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6625524Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6626009Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6626557Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6627068Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6627570Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6628067Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:28:41.6628641Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:28:41.6629272Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.6629874Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6630404Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6630912Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6631411Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6631884Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6632376Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.6632888Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6633425Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6633912Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.6634473Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.6635015Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6635318Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6635632Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6636000Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6636550Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6637048Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6637579Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6638097Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6638594Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:28:41.6639157Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:28:41.6639756Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:28:41.6640305Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6640853Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6641417Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6642002Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6642579Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6643308Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6643810Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6644340Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6644880Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6645435Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6645987Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6646528Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6647090Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6647659Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6648203Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6648798Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6649345Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6649826Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6650318Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6650856Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6651349Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6651864Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6652378Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.6652917Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:28:41.6653449Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:28:41.6653965Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:28:41.6654587Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6655134Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.6655646Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6656202Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6656724Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6657259Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6657837Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6658408Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.6658984Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6659520Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6660140Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.6660742Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6661347Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.6661950Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.6662710Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.6663326Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6663914Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6664421Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6664880Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6665508Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6666099Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6666692Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.6667008Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.325s) 2022-12-01T10:28:41.6667420Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:28:41.6667747Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.6668068Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6668367Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.6668682Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.6668996Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.6669390Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.6669704Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:28:41.6670025Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6670346Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6670656Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.294s) 2022-12-01T10:28:41.6670987Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:28:41.6671311Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6671622Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.6671935Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.6672247Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:28:41.6672555Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.6672853Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6673167Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6673489Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6673806Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:28:41.6674135Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:28:41.6674459Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6674784Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6675092Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:28:41.6675415Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:28:41.6675778Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.6676100Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.6676409Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:28:41.6676735Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (2.560s) 2022-12-01T10:28:41.6677063Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6677372Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6677699Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.6678024Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6678347Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6678686Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6679010Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6679328Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6679638Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6679955Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6680283Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6680615Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6680932Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6681256Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6681580Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6681888Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6682206Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6682524Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6682836Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6683139Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6683455Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6683769Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6684072Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6684385Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6684702Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6685014Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6685314Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6685623Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6685931Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6686240Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6686540Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6686891Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6687203Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6687507Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6687820Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6688133Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6688449Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6688746Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6689056Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6689374Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.6689686Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.6690037Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6690360Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6690681Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6690985Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:28:41.6691297Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6691615Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6691921Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6692244Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6692565Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6692888Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6693192Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6693507Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6693821Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6694122Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6694444Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6695099Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6695668Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6695980Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6696303Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6696631Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6696946Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6697273Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6697594Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6697908Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6698208Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6698523Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6698912Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6699211Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6699531Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6699851Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6700171Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6700482Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6700801Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6701117Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6701429Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6701765Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6702081Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6702395Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6702697Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6703014Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6703338Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.6703664Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6703970Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6704288Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6704607Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6704908Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6705217Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6705523Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6705833Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6706134Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6706453Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6706768Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6707077Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6707406Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6707734Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6708056Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6708363Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6708682Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6708996Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6709378Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6709690Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6710044Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.6710365Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6710673Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6710996Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6711313Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6711633Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6711931Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6712242Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6712549Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6712851Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6713195Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6713517Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6713833Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6714134Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6714471Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.6714824Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.6715159Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.6715505Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.6715841Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6716158Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6716466Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6716788Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6717109Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6717411Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6717724Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6718039Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6718354Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6718650Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6718962Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6719278Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6719579Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.6719887Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.6720195Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:28:41.6720503Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:28:41.6720799Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.6721139Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.6721445Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.6721750Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6722041Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6722352Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6722679Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6722993Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6723314Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6723630Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6723951Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6724291Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6724611Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6724926Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6725223Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6725536Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6725849Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6726158Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6726455Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6726764Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6727084Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6727393Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6727721Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6728053Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:28:41.6728381Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6728697Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6729021Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6729343Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6729655Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6729977Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6730295Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6730616Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6730923Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6731241Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6731555Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6731876Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6732228Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:28:41.6732552Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:28:41.6732878Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:28:41.6733183Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6733498Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6733809Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6734122Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6734417Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6734899Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6735216Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6735580Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6735902Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6736226Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6736557Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6736868Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6737191Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6737508Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6737813Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6738130Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6738444Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6738754Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6739058Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6739383Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:28:41.6739710Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6740027Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6740351Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6740680Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6741007Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6741318Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6741638Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6741963Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6742285Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6742600Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6742928Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6743258Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.6743630Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6743959Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6744280Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6744607Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6744915Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6745238Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6745559Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6745874Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6746202Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.6746532Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:28:41.6746894Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:28:41.6747209Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6747540Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6747864Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6748173Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6748491Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6755216Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6755548Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6755864Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6756180Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6756533Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:28:41.6756921Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6757290Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6757679Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6758058Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6758482Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6758846Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6759222Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6759594Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6759966Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6760322Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6760692Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.6761129Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6761445Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6761770Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6762095Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6762419Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6762723Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6763042Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6763362Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6763665Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6764021Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6764336Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6764657Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.6764968Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.6765285Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6765601Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6765915Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6766213Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6766523Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6766839Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6767137Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6767454Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6767778Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6768093Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6768396Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6768709Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6769022Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6769320Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6769635Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6769946Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6770258Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6770561Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6770875Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.6771200Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.6771508Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6771825Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6772174Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6772487Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6772787Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6773098Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6773405Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6773703Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6774018Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:28:41.6774334Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:28:41.6774830Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:28:41.6775141Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6775525Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6775841Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:28:41.6776143Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6776453Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6776766Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6777078Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.6777386Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.6777719Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6778059Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.6778404Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.6778730Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6779058Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6779386Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6779702Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6780026Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6780343Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6780665Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6780976Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6781298Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6781617Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.304s) 2022-12-01T10:28:41.6781922Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6782243Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:28:41.6782556Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:28:41.6782869Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.640s) 2022-12-01T10:28:41.6783164Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.351s) 2022-12-01T10:28:41.6783526Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.310s) 2022-12-01T10:28:41.6783842Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:28:41.6784144Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6784457Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6784774Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.6785097Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:28:41.6785407Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.6785727Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6786046Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6786368Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6786701Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.6787016Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.6787328Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6787623Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6787938Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6788273Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:28:41.6788630Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:28:41.6788969Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:28:41.6789414Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:28:41.6789765Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:28:41.6790097Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:28:41.6790444Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:28:41.6790791Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:28:41.6791150Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:28:41.6791492Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:28:41.6791851Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-12-01T10:28:41.6792206Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:28:41.6792555Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.245s) 2022-12-01T10:28:41.6792885Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:28:41.6793233Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:28:41.6793582Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:28:41.6793921Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.335s) 2022-12-01T10:28:41.6794345Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:28:41.6794753Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.365s) 2022-12-01T10:28:41.6795105Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:28:41.6795439Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:28:41.6795784Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.6796126Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.6796475Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:28:41.6796803Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6797134Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6797464Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6797811Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6798137Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6798463Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6798789Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6799096Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6799421Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6799741Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6800058Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6800377Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6800700Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6801021Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6801327Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6801640Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6801948Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6802256Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6802555Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6802864Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6803174Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6803472Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6803801Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6804151Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6804499Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6804833Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6805179Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6805522Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6805951Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6806302Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6806666Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6807030Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6807385Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6807748Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6808110Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6808471Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6808850Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6809204Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6809555Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6809908Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6810244Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6810602Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6810967Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6811332Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6811665Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6812012Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6812361Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6812698Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6813045Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6813392Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6813736Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6814069Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6814412Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6814960Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6815302Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6815628Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6815970Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6816317Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6816650Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6817053Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6817399Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6817742Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6818070Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6818411Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6818755Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6819128Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.6819510Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.6819940Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.6820305Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6820652Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6820984Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6821343Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6821714Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6822059Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6822407Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6822750Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6823103Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6823481Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6823835Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6824196Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6824556Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6824904Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6825264Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6825620Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6825969Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6826329Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6826685Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6827036Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6827374Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6827771Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6828123Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6828473Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6828812Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.6829247Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6829618Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:28:41.6829987Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:28:41.6830336Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6830765Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6831121Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6831461Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6831815Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6832170Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6832524Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6832870Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6833235Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6833648Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6834000Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6834338Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6834689Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6835045Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6835382Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6835746Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.016s) 2022-12-01T10:28:41.6836108Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6836471Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.6836816Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.6837171Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6837521Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6837871Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6838209Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6838555Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6838943Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6839301Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6839643Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6839995Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6840349Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6840683Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6841032Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6841384Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6841764Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6842108Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.586s) 2022-12-01T10:28:41.6842468Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-12-01T10:28:41.6842823Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.607s) 2022-12-01T10:28:41.6843179Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.595s) 2022-12-01T10:28:41.6843521Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.302s) 2022-12-01T10:28:41.6843875Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.328s) 2022-12-01T10:28:41.6844230Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.304s) 2022-12-01T10:28:41.6844581Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-12-01T10:28:41.6844916Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.468s) 2022-12-01T10:28:41.6845272Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.631s) 2022-12-01T10:28:41.6845629Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.306s) 2022-12-01T10:28:41.6845974Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.655s) 2022-12-01T10:28:41.6846335Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.726s) 2022-12-01T10:28:41.6846686Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.399s) 2022-12-01T10:28:41.6847044Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.331s) 2022-12-01T10:28:41.6847381Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-12-01T10:28:41.6847735Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.301s) 2022-12-01T10:28:41.6848084Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.468s) 2022-12-01T10:28:41.6848443Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.596s) 2022-12-01T10:28:41.6848787Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:28:41.6849140Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.612s) 2022-12-01T10:28:41.6849539Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.746s) 2022-12-01T10:28:41.6849903Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:28:41.6850257Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.278s) 2022-12-01T10:28:41.6850608Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-12-01T10:28:41.6850959Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:28:41.6851300Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.421s) 2022-12-01T10:28:41.6851646Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6851984Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6852324Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.6852681Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6853018Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6853346Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6853654Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6853973Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6854295Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6854787Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.6855097Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6855423Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6855749Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6856076Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6856388Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6856713Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6857035Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6857344Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6857668Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6857991Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6858312Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6858619Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6858939Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6859251Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6859558Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6859884Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6860206Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6860526Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6860900Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6861218Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6861533Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6861837Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6862149Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.6862463Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6862776Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6863085Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6863417Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6863754Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6864116Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6864453Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6864788Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6865116Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6865427Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6865755Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6866080Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6866405Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6866721Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6867042Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6867364Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6867670Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6867987Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6868301Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6868678Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6868971Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6869374Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6869710Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6870048Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6870395Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6870741Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6871092Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6871416Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6871766Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6872156Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6872509Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6872832Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6873151Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6873470Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6873781Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6874100Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6874417Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6874731Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6875064Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6875379Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6875688Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6875990Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6876305Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6876617Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6876936Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6877245Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.6877566Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6877883Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6916618Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6916963Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6917267Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6917590Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6917907Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6918210Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6918527Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6918848Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6919182Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6919494Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6919825Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6920148Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6920467Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6920773Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6921090Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6921400Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6921852Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6922168Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6922488Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6922814Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6923129Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6923454Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6923773Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6924080Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6924391Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6924696Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6925048Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6925347Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6925650Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6925961Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6926262Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6926573Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6926879Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6927189Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6927492Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6927799Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6928099Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6928396Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6928694Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6928997Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6929309Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6929615Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6929927Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6930245Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.6930556Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6930856Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6931163Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6931473Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.6931774Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6932086Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6932395Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6932756Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6933057Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:28:41.6933376Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:28:41.6933684Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6933981Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6934274Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6934766Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6935066Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6935357Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6935660Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6936018Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6936324Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6936637Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:28:41.6936954Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.6937270Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6937569Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6937878Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6938179Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6938476Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6938779Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6939078Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6939390Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6939689Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6939999Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.6940317Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.6940622Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6940929Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6941235Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6941539Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6941830Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6942133Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6942431Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6942747Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6943070Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.6943405Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:28:41.6943738Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6944102Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.6944424Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6944748Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6945072Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:28:41.6945392Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6945727Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6946058Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6946381Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6946744Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6947075Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6947402Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6947720Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6948045Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6948375Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6948706Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6949106Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6949446Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6949774Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6950097Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6950425Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6950757Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6951097Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6951424Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6951754Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6952092Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6952416Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6952736Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6953060Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6953386Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6953704Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6954034Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6954363Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6954725Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.6955042Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6955369Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6955696Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6956021Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6956337Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6956663Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.6956988Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6957303Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6957658Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6957981Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6958299Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6958610Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6958933Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6959258Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6959584Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.6959902Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.6960227Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6960550Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6960853Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.6961179Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6961499Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.6961820Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.6962130Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.6962448Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.6962771Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6963080Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6963393Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.6963707Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.6964015Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.6964318Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.6964632Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6964940Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:28:41.6965283Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6965584Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6965896Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6966202Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6966502Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6966805Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6967112Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6967430Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6967739Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6968085Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6968393Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6968691Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6968999Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6969320Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6969648Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6969969Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6970299Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6970628Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.6970952Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6971271Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6971594Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6971935Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.6972282Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6972634Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.6972985Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.6973339Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.6973674Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.6974021Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6974366Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6974877Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.6975221Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.6975574Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.6975982Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6976323Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.6976657Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.6977003Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.6977353Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6977689Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.6978042Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6978402Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.6978798Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6979135Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6979479Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6979643Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6979807Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6979973Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.6980140Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6980308Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.6980467Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6980634Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6980796Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6980957Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6981121Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.6981277Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6981433Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6981590Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6981747Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6981891Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.6982043Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6982190Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6982341Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6982492Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6982642Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6982798Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.6982991Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.6983143Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6983286Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6983435Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6983584Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6983734Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6983923Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.110s) 2022-12-01T10:28:41.6984108Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6984328Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6984515Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6984699Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6984868Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.6985050Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6985232Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6985417Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.6985594Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.6985772Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.6985944Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.6986117Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.6986291Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.6986454Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.6986628Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.6986806Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:28:41.6986981Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.6987153Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.6987323Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.6987492Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6987664Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6987833Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.6988051Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.6988214Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.6988383Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6988555Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6988724Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.6988891Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.6989139Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6989355Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6989528Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6989697Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6989835Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6989984Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.6990136Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.6990282Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.6990432Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6990580Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6990729Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6990873Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6991001Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6991146Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6991282Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6991431Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6991586Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6991737Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.6991890Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.6992039Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.6992184Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6992327Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6992471Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6992615Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6992759Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6992905Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6993048Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.6993241Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.6993386Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.6993524Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.6993673Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.6993818Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6993960Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6994101Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6994240Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6994374Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6994548Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6994676Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6994823Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6994956Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6995105Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:28:41.6995259Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.6995403Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.6995544Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.6995693Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.6995835Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.6995962Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.6996104Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6996241Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.6996389Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.6996534Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.6996679Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.6996823Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6996962Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.6997099Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.6997240Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6997381Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.6997533Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.6997676Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.6997818Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.6997960Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.6998098Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6998227Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6998399Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6998541Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6998676Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6998814Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6998951Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6999087Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6999221Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6999355Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6999490Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.6999638Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.6999810Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.6999957Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7000098Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7000236Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7000375Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7000502Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7000640Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7000775Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7000921Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7001061Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7001207Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7001353Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7001495Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7001632Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7001763Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7001901Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002040Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002179Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002317Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002460Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002601Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002747Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7002884Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7003024Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7003161Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7003293Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7003501Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7003639Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7003776Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7003916Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7004042Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7004183Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7004321Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7004469Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7004614Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7004759Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7004934Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005073Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005202Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005335Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005477Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005614Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005756Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7005893Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7006038Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7006190Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7006330Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7006458Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7006597Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7006730Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7006865Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7007001Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7007138Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7007281Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7007425Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7007559Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7007704Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7007844Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7007980Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008115Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008252Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008389Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008525Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008680Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008827Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7008964Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7009109Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7009254Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7009400Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7009539Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7009677Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7009807Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7009947Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010114Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010253Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010396Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010537Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010685Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010834Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7010971Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011115Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011263Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011409Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011548Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011685Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011819Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7011958Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012095Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012227Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012376Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012528Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012675Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012819Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7012960Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013101Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013239Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013373Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013518Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013658Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013832Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7013974Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7014113Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7014250Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7014388Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7014690Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7014839Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7014975Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7015117Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7015259Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7015457Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7015603Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7015743Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7015870Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7016007Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7016146Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7016281Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7016420Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7016560Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7016698Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7016842Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7016983Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7017108Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7017241Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7017376Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7017509Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7017647Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7017785Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7017933Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018071Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018209Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018353Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018493Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018635Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018772Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7018902Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7019042Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7019229Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7019358Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7019495Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7019628Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7019769Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7019910Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020056Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020202Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020340Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020502Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020639Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020780Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7020919Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7021056Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7021193Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7021329Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7021466Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7021598Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7021736Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7021881Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7022024Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7022162Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7022300Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7022438Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7022574Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7022708Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7022834Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7022974Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7023112Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7023248Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7023401Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7023550Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7023704Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7023859Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7024003Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7024157Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7024341Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7024488Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7024640Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7024786Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7024933Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7025082Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7025220Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7025358Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7025498Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7025671Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7025814Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7025955Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7026094Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7026229Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7026363Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7026488Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7026621Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7026757Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7026906Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7027041Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7027186Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7027329Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7027468Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7027599Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7027735Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7027872Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028009Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028147Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028291Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028436Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028578Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028713Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028853Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7028987Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7029212Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7029352Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7029540Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7029687Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7029829Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7029966Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030110Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030252Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030392Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030534Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030666Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030804Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7030974Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031112Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031245Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031392Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031543Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031696Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031846Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7031998Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032148Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032294Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032424Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032561Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032698Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032840Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7032981Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033117Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033255Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033400Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033530Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033671Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033810Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7033948Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034086Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034223Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034365Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034501Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034661Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034799Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7034939Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035077Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035212Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035348Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035483Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035625Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035754Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7035903Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036074Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036214Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036353Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036486Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036622Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036763Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7036904Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037032Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037167Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037306Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037442Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037577Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037715Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037850Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7037984Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7038110Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7038248Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7038385Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7038530Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7038681Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7038821Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7038960Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039094Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039219Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039353Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039487Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039618Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039790Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7039930Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040072Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040213Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040342Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040483Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040621Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040763Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7040901Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7041049Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7041218Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7041365Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7041500Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7041638Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7041782Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7041918Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042057Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042196Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042333Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042477Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042617Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042742Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7042886Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043020Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043166Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043311Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043450Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043591Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043737Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7043866Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044007Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044141Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044279Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044418Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044550Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044693Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044837Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7044993Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045135Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045271Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045412Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045553Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045695Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045841Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7045984Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7046116Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7046258Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7046434Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7046581Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7046720Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7046856Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7046996Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047133Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047268Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047413Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047556Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047695Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047836Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7047973Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048108Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048245Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048382Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048505Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048641Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048782Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7048919Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049054Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049190Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049325Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049458Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049582Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049718Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7049860Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050003Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050177Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050319Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050454Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050595Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050727Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7050864Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051003Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051137Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051274Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051417Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051583Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051717Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051841Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7051988Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7052133Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7052281Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7052429Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7052577Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7052721Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7052868Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053004Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053145Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053281Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053422Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053565Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053703Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053837Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7053979Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7054126Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7054261Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7054398Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7054687Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7054827Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7054963Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055099Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055244Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055440Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055571Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055706Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055850Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7055990Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056134Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056280Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056421Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056559Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056687Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056858Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7056999Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057136Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057273Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057410Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057554Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057697Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057834Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7057985Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058134Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058277Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058418Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058556Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058699Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058836Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7058984Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059115Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059262Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059407Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059550Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059692Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059831Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7059973Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7060112Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7060243Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7060385Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7060558Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7060709Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7060854Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061000Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061141Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061279Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061404Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061545Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061680Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061814Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7061992Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7062133Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7062313Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7062491Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7062671Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7062839Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7063010Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7063192Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7063360Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7063531Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7063702Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7063872Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7064042Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7064210Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7064356Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7064519Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7064678Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7064839Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7064995Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7065150Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7065299Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7065450Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7065654Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7065793Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7065943Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7066090Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7066247Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7066395Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7066556Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7066714Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7066867Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7067040Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7067196Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7067349Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7067496Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7067645Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7067796Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7067955Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7068109Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7068271Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7068422Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7068577Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7068734Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7068887Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7069138Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7069291Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7069442Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7069597Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7069745Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7069897Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7070060Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7070221Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7070378Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7070536Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7070691Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7070844Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7071032Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7071171Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7071322Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7071470Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7071622Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7071773Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7071932Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7072090Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7072247Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7072428Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7072566Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7072715Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7072860Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7073007Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7073157Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7073315Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7073464Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7073629Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7073774Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7073929Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7074084Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7074236Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7074387Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7074534Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7074683Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7074838Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7074993Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7075129Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7075288Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7075448Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7075601Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7075754Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7075904Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076054Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076239Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076376Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076522Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076678Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076828Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7076991Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7077149Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7077304Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7077459Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7077641Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7077780Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7077932Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7078082Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7078231Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7078392Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7078546Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7078711Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7078876Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7079020Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7079178Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7079336Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7079495Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7079650Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7079806Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7079961Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7080119Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7080270Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7080414Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7080573Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7080731Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7080890Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7081046Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7081202Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7081390Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7081541Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7081698Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7081842Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7081996Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7082151Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7082304Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7082455Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7082608Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7082834Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7082981Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7083116Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7083269Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7083424Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7083571Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7083731Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7083889Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7084049Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7084203Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7084357Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7084494Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7084643Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7084789Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7084940Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7085091Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7085249Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7085409Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7085563Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7085700Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7085850Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7085997Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7086148Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7086297Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7086489Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7086641Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7086801Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7086959Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7087105Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7087260Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7087414Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7087563Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7087716Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7087900Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7088051Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7088201Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7088349Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7088490Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7088640Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7088797Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7088955Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7089112Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7089268Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7089423Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7089575Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7089711Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7089860Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7090005Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7090154Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7090303Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7090463Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7090614Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7090773Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7090929Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7091071Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7091224Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7091376Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7091525Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7091706Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7091856Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7092005Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7092152Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7092289Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7092458Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7092623Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7092794Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7092968Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7093169Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7093336Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7093503Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7093666Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7093817Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7093975Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7094130Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7094296Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7094587Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7094744Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7094898Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7095058Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7095219Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7095358Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7095512Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7095665Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7095816Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7095962Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7096113Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7096262Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7096421Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7096557Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7096717Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7096876Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7097083Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7097237Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7097388Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7097538Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7097689Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7097838Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7097975Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7098134Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7098292Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7098488Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7098648Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7098805Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7098963Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7099121Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7099275Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7099414Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7099566Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7099732Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.7099937Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7100095Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7100253Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7100405Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7100558Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7100702Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7100856Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7101012Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7101168Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7101322Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7101484Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7101646Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7101810Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7101966Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7102110Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7102314Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7102469Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7102623Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7102771Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7102923Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7103078Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7103231Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7103369Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7103522Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7103709Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7103862Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7104010Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7104159Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7104308Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7104455Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7104612Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7104748Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7104905Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105059Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105210Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105362Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105512Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105663Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105810Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7105958Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7106112Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7106271Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7106427Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7106578Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7106729Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7106881Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7107033Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7107183Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7107327Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7107511Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7107661Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7107811Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7107957Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7108108Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7108257Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7108407Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7108544Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7108693Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7108872Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7109098Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7109258Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7109415Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7109569Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7109723Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7109876Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7110011Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7110163Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7110317Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7110468Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7110626Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7110779Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7110933Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7111088Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7111225Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7111379Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7111535Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7111690Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7111839Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7111995Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7112147Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7112304Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7112461Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7112605Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7112795Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7112949Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7113104Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7113256Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7113405Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7113552Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7113702Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7113852Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7113997Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7114180Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7114343Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7114507Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7114666Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7114820Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7114974Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7115123Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7115263Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7115418Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7115567Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7115718Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7115869Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7116024Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7116180Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7116334Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7116483Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7116623Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7116772Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7116922Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7117074Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7117228Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7117380Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7117533Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7117686Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7117862Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7118017Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7118168Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7118319Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7118473Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7118623Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7118783Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7118939Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7119092Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7119264Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7119418Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7119569Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7119719Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7119867Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7120019Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7120168Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7120321Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7120460Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7120611Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7120759Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7120908Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7121056Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7121206Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7121354Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7121502Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7121662Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7121810Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7121967Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7122121Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7122270Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7122423Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7122579Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7122729Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7122881Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7123049Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7123200Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7123352Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7123501Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7123654Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7123803Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7123968Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7124122Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7124286Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7124470Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7124633Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7124793Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7124953Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7125112Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7125267Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7125422Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7125577Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7125735Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7125875Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7126029Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7126183Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7126343Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7126501Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7126660Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7126813Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7126973Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7127115Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7127266Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7127419Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7127568Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7127720Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7127872Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7128029Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7128214Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7128375Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7128519Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7128672Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7128824Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7128974Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7129125Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7129276Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7129425Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7129613Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7129755Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7129918Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7130075Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7130236Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7130396Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7130557Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7130714Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7130871Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7131028Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7131169Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7131321Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7131483Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7131638Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7131798Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7131956Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7132116Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7132277Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7132433Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7132573Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7132728Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7132884Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7133041Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7133193Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7133352Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7133546Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7133716Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7133858Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7134014Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7134168Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7134321Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7134591Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7134744Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7134951Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7135107Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7135328Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7135503Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7135701Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7135895Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7136082Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7136275Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7136461Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7136649Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7136836Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7137017Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7137201Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7137369Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7137537Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7137694Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7137853Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138008Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138162Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138318Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138471Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138625Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138821Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7138976Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7139128Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7139288Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7139445Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7139602Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7139755Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7139906Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140046Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140227Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140381Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140530Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140689Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140843Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7140997Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7141154Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7141306Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7141445Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7141595Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7141746Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7141893Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7142046Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7142199Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7142359Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7142517Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7142659Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7142813Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7142965Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7143115Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7143262Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7143410Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7143558Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7143712Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7143864Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7144040Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7144197Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7144348Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7144498Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7144647Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7144795Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7144942Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7145092Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7145231Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7145435Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7145596Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7145764Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7145930Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7146097Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7146254Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7146408Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7146569Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7146718Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7146877Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7147037Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7147198Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7147354Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7147505Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7147657Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7147813Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7147966Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7148103Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7148256Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7148408Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7148558Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7148713Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7148864Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7149107Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7149316Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7149460Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7149615Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7149770Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7149925Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7150077Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7150228Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7150377Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7150529Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7150718Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7150885Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7151061Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7151234Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7151405Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7151577Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7151749Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7151924Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7152092Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7152266Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7152424Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7152595Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7152761Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7152929Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7153095Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7153270Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7153443Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7153617Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7153791Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7153948Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7154117Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7154287Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7154512Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7154680Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7154845Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7155010Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7155168Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7155329Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7155471Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7155625Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7155812Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7155972Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7156128Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7156287Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7156442Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7156596Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7156755Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7156899Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7157059Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7157211Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7157363Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7157515Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7157665Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7157815Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7157964Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7158115Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7158250Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7158425Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7158596Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7158766Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7158936Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7159107Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7159274Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7159456Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7159669Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7159833Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7160015Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7160192Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7160370Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7160547Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7160723Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7160932Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7161110Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7161283Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7161441Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7161615Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7161794Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7161971Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7162152Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7162326Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7162497Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7162668Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7162839Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7163005Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7163178Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7163347Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7163519Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7163688Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7163853Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7164021Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7164192Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7164361Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7164517Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7164760Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7164932Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7165101Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7165268Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7165434Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7165600Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7165770Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7165943Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7166132Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7166304Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7166477Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7166648Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7166818Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7167001Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7167187Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7167359Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7167531Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7167685Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7167864Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7168042Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7168215Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7168397Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7168576Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7168757Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7168934Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7169111Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7169286Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7169448Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7169621Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7169794Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7170003Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7170176Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7170344Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7170516Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7170682Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7170859Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7171025Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7171208Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7171411Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7171586Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7171759Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7171933Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7172105Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7172280Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7172454Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7172617Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7172796Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7172974Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7173146Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7173317Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7173486Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7173659Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7173836Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7174014Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.7174175Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7174350Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7174654Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7174828Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7175005Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7175260Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7175436Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7175609Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7175791Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7175965Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7176129Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7176308Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7176484Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7176694Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7176865Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7177038Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7177214Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7177394Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7177567Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7177727Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.7177905Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.7178081Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7178253Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7178421Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7178594Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7178766Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7178942Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7179118Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7179281Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.7179456Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.7179627Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7179797Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7179963Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7180133Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7180328Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7180506Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7180678Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7180838Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.7181011Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.7181179Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7181349Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7181514Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7181716Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7181893Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7182056Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7182220Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7182384Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7182530Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7182690Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7182850Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7183014Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7183171Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7183330Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7183486Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7183641Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7183784Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7183943Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7184098Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7184261Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7184417Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7184576Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7184731Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7184883Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7185036Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7185179Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7185330Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7185514Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7185667Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7185825Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7185983Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7186141Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7186296Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7186447Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7186592Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7186747Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7186930Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7187077Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7187227Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7187376Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7187542Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7187703Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7187858Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7188025Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7188192Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7188353Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7188515Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7188677Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7188836Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7188997Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7189254Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7189402Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7189567Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7189726Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7189881Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7190036Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7190190Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7190339Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7190491Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7190633Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7190844Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7191017Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7191186Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7191354Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7191521Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7191689Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7191865Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7192037Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7192233Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7192390Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7192543Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7192703Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7192861Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7193015Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7193170Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7193322Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7193475Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7193613Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7193764Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7193915Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7194068Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7194219Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7194377Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7194533Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7194691Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7194845Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7194985Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7195131Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7195283Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7195428Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7195577Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7195727Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7195877Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7196066Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7196206Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7196365Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7196524Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7196679Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7196833Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7196986Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7197137Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7197291Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7197467Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7197607Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7197758Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7197918Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7198076Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7198239Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7198401Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7198559Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7198722Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7198862Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7199016Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7199167Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7199321Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7199475Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7199630Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7199781Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7199939Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7200091Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7200231Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7200382Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7200534Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7200682Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7200834Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7200983Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7201174Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7201330Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7201475Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7201629Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7201786Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7201938Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7202093Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7202244Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7202396Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7202585Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7202738Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7202877Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7203034Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7203186Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7203339Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7203489Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7203638Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7203791Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7203940Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7204091Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7204228Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7204384Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7204534Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7204690Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7204849Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7205001Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7205159Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7205311Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7205449Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7205598Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7205747Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7205896Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7206049Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7206195Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7206386Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7206544Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7206697Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7206836Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7206987Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7207135Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7207280Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7207428Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7207579Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7207775Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7207946Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7208102Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7208290Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7208451Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7208614Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7208778Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7208941Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7209109Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7209277Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7209445Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7209599Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7209764Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7209927Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7210155Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7210324Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7210490Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7210658Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7210828Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7210991Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7211137Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7211300Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7211466Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7211674Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7211840Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7212007Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7212174Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7212338Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7212502Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7212652Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7212819Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7213020Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7213189Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7213357Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7213525Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7213690Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7213853Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7214019Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7214175Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7214340Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7214634Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7214799Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7214966Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7215127Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7215290Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7215453Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7215618Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7215764Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7215927Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7216086Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7216253Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7216416Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7216579Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7216737Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7216947Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7217113Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7217264Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7217429Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7217591Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7217754Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7217917Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7218080Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7218281Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7218442Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7218605Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7218749Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7218909Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7219070Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7219226Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7219384Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7219546Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7219702Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7219859Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7220006Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7220165Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7220325Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7220484Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7220643Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7220804Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7220963Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7221120Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7221275Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7221428Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7221598Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7221766Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7221934Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7222136Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7222304Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7222467Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7222632Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7222809Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7223009Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7223183Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7223362Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7223567Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7223741Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7223918Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7224100Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7224274Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7224452Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7224626Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7224792Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7224968Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7225141Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7225314Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7225490Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7225663Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7225841Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7226019Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7226195Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7226355Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7226528Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7226701Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7226873Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7227045Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7227257Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7227429Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7227605Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7227778Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7227936Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7228108Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7228281Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7228449Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7228657Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7228824Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7228982Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7229225Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7229393Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7229537Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7229697Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7229863Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7230025Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7230194Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7230356Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7230522Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7230685Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7230843Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7230990Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7231156Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7231356Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:28:41.7231554Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7231750Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7231947Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7232143Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7232335Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7232560Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7232753Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7232927Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7233111Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7233296Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7233483Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7233668Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7233888Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7234068Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7234249Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7234436Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7234606Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7234790Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7234976Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7235164Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7235344Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7235519Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7235700Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7235881Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7236061Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7236244Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7236409Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7236587Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7236764Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7236941Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7237121Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7237298Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7237455Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7237639Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7237800Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7237944Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7238100Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7238254Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7238408Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7238559Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7238709Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7238860Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7239041Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7239199Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7239340Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7239503Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7239666Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7239821Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7239977Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7240132Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7240289Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7240442Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7240579Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7240731Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7240887Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7241041Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7241191Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7241348Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7241508Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7241660Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7241817Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7241953Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7242101Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7242248Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7242398Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7242547Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7242733Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7242885Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7243042Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7243186Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7243338Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7243490Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7243642Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7243791Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7243941Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7244165Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7244316Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7244473Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7244615Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7244769Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7244921Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7245071Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7245224Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7245378Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7245532Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7245683Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7245815Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7245964Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246108Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246253Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246399Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246540Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246692Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246840Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7246986Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7247117Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7247268Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7247413Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7247559Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7247700Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7247842Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248027Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248168Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248297Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248440Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248591Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248735Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7248880Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249023Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249164Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249305Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249465Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249612Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249752Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7249897Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250038Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250189Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250335Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250477Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250605Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250750Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7250890Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251031Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251173Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251315Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251459Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251600Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251735Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7251879Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252025Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252165Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252304Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252442Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252582Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252719Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252859Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7252999Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7253147Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7253334Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7253488Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7253641Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7253792Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7253940Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7254089Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7254225Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7254373Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7254650Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7254850Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255002Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255150Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255298Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255445Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255573Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255716Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7255858Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256001Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256150Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256296Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256441Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256593Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256745Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7256876Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257021Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257161Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257299Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257450Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257591Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257733Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257871Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7257999Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7258168Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7258332Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7258496Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7258697Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7258862Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259021Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259183Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259330Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259494Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259655Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259809Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7259966Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7260154Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7260310Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7260470Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7260631Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7260783Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7260947Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7261106Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7261261Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7261419Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7261577Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7261738Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7261892Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262045Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262179Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262331Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262477Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262629Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262774Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7262921Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263067Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263212Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263343Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263491Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263640Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263786Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7263960Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264103Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264245Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264386Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264526Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264653Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264792Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7264931Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7265066Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7265231Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7265425Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7265587Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7265747Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7265894Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7266052Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7266223Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7266395Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7266560Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7266735Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7266906Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7267076Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7267244Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7267398Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7267559Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7267723Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7267887Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7268049Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7268210Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7268381Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7268551Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7268720Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7268868Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7269101Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7269308Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7269471Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7269632Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7269793Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7269952Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7270111Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7270254Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7270412Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7270603Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7270762Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7270920Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7271079Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7271239Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7271399Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7271557Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7271700Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7271861Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7272023Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7272175Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7272337Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7272498Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7272655Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7272816Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7272973Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7273178Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7273355Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7273529Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7273688Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7273845Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7274004Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7274171Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7274337Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7274526Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7274684Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7274852Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7275018Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7275184Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7275355Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7275523Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7275688Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7275886Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7276045Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7276194Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7276356Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7276516Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7276675Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7276840Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7277011Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7277188Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7277358Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7277512Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7277679Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7277844Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278008Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278168Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278329Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278492Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278658Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278823Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7278970Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7279134Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7279290Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7279443Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7279641Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7279807Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7279976Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7280142Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7280305Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7280457Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7280618Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7280774Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7280931Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7281121Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7281287Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7281457Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7281618Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7281783Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7281930Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7282090Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7282250Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7282406Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7282568Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7282725Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7282892Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7283053Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7283218Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7283365Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7283525Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7283690Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7283848Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7284011Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7284225Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7284391Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7284555Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7284720Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7284913Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7285078Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7285236Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7285397Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7285558Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7285718Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7285886Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7286046Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7286242Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7286390Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7286548Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7286706Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7286862Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7287024Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7287186Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7287338Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7287495Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7287637Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7287786Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7287938Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288086Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288236Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288383Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288530Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288673Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288824Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7288957Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289105Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289251Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289395Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289538Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289676Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289821Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7289961Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290124Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290270Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290411Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290552Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290693Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290840Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7290987Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7291131Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7291263Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7291405Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7291572Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7291715Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7291856Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7291997Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7292138Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7292280Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7292421Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7292570Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7292730Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7292890Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7293041Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7293195Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7293346Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7293495Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7293644Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7293780Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7293929Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7294084Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7294231Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7294376Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7294674Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7294819Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7294963Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7295090Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7295233Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7295375Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7295586Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7295745Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7295905Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7296062Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7296220Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7296360Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7296526Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7296691Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7296858Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7297040Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7297185Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7297337Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7297489Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7297639Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7297768Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7297913Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298055Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298200Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298345Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298483Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298629Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298770Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7298905Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7299052Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7299194Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7299337Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7299481Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7299625Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7299766Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7299910Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300036Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300178Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300316Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300463Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300605Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300784Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7300935Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7301082Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7301225Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7301351Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7301491Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7301632Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7301772Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7301914Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7302055Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7302238Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7302386Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7302529Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7302679Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7302827Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7302970Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303116Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303257Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303399Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303545Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303679Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303820Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7303960Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304104Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304244Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304388Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304528Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304669Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304801Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7304942Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305083Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305234Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305378Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305523Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305667Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305807Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7305943Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7306319Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7306498Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7306686Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7306892Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7307021Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7307188Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7307365Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7307538Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7307708Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7307913Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7308120Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7308287Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7308415Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7308586Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7308752Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7308924Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7309171Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7309349Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7309565Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7309740Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7309868Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7310073Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7310240Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7310407Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7310577Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7310744Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7310926Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7311118Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7311253Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7311430Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7311601Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7311767Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7311935Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7312098Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7312270Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7312435Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7312563Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7312807Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7313027Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7313214Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7313394Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7313582Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7313758Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7313939Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7314115Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7314262Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7314499Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7314686Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7314869Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7315057Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7315239Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7315422Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7315599Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7315780Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7315927Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7316156Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7316335Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7316521Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7316699Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7316882Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7317063Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7317243Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7317388Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7317575Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7317778Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7317967Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7318143Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7318324Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7318500Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7318678Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7318888Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7319034Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7319251Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7319451Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7319627Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7319807Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7319985Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7320167Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7320349Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7320519Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7320709Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7320890Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7321092Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7321271Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7321449Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7321627Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7321808Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7322000Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7322143Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7322351Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7322525Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7322722Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7322899Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7323078Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7323257Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7323443Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7323583Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7323760Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7323939Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7324120Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7324334Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7324510Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7324689Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7324872Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7325088Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7325224Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7325428Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7325601Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7325776Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7325971Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7326204Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7326381Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7326565Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7326705Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7326911Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7357930Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7358198Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7358343Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7358489Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7358642Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7358798Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7358953Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7359125Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7359276Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7359422Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7359570Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7359708Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7359871Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7360035Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7360201Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7360367Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7360531Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7360690Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7360852Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7361005Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7361166Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7361332Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7361496Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7361834Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7361992Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7362148Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7362308Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7362465Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7362617Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7362780Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7362944Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7363156Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7363314Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7363470Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7363627Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7363785Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7363942Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7364097Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7364261Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7364416Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7364572Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7364727Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7364884Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365039Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365186Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365332Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365476Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365624Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365768Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7365911Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366054Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366195Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366337Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366478Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366627Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366803Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7366949Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7367093Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7367238Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7367380Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7367523Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7367705Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7367882Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7368087Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7368261Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7368435Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7368604Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7368769Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7368940Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7369106Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7369277Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7369449Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7369621Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7369782Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7369946Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7370107Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7370274Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7370436Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7370598Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7370765Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7370935Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7371101Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7371255Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7371416Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7371580Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7371791Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7371952Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7372115Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7372277Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7372438Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7372597Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7372753Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7372916Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7373108Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7373250Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7373385Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7373527Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7373667Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7373804Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7373940Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7374067Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7374204Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7374340Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7374599Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7374732Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7374876Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375014Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375161Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375298Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7375439Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375579Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375713Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375851Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7375983Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7376113Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7376248Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7376379Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7376514Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7376649Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7376831Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7376974Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7377108Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7377245Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7377378Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7377507Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7377639Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7377773Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7377903Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7378043Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7378219Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7378363Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7378503Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7378633Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7378767Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7378902Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379037Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379170Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379301Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379437Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379576Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379714Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379842Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7379978Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380111Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380247Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380380Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380513Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380664Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380817Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7380959Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7381106Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7381251Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7381396Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7381534Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7381677Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7381851Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7381995Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7382132Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7382271Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7382418Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7382561Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7382714Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7382864Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7383012Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7383161Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7383335Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7383471Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7383612Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7383753Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7383895Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7384046Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7384188Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7384341Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7384496Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7384638Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7384784Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7384927Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385070Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385210Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385351Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385494Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385644Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385789Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7385936Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386088Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386234Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386380Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386523Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386664Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386837Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7386979Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7387117Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7387258Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7387404Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7387547Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7387697Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7387846Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7387991Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7388167Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7388311Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7388445Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7388585Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7388725Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7388866Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7389092Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7389242Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7389397Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7389550Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7389695Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7389834Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7389977Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390118Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390257Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390400Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390542Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390693Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390837Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7390981Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7391129Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7391274Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7391419Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7391560Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7391698Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7391869Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7392016Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7392155Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7392298Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7392440Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7392593Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7392743Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7392890Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393036Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393256Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393402Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393536Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393677Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393822Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7393975Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7394124Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7394281Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7394437Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7394594Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7394744Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7394888Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395039Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395188Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395334Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395476Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395623Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395766Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7395915Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396060Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396212Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396368Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396513Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396663Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396807Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7396989Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7397140Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7397289Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7397430Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7397575Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7397719Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7397861Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398003Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398149Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398319Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398464Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398598Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398745Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7398887Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399036Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399184Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399329Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399478Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399620Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399766Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7399898Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400039Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400181Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400320Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400466Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400611Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400758Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7400899Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401032Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401170Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401315Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401455Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401602Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401745Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7401928Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402083Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402232Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402373Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402521Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402664Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402812Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7402956Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7403101Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7403276Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7403420Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7403569Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7403706Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7403857Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404007Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404156Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404305Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404452Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404594Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404735Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7404872Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405014Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405157Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405296Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405442Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405586Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405738Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7405890Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7406037Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7406178Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7406323Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7406467Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7406609Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7406790Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7406933Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7407078Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7407221Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7407375Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7407532Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7407696Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7407860Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408024Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408214Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408370Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408521Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408679Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408821Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7408969Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7409123Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7409278Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7409427Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7409576Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7409727Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7409876Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7410021Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7410159Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7410303Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7410448Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7410592Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7410739Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7410888Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7411047Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7411200Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7411345Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7411500Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7411654Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7411809Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7411988Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7412138Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7412288Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7412439Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7412588Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7412736Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7412890Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413048Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413205Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413391Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413549Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413707Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413860Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7413998Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7414148Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7414307Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7414607Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7414766Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7414920Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7415075Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7415232Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7415383Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7415524Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7415674Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7415831Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7415988Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7416151Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7416310Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7416468Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7416622Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7416764Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7416914Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7417066Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7417275Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7417427Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7417579Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7417725Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7417877Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418028Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418166Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418316Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418463Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418656Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418808Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7418956Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7419103Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7419255Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7419392Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7419547Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7419697Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7419849Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420000Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420149Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420296Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420442Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420600Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420738Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7420892Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421046Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421200Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421353Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421503Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421653Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421801Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7421941Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7422088Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7422239Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7422422Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7422572Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7422722Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7422868Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423018Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423164Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423299Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423448Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423599Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423784Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7423941Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424091Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424241Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424390Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424526Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424672Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424819Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7424967Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7425123Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7425274Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7425426Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7425580Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7425728Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7425865Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426009Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426157Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426310Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426465Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426614Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426772Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7426927Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7427067Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7427222Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7427373Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7427546Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7427699Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7427847Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7427997Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7428147Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7428294Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7428437Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7428587Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7428744Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7428929Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7429174Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7429328Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7429481Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7429631Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7429768Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7429921Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430066Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430218Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430369Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430523Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430678Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430831Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7430980Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7431116Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7431261Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7431409Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7431563Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7431715Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7431870Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7432023Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7432171Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7432333Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7432504Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7432675Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7432881Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7433036Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7433187Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7433343Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7433500Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7433652Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7433790Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7433936Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7434087Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7434265Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7434417Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7434563Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7434712Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7434860Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7435007Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7435141Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7435289Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7435440Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7435586Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7435733Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7435879Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436024Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436183Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436329Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436486Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436639Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436789Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7436943Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7437096Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7437247Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7437396Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7437544Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7437682Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7437833Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438007Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438156Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438301Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438465Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438618Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438780Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7438928Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7439088Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7439245Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7439441Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7439599Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7439753Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7439907Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440057Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440211Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440348Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440499Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440657Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440813Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7440972Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7441127Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7441280Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7441436Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7441572Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7441721Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7441875Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442021Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442168Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442315Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442467Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442618Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442776Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7442919Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7443118Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7443272Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7443421Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7443570Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7443719Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7443866Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444014Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444151Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444312Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444498Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444657Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444813Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7444970Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7445126Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7445281Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7445434Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7445575Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7445727Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7445889Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446045Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446202Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446358Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446514Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446664Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446818Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7446957Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7447110Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7447262Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7447418Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7447573Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7447733Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7447888Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448044Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448182Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448365Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448515Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448668Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448818Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7448965Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7449116Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7449266Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7449458Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7449665Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7449864Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7450052Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7450238Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7450422Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7450605Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7450788Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7450979Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7451162Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7451349Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7451517Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7451679Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7451836Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7451996Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7452157Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7452314Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7452468Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7452618Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7452756Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7452903Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7453056Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7453207Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7453395Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7453552Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7453708Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7453862Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7454014Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7454150Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7454297Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7454573Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7454725Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7454947Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455101Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455256Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455410Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455560Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455696Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455841Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7455991Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7456141Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7456297Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7456448Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7456607Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7456763Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7456901Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457053Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457203Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457352Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457503Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457654Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457801Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7457956Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7458107Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7458308Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7458464Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7458617Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7458808Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7458960Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7459113Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7459262Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7459412Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7459546Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7459709Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7459869Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7460036Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7460234Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7460396Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7460556Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7460711Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7460871Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7461018Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7461175Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7461332Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7461492Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7461648Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7461800Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7461954Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462106Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462243Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462393Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462538Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462689Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462841Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7462995Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7463146Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7463302Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7463457Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7463600Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7463752Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7463906Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464088Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464236Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464383Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464531Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464680Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464814Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7464991Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7465165Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7465370Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7465543Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7465713Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7465877Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7466047Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7466223Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7466384Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7466560Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7466736Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7466903Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7467074Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7467237Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7467405Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7467575Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7467747Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7467922Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7468081Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7468247Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7468413Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7468576Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7468743Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7468911Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7469183Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7469348Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7469508Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7469654Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7469811Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7469969Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7470124Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7470281Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7470437Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7470627Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7470781Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7470923Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471077Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471231Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471382Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471532Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471683Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471832Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7471983Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7472131Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7472269Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7472414Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7472586Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7472755Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7472923Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7473094Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7473264Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7473433Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7473612Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7473777Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7473954Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7474135Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7474314Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7474560Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7474734Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7474909Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7475087Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7475259Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7475419Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7475586Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7475789Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7475970Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7476149Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7476325Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7476493Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7476662Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7476835Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7476994Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7477165Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7477335Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7477500Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7477664Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7477830Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7477997Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7478161Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7478332Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7478486Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7478655Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7478822Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7478988Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7479154Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7479318Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7479482Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7479693Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7479856Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7480038Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7480232Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7480422Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7480591Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7480758Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7480957Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7481139Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7481320Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7481491Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7481658Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7481810Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7481986Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7482161Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7482337Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7482514Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7482691Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7482867Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7483042Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7483217Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7483383Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7483556Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7483726Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7483893Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7484064Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7484236Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7484401Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7484571Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7484769Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7484934Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7485114Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7485292Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7485468Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7485643Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7485812Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7485985Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7486181Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7486355Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7486508Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7486682Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7486858Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7487031Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7487204Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7487380Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7487547Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7487722Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7487891Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7488067Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7488229Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7488402Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7488579Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7488753Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7488923Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7489091Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7489259Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7489426Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7489598Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7489789Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7489965Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7490137Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7490309Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7490484Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7490650Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7490823Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7490990Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7491199Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7491358Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7491531Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7491703Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7491873Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7492041Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7492206Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7492382Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7492550Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7492731Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7492889Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7493062Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7493233Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7493403Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7493574Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7493743Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7493913Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7494079Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7494254Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7494413Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7494762Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7494936Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7495157Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7495325Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7495492Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7495662Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7495827Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7495986Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7496138Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7496303Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7496500Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7496662Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7496820Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7496977Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7497132Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7497286Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7497436Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7497578Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7497730Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7497886Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498042Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498200Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498355Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498513Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498668Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498822Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7498962Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7499117Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7499267Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7499419Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7499570Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7499728Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7499885Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500043Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500212Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500367Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500517Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500669Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500820Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7500970Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7501122Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7501271Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7501436Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7501615Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7501784Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7501950Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7502116Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7502278Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7502440Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7502601Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7502760Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7502911Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7503072Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7503229Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7503384Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7503539Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7503693Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7503847Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504003Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504154Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504292Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504446Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504616Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504786Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7504954Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7505123Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7505290Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7505487Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7505665Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7505824Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7505997Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7506153Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7506306Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7506465Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7506624Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7506780Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7506964Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7507118Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7507256Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7507403Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7507550Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7507700Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7507852Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7508001Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7508161Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7508315Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7508457Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7508607Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7508755Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7508900Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7509143Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7509299Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7509452Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7509604Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7509739Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7509894Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7510045Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7510204Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7510361Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7510516Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7510667Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7510850Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511000Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511137Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511280Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511427Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511576Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511732Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7511885Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7512048Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7512238Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7512394Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7512537Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7512688Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7512839Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7512987Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7513137Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7513287Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7513438Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7513586Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7513727Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7513878Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514023Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514172Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514318Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514466Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514619Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514769Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7514926Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7515066Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7515221Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7515375Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7515531Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7515684Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7515880Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7516032Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7516183Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7516319Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7516465Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7516613Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7516768Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7516922Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7517072Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7517263Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7517413Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7517560Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7517694Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7517841Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7517988Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7518141Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7518288Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7518447Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7518604Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7518755Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7518895Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519042Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519190Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519337Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519485Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519634Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519792Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7519940Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7520096Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7520238Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7520390Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7520541Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7520688Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7520833Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7521011Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7521161Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7521308Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7521460Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7521627Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7521794Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7521959Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7522118Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7522276Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7522467Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7522625Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7522788Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7522943Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7523110Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7523272Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7523436Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7523600Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7523767Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7523932Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7524095Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7524261Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7524416Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7524577Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7524737Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7524900Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7525066Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7525229Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7525394Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7525558Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7525722Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7525871Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7526032Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7526230Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7526393Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7526556Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7526718Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7526882Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7527047Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7527208Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7527357Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7527550Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7527715Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7527875Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7528039Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7528199Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7528362Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7528519Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7528681Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7528830Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7528989Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7529146Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7529303Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7529461Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7529626Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7529788Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7529950Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7530096Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7530250Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7530408Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7530568Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7530729Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7530887Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7531048Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7531236Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7531397Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7531542Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7531701Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7531855Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7532012Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7532167Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7532324Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7532482Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7532671Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7532827Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7532972Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7533127Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7533280Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7533436Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7533595Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7533751Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7533912Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7534071Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7534227Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7534368Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7534656Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7534821Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7534989Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7535158Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7535326Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7535486Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7535642Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7535793Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7535950Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7536128Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7536306Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7536532Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7536713Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7536891Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7537065Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7537240Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7537416Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7537579Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7537755Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7537967Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7538142Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7538314Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7538487Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7538658Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7538828Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7539001Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7539167Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7539342Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7539512Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7539681Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7539850Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7540023Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7540192Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7540367Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7540544Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7540704Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7540873Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7541044Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7541215Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7541386Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7541585Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7541751Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7541915Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7542081Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7542227Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7542391Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7542547Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7542706Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7542866Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7543053Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7543214Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7543386Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7543546Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7543694Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7543848Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7544000Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7544159Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7544320Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7544517Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7544713Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7544912Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7545104Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7545298Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7545480Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7545671Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7545864Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7546049Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7546238Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7546425Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7546612Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7546830Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7547015Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7547184Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7547368Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7547550Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7547735Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7547920Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7548139Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7548321Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7548501Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7548684Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7548865Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7549121Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7549302Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7549487Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7549664Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7549842Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7550021Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7550198Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7550374Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7550550Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7550695Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7550853Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7551012Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7551170Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7551324Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7551478Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7551630Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7551823Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552023Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552163Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552312Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552471Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552626Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552789Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7552951Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7553108Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7553263Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7553471Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7553628Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7553780Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7553926Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7554078Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7554226Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7554379Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7554528Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7554686Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7554830Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7554982Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7555133Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7555283Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7555432Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7555582Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7555732Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7555879Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7556022Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7556174Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7556330Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7556487Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7556638Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7556792Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7556942Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7557088Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7557264Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7557401Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7557548Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7557701Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7557857Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558012Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558165Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558314Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558458Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558596Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558775Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7558931Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7559091Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7559248Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.7559404Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7559555Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7559705Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7559859Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7560000Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7560151Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7560302Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7560451Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7560601Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7560756Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7560908Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7561065Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.7561211Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.7561365Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7561517Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7561667Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7561818Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7561966Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7562116Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7562265Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7562422Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7562597Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7562756Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.7562916Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.7563072Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7563228Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7563379Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7563529Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7563679Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7563820Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7563999Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7564157Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7564308Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7564468Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7564626Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7564782Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7564937Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7565088Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7565231Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7565383Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7565534Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7565690Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7565841Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7565995Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7566147Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7566303Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.7566450Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.7566605Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7566757Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7566906Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7567058Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7567208Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7567356Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7567505Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7567662Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7567832Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7567990Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.7568148Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7568301Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7568455Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7568606Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7568757Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7568908Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7569047Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7569224Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7569379Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7569530Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7569688Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.7569845Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7569999Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7570154Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7570305Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7570444Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7570595Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7570745Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7570895Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7571051Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7571202Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7571361Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.7571518Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7571661Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7571817Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7571968Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7572117Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7572269Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7572420Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7572571Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7572731Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7572887Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7573065Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7573229Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7573392Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7573549Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7573708Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7573867Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7574023Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7574178Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7574321Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7574649Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7574807Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7574965Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7575124Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7575284Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7575443Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7575600Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7575755Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7575901Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7576054Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7576211Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7576369Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7576525Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7576679Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7576832Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7576981Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7577120Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7577276Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7577426Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7577577Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7577726Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7577881Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7578028Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7578184Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7578342Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7578520Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7578670Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7578819Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7578972Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7579124Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7579273Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7579426Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7579575Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7579721Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7579903Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7580057Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7580208Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7580356Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7580505Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7580659Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7580810Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7580968Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7581111Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7581270Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7581428Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7581586Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7581742Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7581897Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7582048Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7582203Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7582345Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7582496Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7582647Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7582796Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7582951Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7583103Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7583260Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7583416Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7583571Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7583742Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7583895Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7584045Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7584194Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7584345Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7584495Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7584646Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7584794Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7584938Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7585124Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7585282Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7585440Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7585613Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7585767Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7585920Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7586069Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7586219Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7586359Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7586509Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7586660Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7586809Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7586976Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7587139Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7587312Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7587481Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7587638Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7587804Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7587964Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7588120Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7588280Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7588440Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7588602Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7588765Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7588966Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7589194Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7589351Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7589507Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.7589665Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.7589819Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7589972Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7590123Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7590276Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7590454Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7590606Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7590755Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7590913Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7591068Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7591227Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.7591386Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7591541Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7591698Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7591839Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7591993Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7592145Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7592297Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7592449Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7592613Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7592768Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7592927Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7593075Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7593235Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7593390Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7593547Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7593699Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7593853Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7594003Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7594164Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.362s) 2022-12-01T10:28:41.7594353Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7594498Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7594657Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.7594813Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7594965Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7595120Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7595275Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7595427Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7595585Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7595757Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7595921Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7596085Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7596248Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7596406Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7596563Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7596717Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7596874Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7597032Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7597171Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7597324Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7597480Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7597638Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7597798Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7597953Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7598109Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7598263Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7598420Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7598558Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7598711Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7598861Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7599019Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7599173Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7599329Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7599483Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7599668Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7599811Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7599964Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7600116Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7600272Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7600432Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7600585Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7600741Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7600898Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7601039Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7601222Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7601371Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7601523Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7601676Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7601831Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7601984Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7602134Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7602284Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7602423Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7602573Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7602722Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7602872Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7603023Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7603171Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7603325Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7603477Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7603624Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7603780Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7603932Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7604085Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7604236Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7604385Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7604533Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7604684Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7604832Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7605015Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7605166Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7605319Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7605473Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7605625Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7605778Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7605927Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7606077Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7606216Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7606401Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7606552Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7606711Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7606867Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7607023Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7607176Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7607327Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7607479Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7607618Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7607769Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7607920Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7608069Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7608219Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7608376Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7608527Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7608687Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7608834Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7608995Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7609149Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7609301Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7609453Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7609603Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7609756Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7609908Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7610059Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7610226Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7610384Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7610539Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7610692Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7610844Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7610990Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7611139Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7611290Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7611428Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7611618Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7611773Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7611926Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7612076Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7612252Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7612426Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7612599Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7612768Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7612914Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7613065Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7613222Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7613377Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7613530Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7613682Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7613832Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7613983Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7614124Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7614275Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7614426Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7614702Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7614854Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7615001Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7615151Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7615301Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.7615450Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7615641Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7615790Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7615939Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7616087Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7616245Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7616403Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7616559Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7616713Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7616851Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7617046Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7617206Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7617357Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7617509Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7617660Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7617809Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7617960Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7618109Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7618249Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7618397Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7618558Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7618714Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7618875Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7619039Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7619203Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7619366Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7619511Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7619673Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7619829Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7619983Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7620135Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7620290Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7620442Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7620595Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7620744Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7620927Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7621085Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7621240Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7621393Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7621546Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7621695Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7621847Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7621998Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7622137Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7622319Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7622469Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7622628Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7622781Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7622939Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7623097Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7623251Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7623404Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7623547Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7623698Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7623846Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7623998Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7624150Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7624300Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7624463Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7624618Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7624766Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7624925Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7625082Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7625238Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7625394Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7625545Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7625698Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7625848Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7626007Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7626195Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7626352Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7626510Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7626666Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7626820Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7626975Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7627127Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7627281Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7627422Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7627612Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7627766Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7627925Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7628085Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7628241Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7628395Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7628548Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7628701Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7628844Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7628997Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7629228Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7629387Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7629544Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7629736Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7629925Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7630122Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7630316Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7630492Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7630680Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7630863Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7631052Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7631239Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7631458Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7631647Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7631829Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7631989Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7632145Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7632290Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7632446Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7632602Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7632791Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7632943Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7633096Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7633250Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7633405Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7633545Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7633708Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.7633864Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7634022Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7634180Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7634332Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7634482Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7634632Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7634782Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7634918Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7635075Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7635224Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7635382Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7635535Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7635685Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7635836Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7635985Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7636120Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7636269Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7636422Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7636641Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7636803Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.7636962Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7637130Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7637284Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7637437Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7637575Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7637726Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7637878Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7638032Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7638221Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7638375Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7638534Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.7638691Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7638830Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7638981Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7639134Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7639284Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7639440Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7639594Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7639768Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7640005Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7640218Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7640430Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7640600Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7640763Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7640932Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7641097Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7641257Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7641417Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7641578Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7641725Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7641882Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7642042Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7642239Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7642398Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7642554Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7642706Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.7642860Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.7643015Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.7643154Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.7643307Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.7643463Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7643647Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7643810Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7643969Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7644127Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7644282Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7644423Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7644575Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7644725Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7644878Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7645059Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7645212Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7645360Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7645538Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7645713Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7645874Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7646045Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7646219Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7646390Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7646563Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7646731Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7646907Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7647082Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7647255Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.7647413Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7647612Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7647778Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7647952Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7648121Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7648294Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7648466Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.7648636Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.7648806Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.7648988Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7649154Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7649321Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7649490Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7649649Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7649807Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7649967Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7650128Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7650288Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7650431Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7650588Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7650743Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7650898Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7651050Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7651206Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7651366Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7651562Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7651705Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7651856Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7652008Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7652158Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7652309Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7652460Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7652610Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7652788Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7652940Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7653099Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7653270Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7653438Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7653609Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7653779Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7653947Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7654160Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7654340Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7654643Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7654814Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7654992Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7655172Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7655350Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7655527Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7655704Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7655881Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7656052Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7656220Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7656378Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7656558Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7656736Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7656918Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7657089Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7657259Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7657432Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7657602Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7657778Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7657932Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7658149Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7658316Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7658485Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7658654Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7658821Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7658990Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7659156Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7659328Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7659522Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7659692Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7659858Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7660026Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7660192Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7660360Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7660525Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7660719Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7660918Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7661097Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7661266Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7661434Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7661602Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7661784Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7661964Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7662137Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7662307Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7662474Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7662650Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7662813Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7662986Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7663163Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7663381Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7663560Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7663738Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7663915Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7664091Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7664265Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7664426Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7664597Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7664798Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7664970Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7665137Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7665309Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7665484Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7665664Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7665844Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7666017Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7666193Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7666369Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7666543Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7666713Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7666884Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7667057Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7667228Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7667405Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7667568Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7667743Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7667918Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7668091Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7668262Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7668434Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7668631Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7668809Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-12-01T10:28:41.7668986Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7669249Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7669429Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7669602Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7669772Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7669946Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7670156Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7670329Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7670507Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7670680Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7670842Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7671017Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7671188Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7671363Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7671529Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7671700Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7671868Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7672043Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:28:41.7672216Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.7672389Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:28:41.7672555Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:28:41.7672727Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.7672898Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.7673067Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.7673237Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.7673405Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:28:41.7673581Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:28:41.7673755Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.7673970Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:28:41.7674132Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:28:41.7674302Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.7674469Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.7674637Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.7674807Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.7674974Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:28:41.7675184Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:28:41.7675355Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.7675530Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:28:41.7675690Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:28:41.7675858Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.7676029Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.7676197Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.7676369Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.7676539Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:28:41.7676699Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7676865Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7677029Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7677181Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7677339Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7677497Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7677657Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7677817Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7677974Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7678129Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7678287Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7678439Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7678586Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7678741Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7678898Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7679087Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7679242Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7679399Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7679555Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7679706Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7679846Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7679995Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7680147Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7680300Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7680488Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7680646Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7680804Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7680958Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7681112Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7681250Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7681405Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7681556Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7681710Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7681862Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7682012Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7682176Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7682336Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7682490Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7682657Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7682818Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7682984Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7683149Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7683307Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7683468Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7683629Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7683786Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7683931Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7684088Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7684271Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7684428Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7684580Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7684732Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7684885Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7685039Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7685177Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7685350Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7685521Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7685723Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7685897Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7686066Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7686233Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7686409Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7686582Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7686742Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7686902Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7687060Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7687223Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7687380Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7687536Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7687692Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7687847Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7688001Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7688139Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7688298Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7688451Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7688609Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7688765Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7688926Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7689083Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7689239Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7689378Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7689575Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7689731Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7689885Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7690037Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7690191Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7690343Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7690496Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7690655Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7690797Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7690963Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7691156Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7691313Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7691470Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7691623Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7691774Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7691922Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7692059Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7692212Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7692370Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7692532Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7692690Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7692854Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7693015Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7693174Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7693332Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7693474Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7693633Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7693788Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7693942Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7694090Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7694245Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7694396Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7694751Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7694892Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7695092Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7695244Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7695395Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7695550Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7695700Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7695850Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7696009Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7696164Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7696308Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7696466Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7696657Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7696813Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7696967Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7697116Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7697269Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7697417Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7697553Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7697703Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7697864Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.7698019Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7698170Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7698320Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7698470Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7698620Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7698771Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7698907Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7699055Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7699210Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7699361Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7699518Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.7699675Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7699829Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7699983Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7700122Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7700272Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7700468Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7700618Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7700767Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7700921Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7701072Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7701231Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.7701386Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7701524Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7701678Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7701858Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7702010Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7702161Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7702311Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7702459Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7702625Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7702781Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7702942Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.7703111Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7703270Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7703427Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7703589Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.7703746Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.7703913Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7704081Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7704236Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7704405Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7704566Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7704725Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7704892Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7705051Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7705219Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7705384Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7705586Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7705742Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7705901Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7706057Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7706222Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7706379Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7706540Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7706707Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7706876Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7707068Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7707217Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7707372Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7707536Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7707693Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7707853Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7708019Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7708190Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7708352Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7708508Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7708653Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7708814Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7708969Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7709219Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7709384Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7709553Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7709715Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7709876Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7710038Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7710185Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7710345Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7710504Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7710666Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7710865Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7711025Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7711188Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7711349Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7711499Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7711658Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7711816Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7711979Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7712140Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7712328Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7712490Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7712650Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7712808Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7712956Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7713112Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7713267Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7713426Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7713585Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7713743Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.7713899Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7714058Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7714213Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7714358Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7714512Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7714668Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7714831Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7714991Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7715149Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7715307Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7715465Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7715609Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7715765Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7715932Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7716129Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7716297Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7716463Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7716622Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7716781Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7716942Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7717090Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7717268Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7717507Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7717715Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7717892Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7718067Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7718243Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7718416Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7718589Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7718759Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7718936Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7719113Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.7719288Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7719465Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7719640Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7719815Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7719992Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7720167Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7720344Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7720507Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7720681Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7720853Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7721027Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7721227Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7721404Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7721584Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7721761Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7721936Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7722096Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7722268Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.7722441Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.7722645Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.7722817Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.7722984Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7723145Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7723309Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7723472Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7723620Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7723782Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7723944Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7724107Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7724266Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7724429Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7724594Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7724754Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7724914Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7725063Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7725226Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7725384Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7725543Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7725743Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.355s) 2022-12-01T10:28:41.7725939Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7726136Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7726330Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.7726556Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7726735Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7726925Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7727118Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7727305Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7727492Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7727678Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7727893Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.7728079Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7728260Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7728435Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7728606Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7728781Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.7728960Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7729149Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7729333Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7729518Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7729695Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7729867Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7730047Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.7730210Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7730389Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7730569Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7730750Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.7730926Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7731103Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.7731278Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7731456Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7731662Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7731819Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7731960Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7732117Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.7732273Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7732427Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7732578Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7732731Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7732887Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7733071Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7733212Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7733363Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7733523Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7733681Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7733843Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.7734004Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.7734165Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.7734324Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7734608Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7734749Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7734903Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7735052Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7735206Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7735361Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7735515Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7735670Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7735830Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.7735975Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7736128Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7736282Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7736437Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7736590Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7736742Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7736894Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7737110Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7737270Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7737408Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.7737568Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.7737726Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.7737883Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7738038Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7738191Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7738348Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7738539Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7738678Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7738832Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7738990Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7739148Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7739302Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7739455Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7739608Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7739765Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7739906Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7740057Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7740198Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7740336Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7740484Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7740631Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7740764Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7741279Z 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:28:41.7741365Z np_result = np_fn(a) 2022-12-01T10:28:41.7741420Z ok (0.008s) 2022-12-01T10:28:41.7741556Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7741687Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7741814Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7741997Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:28:41.7742147Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7742294Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7742438Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7742605Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7742752Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7742894Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7743033Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7743182Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7743324Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7743471Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7743616Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7743744Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7743894Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7744072Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7744217Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7744357Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7744502Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7744643Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7744786Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7744916Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745055Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745196Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745342Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745484Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745626Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745772Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7745914Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7746047Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7746189Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7746327Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7746512Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7746696Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7746878Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7747057Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7747236Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7747414Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7747591Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7747789Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7747967Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:28:41.7748118Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7748264Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7748408Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7748565Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7748723Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7748870Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7749002Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7749217Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7749395Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.391s) 2022-12-01T10:28:41.7749529Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7749664Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7749796Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7749940Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7750080Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7750205Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7750357Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7750510Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7750662Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7750816Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7750967Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7751113Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7751255Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7751384Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7751523Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7751659Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7751795Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7751932Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7752070Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7752204Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7752338Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7752460Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7752589Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7752720Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7752849Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7753026Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7753190Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7753328Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7753471Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:28:41.7753602Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.7753744Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:28:41.7753882Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:28:41.7754030Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7754177Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7754317Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7754457Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7754603Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.403s) 2022-12-01T10:28:41.7754778Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.390s) 2022-12-01T10:28:41.7754909Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.427s) 2022-12-01T10:28:41.7755051Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.393s) 2022-12-01T10:28:41.7755200Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7755347Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7755496Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7755637Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7755809Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.7755985Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7756144Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7756311Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7756503Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7756662Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7756824Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7756982Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7757150Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7757316Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7757474Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.7757664Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:28:41.7757804Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:28:41.7757872Z ok (0.003s) 2022-12-01T10:28:41.7758002Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7758140Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.7758273Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7758408Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.7758575Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7758696Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7758831Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7758963Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7759094Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7759226Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7759357Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7759500Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7759646Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7759776Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7759922Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7760092Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7760234Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7760374Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7760511Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7760653Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7760786Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7760914Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7761046Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7761191Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7761332Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7761478Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7761623Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7761766Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7761908Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762035Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762169Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762307Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762445Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762586Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762731Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7762872Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763020Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763153Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763294Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763435Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763577Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763717Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7763884Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764023Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764164Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764296Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764434Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764584Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764731Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7764871Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765012Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765157Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765324Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765451Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765589Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765729Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7765867Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766008Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766148Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766295Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766440Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766585Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766714Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766852Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7766991Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767128Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767266Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767403Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767546Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767683Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767821Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7767969Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768111Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768253Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768394Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768532Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768670Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768808Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7768933Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7769113Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7774401Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7774732Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7774887Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775036Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775183Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775324Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775450Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775591Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775731Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7775970Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776120Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776262Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776413Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776562Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776696Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776840Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7776984Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777123Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777266Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777409Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777552Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777705Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777838Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7777988Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7778135Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7778284Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7778431Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7778577Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7778722Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7778870Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7779010Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7779137Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7779281Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7779426Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7779573Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7779723Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7779937Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7780082Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7780234Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7780367Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7780513Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7780655Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7780803Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7780948Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7781091Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7781239Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7781419Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7781550Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7781691Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7781832Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7781969Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7782108Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7782246Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7782391Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7782528Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7782666Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7782816Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7782958Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7783104Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7783249Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7783387Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7783529Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7783671Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7783797Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7783937Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7784084Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7784227Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7784369Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7784506Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7784644Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7784785Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7784910Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7785047Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7785225Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7785371Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7785521Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7785669Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7785815Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7785960Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786103Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786233Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786375Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786519Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786694Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786836Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7786973Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7787118Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7787259Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7787394Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7787538Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7787681Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7787824Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7787969Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7788112Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7788252Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7788393Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7788518Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7788656Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7788791Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7788934Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7789175Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7789328Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7789476Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7789621Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7789750Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7789890Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7790032Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7790169Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7790307Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7790448Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7790584Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7790763Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7790906Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791060Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791219Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791376Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791533Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791684Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791837Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7791989Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7792172Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7792311Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7792461Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7792623Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7792771Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7792915Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793053Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793199Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793346Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793477Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793617Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793757Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7793893Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794027Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794165Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794298Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794439Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794563Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794713Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7794860Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795002Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795144Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795283Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795421Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795559Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795685Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795820Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7795999Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796145Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796291Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796435Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796574Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796716Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796847Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7796991Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7797135Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7797278Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7797458Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7797601Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7797746Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7797893Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798036Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798166Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798308Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798450Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798593Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798740Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7798881Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799031Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799177Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799309Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799455Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799597Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799737Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7799878Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7800024Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7800165Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7800304Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7800431Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7800569Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7800707Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7800847Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7800988Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801124Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801291Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801427Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801553Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801687Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801829Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7801968Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802108Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802248Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802418Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802559Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802713Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802850Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7802988Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7803132Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7803271Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7803414Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7803556Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7803697Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7803822Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7803966Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7804105Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7804246Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7804387Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7804527Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7804665Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7804804Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7804930Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805070Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805209Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805348Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805486Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805622Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805762Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7805900Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806035Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806177Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806318Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806458Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806664Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806802Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7806937Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7807077Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7807211Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7807352Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7807505Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7807658Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7807813Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7807995Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7808145Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7808295Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7808444Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7808574Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7808713Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7808859Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7808999Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7809150Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7809306Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7809463Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7809617Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7809755Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7809905Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810055Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810198Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810346Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810495Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810643Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810794Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7810944Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7811086Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7811240Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7811389Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7811538Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7811687Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7811859Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7812012Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7812159Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7812295Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7812448Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7812595Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7812751Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7812905Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7813056Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7813209Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7813389Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7813527Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7813673Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7813821Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7813967Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7814113Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7814266Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7814413Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7814707Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7814860Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7814997Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7815147Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7815296Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7815441Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7815582Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7815730Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7815876Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7816030Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7816166Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7816321Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7816476Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7816626Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7816780Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7816929Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7817075Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7817289Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7817438Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7817572Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7817722Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7817869Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818024Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818178Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818328Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818478Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818628Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818794Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7818938Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7819088Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7819230Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7819382Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7819529Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7819685Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7819842Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7819985Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7820139Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7820287Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7820435Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7820582Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7820729Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7820876Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7821031Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7821183Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7821331Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7821487Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7821645Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7821798Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7821953Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7822104Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7822257Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7822409Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7822579Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7822734Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7822884Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823040Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823197Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823352Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823507Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823660Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823813Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7823980Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7824134Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7824290Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7824443Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7824596Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7824749Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7824900Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825052Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825189Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825335Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825482Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825632Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825774Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7825927Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826076Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826233Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826387Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826528Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826680Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826830Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7826978Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7827122Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7827262Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7827410Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7827553Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7827692Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7827875Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7828023Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7828175Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7828321Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7828465Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7828614Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7828758Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7828898Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7829119Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7829316Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7829472Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7829629Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7829782Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7829935Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830086Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830237Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830374Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830525Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830675Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830824Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7830978Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7831126Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7831280Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7831432Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7831571Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7831723Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7831875Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832026Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832175Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832318Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832458Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832605Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832734Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7832883Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7833029Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7833212Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7833362Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7833512Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7833661Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7833808Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7833954Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7834084Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7834224Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7834364Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7834541Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7834683Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7834847Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7835009Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7835178Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7835330Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7835489Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7835652Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7835816Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7835978Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7836139Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7836297Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7836456Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7836615Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7836757Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7836906Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837054Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837207Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837360Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837509Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837660Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837810Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7837941Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7838082Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7838228Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7838402Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7838554Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7838696Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7838850Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839006Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839156Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839292Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839438Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839581Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839723Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7839898Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7840041Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7840198Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7840349Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7840491Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7840644Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7840792Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7840943Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7841097Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7841245Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7841395Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7841544Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7841699Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7841836Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7841988Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7842138Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7842288Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7842439Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7842588Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7842740Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7842887Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7843029Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7843177Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7843333Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7843489Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7843674Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7843826Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7843979Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7844129Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7844267Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7844414Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7844565Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7844714Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7844861Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7845039Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7845189Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7845337Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7845482Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7845617Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7845758Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7845897Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846043Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846188Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846342Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846488Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846635Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846771Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7846918Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847059Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847206Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847352Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847501Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847656Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847806Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7847945Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7848096Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7848243Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7848392Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7848540Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7848689Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7848874Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7849027Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7849173Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7849308Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7849455Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7849600Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7849749Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7849893Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7850033Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7850181Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7850353Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7850491Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7850636Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7850787Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7850938Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851087Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851236Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851382Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851529Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851670Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851803Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7851945Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852099Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852246Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852397Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852545Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852691Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852845Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7852980Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7853126Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7853275Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7853426Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7853574Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7853728Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7853880Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7854078Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7854217Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7854370Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7854648Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7854797Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7854940Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7855080Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7855226Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7855367Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7855520Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7855711Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7855869Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7856023Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7856176Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7856329Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7856479Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7856628Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7856778Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7856917Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7857070Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7857219Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7857366Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7857519Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7857668Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7857818Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7857962Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7858096Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7858246Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7858393Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7858541Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7858692Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7858842Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7858993Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7859142Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7859315Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7859509Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7859673Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7859832Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.7859985Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7860133Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7860288Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7860442Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7860594Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7860730Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7860923Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7861071Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7861215Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7861360Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7861506Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7861650Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7861798Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7861947Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7862082Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7862229Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7862374Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7862513Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7862651Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7862793Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7862934Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7863089Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7863229Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7863383Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7863535Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7863684Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7863836Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7863993Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7864141Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7864291Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7864427Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7864573Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7864748Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7864890Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865036Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865178Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865335Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865489Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865654Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865802Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7865960Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7866149Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7866307Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7866459Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7866612Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7866767Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7866920Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867059Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867208Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867362Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867514Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867671Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867826Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7867982Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7868135Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7868288Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7868425Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7868576Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7868728Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7868879Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7869103Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7869252Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7869409Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7869562Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7869703Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7869859Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870009Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870196Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870347Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870498Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870648Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870798Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7870947Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7871081Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7871243Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7871395Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7871584Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7871741Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7871894Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872047Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872199Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872336Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872489Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872639Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872800Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7872955Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7873109Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7873264Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7873415Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7873553Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7873705Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7873856Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874008Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874162Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874314Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874466Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874625Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874783Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7874926Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7875075Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7875221Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7875402Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7875553Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7875704Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7875854Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7876003Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7876139Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7876330Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7876515Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7876708Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7876930Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7877116Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7877299Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7877483Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7877664Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7877839Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7878009Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7878192Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7878368Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.7878525Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7878676Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7878828Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7878979Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7879129Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7879280Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7879418Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7879569Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7879769Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7879918Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880066Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880220Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880376Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880525Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880697Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880849Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7880997Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7881142Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7881288Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7881437Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7881594Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7881740Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7881890Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882060Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882206Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882353Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882499Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882644Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882791Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7882941Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883088Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883229Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883384Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883531Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883680Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883826Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7883970Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884109Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884255Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884383Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884533Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884681Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884832Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7884986Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7885135Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7885282Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7885428Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7885571Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7885698Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7885875Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7886019Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7886179Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7886335Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7886501Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7886663Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7886822Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7886968Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7887124Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7887356Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7887511Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7887662Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7887816Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7887967Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7888118Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7888266Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7888403Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7888556Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7888708Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7888858Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7889005Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7889156Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7889306Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7889459Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7889594Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7889748Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7889906Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890059Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890209Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890359Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890508Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890656Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890786Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7890926Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7891074Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7891259Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7891434Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7891605Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7891776Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7891944Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7892113Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7892267Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7892435Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7892633Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7892807Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7892978Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7893145Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7893310Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7893477Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7893643Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7893797Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7893964Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7894135Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7894303Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7894615Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7894780Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7894947Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7895112Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7895326Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7895477Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7895634Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7895789Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7895945Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7896101Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7896251Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7896405Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7896606Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7896757Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7896895Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7897042Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7897194Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7897347Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7897499Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7897651Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7897802Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7897991Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7898128Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7898277Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7898419Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7898560Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7898705Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7898850Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7899019Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7899186Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7899353Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7899502Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7899666Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7899826Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7900002Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7900178Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7900353Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7900535Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7900712Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7900945Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7901105Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7901276Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7901448Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7901619Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7901787Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7901986Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7902154Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7902329Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7902501Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7902661Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7902827Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7902987Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7903158Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7903351Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7903519Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7903684Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7903849Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7904010Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7904163Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7904329Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7904493Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7904657Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7904818Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7904983Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7905148Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7905308Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7905459Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7905616Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7905772Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7905935Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7906090Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7906280Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7906469Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7906658Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:28:41.7906825Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7907021Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7907173Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7907353Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7907532Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7907698Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7907861Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7908022Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7908195Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7908369Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7908569Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7908733Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7908906Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7909159Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7909335Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7909509Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7909681Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7909857Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7910025Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7910195Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7910352Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7910520Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7910689Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7910857Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7911028Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7911205Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7911386Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7911563Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7911736Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7911897Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7912067Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7912237Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7912447Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7912620Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7912792Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7912967Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7913141Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7913355Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7913512Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7913686Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7913885Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7914060Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7914229Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7914405Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7914577Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7914752Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7914925Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7915085Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7915255Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7915426Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7915595Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7915762Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7915936Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7916103Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7916273Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7916450Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7916603Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7916772Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7916942Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7917109Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7917278Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7917451Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7917647Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7917821Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7917993Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7918145Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7918313Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7918481Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7918714Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7918884Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7919091Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7919259Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7919430Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7919605Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7919762Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7919929Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7920098Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7920269Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7920440Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7920615Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7920781Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7920955Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7921125Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7921281Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7921448Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7921618Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7921783Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7921951Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7922106Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7922268Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7922427Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7922583Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7922727Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7922912Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923064Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923216Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923368Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923520Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923673Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923822Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7923966Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7924118Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7924308Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7924462Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7924612Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7924763Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7924912Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7925064Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7925215Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7925354Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7925503Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7925654Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7925809Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7925959Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7926109Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7926309Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7926454Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7926590Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7926738Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7926884Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7927027Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7927174Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7927316Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7927477Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7927632Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7927799Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7927950Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7928151Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7928309Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7928471Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7928629Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7928784Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7928935Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7929089Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7929225Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7929376Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7929530Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7929718Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7929869Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7930017Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7930165Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7930313Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7930460Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7930613Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7930775Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7930935Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7931098Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7931255Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7931410Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7931582Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7931751Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7931907Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7932059Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7932209Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7932364Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7932518Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7932667Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7932817Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7932966Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7933112Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7933247Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7933423Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7933572Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7933722Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7933870Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7934021Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7934175Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7934325Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7934585Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7934732Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7934882Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935077Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935222Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935371Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935517Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935662Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935801Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7935949Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7936102Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7936260Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7936410Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7936562Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7936714Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7936866Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7937015Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7937149Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7937296Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7937446Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7937604Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7937757Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7937918Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7938078Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7938232Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7938372Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7938521Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7938671Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7938860Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7939012Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7939162Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7939309Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7939457Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7939606Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7939738Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7939886Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940033Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940210Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940357Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940505Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940649Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940804Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7940938Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941091Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941243Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941393Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941548Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941698Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941848Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7941997Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7942146Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7942281Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7942425Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7942576Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7942728Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7942878Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943029Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943177Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943319Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943446Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943588Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943729Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7943878Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7944053Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7944208Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7944361Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7944509Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7944648Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7944795Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7944938Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7945077Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7945225Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7945370Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7945548Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7945697Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7945851Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7945991Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7946141Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7946288Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7946435Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7946577Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7946720Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7946865Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7947005Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7947154Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7947317Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7947477Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7947638Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7947798Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7947961Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7948119Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7948276Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7948439Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7948593Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7948753Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7948914Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7949153Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7949348Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7949510Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7949673Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7949832Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7949985Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7950144Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7950305Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7950461Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7950617Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7950812Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7950975Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7951135Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7951304Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7951452Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7951614Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7951771Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7951927Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.7952087Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.7952253Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7952410Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7952573Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7952734Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7952879Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953038Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953194Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953353Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953512Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953674Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953830Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7953990Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7954148Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7954291Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7954480Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7954635Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7954790Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7954941Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7955098Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7955258Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7955419Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7955563Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7955722Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7955908Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7956067Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7956222Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7956382Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7956537Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7956690Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7956843Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7956985Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7957143Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7957294Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7957448Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7957598Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7957752Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7957907Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958062Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958215Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958358Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958510Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958664Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958815Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7958969Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7959129Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7959288Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7959444Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7959584Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7959768Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7959923Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7960076Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7960241Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7960409Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7960571Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7960733Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7960898Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7961080Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7961243Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7961404Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7961577Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7961756Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7961932Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7962105Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7962278Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7962450Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7962608Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7962777Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7962946Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7963121Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7963294Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7963460Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7963636Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7963801Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7963969Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7964120Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7964289Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7964459Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7964633Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7964797Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7965013Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7965176Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7965345Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7965506Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7965660Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7965827Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7966001Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7966200Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7966368Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7966532Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7966700Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7966863Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7967025Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7967170Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7967331Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7967495Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7967653Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7967810Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7967962Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7968123Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7968277Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7968477Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7968625Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7968788Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7968947Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7969106Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7969262Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7969419Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7969575Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7969771Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7969963Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7970205Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7970395Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7970585Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7970776Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7970966Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7971162Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7971349Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7971563Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7971748Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7971912Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7972090Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7972263Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7972437Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7972614Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7972802Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7972981Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7973164Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7973344Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7973520Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7973681Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7973852Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7974032Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7974211Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7974386Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7974712Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7974891Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7975066Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7975239Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7975446Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7975621Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7975790Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7975945Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7976095Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7976249Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7976402Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7976553Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7976706Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7976877Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7977024Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7977164Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7977311Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7977450Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7977603Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7977753Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7977910Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7978056Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7978208Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7978360Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7978510Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7978661Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7978809Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7978959Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7979111Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7979247Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7979399Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7979545Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7979695Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7979850Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7979999Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7980148Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7980293Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7980436Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7980562Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7980736Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7980877Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981028Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981176Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981331Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981482Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981632Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981768Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7981917Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982091Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982231Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982377Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982519Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982674Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982824Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7982961Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.7983110Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7983258Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7983410Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7983557Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7983704Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7983852Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7983995Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984136Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984267Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984407Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984549Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984690Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984831Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7984969Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985113Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985252Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985385Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985529Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985673Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985814Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7985986Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986128Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986267Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986408Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986534Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986671Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986807Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7986951Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987090Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987238Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987416Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987561Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987693Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987834Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7987975Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988114Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988253Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988392Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988533Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988672Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988806Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7988947Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7989170Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7989313Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7989451Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7989592Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7989731Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7989869Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7990015Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7990146Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7990286Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7990428Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7990572Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7990718Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7990859Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991001Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991143Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991309Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991457Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991602Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991743Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7991883Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992022Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992161Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992299Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992425Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992565Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992732Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7992873Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993011Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993145Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993280Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993417Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993541Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993672Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993805Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7993938Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7994085Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7994231Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7994372Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.7994521Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7994661Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7994810Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7994960Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995106Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995254Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995393Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995535Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995676Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995802Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7995944Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7996083Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7996231Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7996377Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7996561Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7996716Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7996866Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997012Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997147Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997289Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997429Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997571Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997712Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7997895Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998044Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998197Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998336Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998486Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998634Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998780Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7998924Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999070Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999218Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999358Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999495Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999643Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999796Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.7999947Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000096Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000249Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000400Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000551Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000690Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000816Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8000962Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8001108Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8001255Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8001403Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8001556Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8001755Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8001905Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002041Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002186Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002328Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002468Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002612Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002752Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8002902Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003053Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003227Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003383Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003534Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003687Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003834Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8003979Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8004120Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8004269Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8004414Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8004549Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8004701Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8004856Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005009Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005160Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005311Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005457Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005602Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005734Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8005884Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006028Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006181Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006331Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006486Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006640Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006792Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8006958Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007108Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007252Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007397Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007544Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007686Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007841Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8007992Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8008152Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8008298Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8008486Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8008641Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8008794Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8008942Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009094Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009246Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009397Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009532Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009685Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009837Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8009991Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8010144Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8010294Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8010445Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8010594Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8010743Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8010879Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011038Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011190Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011341Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011490Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011637Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011785Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8011930Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012060Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012235Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012380Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012523Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012670Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012816Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8012967Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8013118Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8013251Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8013396Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8013544Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8013719Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8013861Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014000Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014143Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014289Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014437Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014699Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014843Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8014992Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015136Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015277Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015422Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015562Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015712Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015845Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8015999Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8016152Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8016307Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8016456Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8016605Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8016754Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8016902Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017032Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017173Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017318Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017459Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017656Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017801Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8017954Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8018107Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8018259Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8018395Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8018543Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8018684Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8018832Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019011Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019152Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019295Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019436Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019573Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019716Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8019868Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020018Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020170Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020320Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020466Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020614Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020746Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8020887Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021024Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021168Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021309Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021472Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021631Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021795Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8021957Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8022107Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8022264Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8022421Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8022580Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8022766Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8022922Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023073Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023229Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023367Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023515Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023660Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023813Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8023963Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024114Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024285Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024432Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024575Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024701Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024845Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8024983Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8025132Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8025280Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8025433Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8025585Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8025736Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8025872Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026016Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026159Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026298Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026444Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026582Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026739Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8026889Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027028Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027176Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027326Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027476Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027625Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027773Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8027952Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8028100Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8028254Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8028389Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8028538Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8028705Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8028853Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8029004Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8029232Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8029388Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8029575Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8029715Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8029863Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030016Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030170Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030324Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030476Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030627Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030782Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8030928Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031061Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031208Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031355Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031500Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031647Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031792Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8031937Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032082Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032215Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032354Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032491Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032632Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032770Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8032919Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033064Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033209Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033390Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033535Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033680Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033819Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8033962Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8034102Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8034253Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8034399Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8034548Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8034715Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8034864Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035013Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035159Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035306Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035453Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035602Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035749Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8035883Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036031Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036176Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036322Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036464Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036605Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036750Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8036892Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8037027Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8037174Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8037328Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8037479Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8037626Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8037770Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8037913Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8038055Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8038192Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8038323Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8038512Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8038664Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8038810Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8038957Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8039106Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8039252Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8039395Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8039522Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8039667Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8039809Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8039985Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8040128Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8040283Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8040433Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8040584Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8040717Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8040866Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8041013Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8041159Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8041302Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8041441Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8041586Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8041727Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8041876Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8042011Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8042163Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8042315Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8042474Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8042624Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8042770Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8042919Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043065Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043196Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043334Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043481Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043622Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043804Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8043949Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044096Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044243Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044412Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044550Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044698Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044841Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8044989Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8045172Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8045318Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8045467Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8045617Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8045753Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8045900Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046047Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046197Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046346Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046504Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046657Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046807Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8046941Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047091Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047239Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047382Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047526Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047673Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047818Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8047966Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048098Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048243Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048387Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048537Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048677Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048814Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8048987Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8049136Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8049292Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8049432Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8049585Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8049734Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8049884Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050036Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050185Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050336Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050551Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050682Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050827Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8050969Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8051108Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8051253Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8051393Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8051550Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8051705Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8051852Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052010Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052169Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052324Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052476Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052625Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052775Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8052926Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053080Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053217Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053369Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053518Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053669Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053825Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8053978Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8054130Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8054315Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8054579Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8054767Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8054913Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055055Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055195Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055340Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055479Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055630Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055766Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8055972Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056125Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056273Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056420Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056565Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056712Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056855Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8056994Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8057130Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8057272Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8057428Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8057576Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8057728Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8057881Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058034Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058183Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058320Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058473Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058623Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058770Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8058926Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059072Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059224Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059371Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059517Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059689Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059841Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8059988Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8060138Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8060286Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8060437Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8060584Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8060738Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8060876Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061058Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061206Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061354Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061502Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061651Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061797Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8061945Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8062078Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8062224Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8062414Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8062596Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8062783Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8062971Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8063152Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8063334Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8063512Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8063694Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8063855Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8064026Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8064203Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8064378Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8064530Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8064678Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8064857Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065010Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065158Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065295Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065441Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065588Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065735Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8065886Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066032Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066217Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066369Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066504Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066650Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066797Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8066938Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067075Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067218Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067358Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067512Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067648Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067797Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8067944Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068089Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068230Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068369Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068515Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068657Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068805Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8068942Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8069174Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8069330Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8069478Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8069625Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8069771Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8069912Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070085Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070217Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070357Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070504Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070649Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070803Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8070951Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071098Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071242Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071374Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071546Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071685Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071828Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8071967Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8072126Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8072278Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8072439Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8072596Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8072745Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8072901Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073053Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073208Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073361Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073510Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073660Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073808Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8073948Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074096Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074245Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074392Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074539Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074681Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074821Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8074967Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8075108Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8075293Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8075442Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8075594Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8075744Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8075895Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076042Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076190Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076337Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076470Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076615Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076790Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8076936Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8077076Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8077247Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8077417Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8077586Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8077752Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8077902Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8078062Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8078227Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8078384Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8078550Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8078718Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8078883Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8079047Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8079208Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8079355Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8079521Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8079678Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8079846Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8080012Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8080177Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8080341Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8080540Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8080694Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8080846Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081002Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081159Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081308Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081461Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081614Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081813Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8081992Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8082134Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8082281Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8082429Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8082578Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8082726Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8082877Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083027Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083181Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083327Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083457Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083596Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083739Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8083933Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084071Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084215Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084356Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084526Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084679Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084838Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8084995Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8085158Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8085314Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8085491Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8085694Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8085868Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8086044Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8086204Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8086377Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8086547Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8086718Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8086887Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8087100Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8087267Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8087434Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8087599Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8087759Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8087931Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8088103Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8088266Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8088435Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8088600Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8088764Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8088923Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8089088Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8089241Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8089399Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8089563Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8089723Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8089879Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8090039Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8090194Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8090355Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8090518Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8090665Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8090851Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8091007Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8091161Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8091321Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8091483Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8091649Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8091814Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8091975Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8092124Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8092316Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8092477Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8092657Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8092837Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8093003Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8093170Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8093332Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8093509Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8093668Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8093840Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8094015Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8094189Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8094361Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8094657Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8094833Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8095011Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8095181Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8095339Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8095508Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8095676Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8095843Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8096013Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8096229Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8096402Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8096578Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8096756Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8096919Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8097092Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8097264Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8097433Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8097643Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8097816Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8097989Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8098156Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8098328Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8098486Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8098657Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8098829Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8099000Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8099173Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8099341Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8099511Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8099686Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8099852Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8100009Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8100182Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8100352Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8100521Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8100688Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8100855Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8101023Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8101196Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8101359Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8101553Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8101722Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8101887Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8102052Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8102217Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8102385Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8102551Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8102721Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8102918Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8103076Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8103242Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8103409Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8103574Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8103740Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8103905Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8104071Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8104242Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8104405Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8104562Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8104727Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8104892Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8105057Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8105221Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8105390Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8105555Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8105724Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8105891Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8106045Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8106213Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8106378Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8106574Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8106742Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8106911Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8107075Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8107230Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8107388Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8107532Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8107686Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8107841Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8108022Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8108171Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8108371Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8108522Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8108716Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8108856Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109003Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109233Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109390Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109544Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109695Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109846Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8109995Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8110132Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8110282Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8110429Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8110591Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8110739Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8110888Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111041Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111194Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111345Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111480Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111629Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111774Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8111921Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112109Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112250Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112395Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112536Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112683Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112838Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8112999Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8113161Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8113318Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8113507Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8113662Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8113817Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8113970Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8114106Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8114256Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8114409Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8114560Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8114714Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8114862Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115011Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115155Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115283Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115429Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115569Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115730Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8115893Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8116053Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8116213Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8116368Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8116521Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8116674Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8116840Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117003Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117181Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117329Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117480Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117631Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117780Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8117916Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118062Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118204Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118343Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118490Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118661Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118810Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8118956Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119106Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119245Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119391Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119534Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119675Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119824Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8119970Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120108Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120246Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120377Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120515Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120664Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120810Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8120962Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121114Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121265Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121415Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121552Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121697Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121838Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8121975Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8122120Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8122258Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8122445Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8122595Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8122751Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8122894Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123046Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123196Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123345Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123491Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123638Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123818Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8123968Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124099Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124244Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124389Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124535Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124684Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124830Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8124975Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125117Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125249Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125388Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125541Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125688Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125839Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8125991Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8126139Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8126290Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8126440Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8126575Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8126722Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8126870Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127018Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127165Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127315Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127465Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127644Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127775Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8127918Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128059Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128197Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128340Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128479Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128627Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128772Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8128940Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129093Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129240Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129388Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129534Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129675Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129813Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8129955Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130094Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130234Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130378Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130528Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130679Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130827Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8130974Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131119Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131260Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131387Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131532Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131672Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131832Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8131992Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8132153Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8132311Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8132469Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8132625Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8132839Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8132996Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8133156Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8133320Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8133477Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8133635Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8133794Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8133959Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8134106Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8134292Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8134583Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8134746Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8134905Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8135062Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8135221Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8135376Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8135538Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8135683Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8135840Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136002Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136159Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136315Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136471Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136625Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136783Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8136940Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8137085Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8137292Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8137452Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8137608Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8137768Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8137923Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8138127Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8138285Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8138446Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8138593Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8138752Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8138910Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8139068Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8139224Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8139380Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8139571Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8139726Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8139919Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8140081Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8140240Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8140399Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8140556Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8140709Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8140868Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141026Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141186Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141326Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141484Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141637Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141792Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8141945Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8142097Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8142253Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8142401Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8142540Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8142696Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8142850Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143004Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143156Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143304Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143487Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143639Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143794Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8143934Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8144086Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8144242Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8144394Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8144544Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8144699Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8144881Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8145044Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8145195Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8145361Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8145520Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8145681Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8145842Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8146004Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8146164Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8146337Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8146514Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8146675Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8146896Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8147065Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8147231Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8147406Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8147577Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8147750Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8147921Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8148093Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8148248Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8148415Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8148577Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8148795Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8148964Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8149210Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8149384Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8149556Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8149724Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8149876Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8150074Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8150243Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8150413Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8150581Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8150752Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8150921Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8151091Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8151257Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8151425Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8151582Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8151751Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8151911Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152068Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152225Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152382Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152540Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152697Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152835Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8152990Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8153141Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8153294Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8153454Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8153612Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8153766Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8153988Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8154141Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8154280Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8154433Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8154628Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8154818Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8155008Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8155199Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8155414Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8155604Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8155791Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8155965Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8156149Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8156329Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8156512Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8156687Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8156863Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8157041Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8157218Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8157394Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8157566Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8157731Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8157915Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8158088Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8158262Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8158432Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8158607Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8158784Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8158964Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8159172Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8159334Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8159510Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8159681Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8159852Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160019Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160188Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160381Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160532Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160681Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160822Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8160973Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8161123Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8161270Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8161415Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8161557Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8161745Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8161888Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8162016Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8162167Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8162314Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8162470Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8162624Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8162774Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8162927Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8163079Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8163231Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8163365Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8163512Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8163659Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8163805Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8163951Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164097Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164277Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164432Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164567Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164708Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164853Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8164993Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8165130Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8165272Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8165414Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8165565Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8165728Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8165883Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166032Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166181Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166327Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166472Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166613Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166752Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8166896Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8167027Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8167176Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8167325Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8167473Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8167620Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8167761Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8167902Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8168047Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8168179Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8168325Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8168464Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8168609Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8168752Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8168892Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169031Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169172Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169297Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169462Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169599Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169734Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8169867Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170014Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170158Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170309Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170446Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170595Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170744Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8170917Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171058Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171202Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171342Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171487Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171631Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171762Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8171903Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172043Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172195Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172341Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172483Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172626Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172770Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8172898Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173040Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173180Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173319Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173461Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173601Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173748Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8173888Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8174020Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8174165Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8174308Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8174568Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8174713Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8174903Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8175045Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8175190Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8175317Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8175454Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8175607Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8180719Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8180902Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8181053Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8181203Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8181441Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8181572Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8181711Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8181855Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8182002Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8182155Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8182300Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8182449Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8182597Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8182742Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8182875Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8183016Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8183155Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8183298Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8183446Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8183593Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8183734Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8183884Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184022Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184164Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184307Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184448Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184587Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184729Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8184873Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8185017Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8185143Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8185321Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8185502Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8185682Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8185867Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8186048Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8186231Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8186410Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8186590Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8186782Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8186959Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8187132Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8187306Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8187475Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8187625Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8187770Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8187920Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188066Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188197Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188341Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188482Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188623Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188764Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8188907Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8189140Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8189299Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8189435Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8189580Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8189723Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8189863Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190005Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190142Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190284Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190420Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190612Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190758Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8190901Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191046Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191185Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191327Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191466Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191609Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191732Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8191875Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192019Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192198Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192346Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192487Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192631Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192770Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8192894Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193036Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193175Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193315Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193457Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193597Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193742Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8193891Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194030Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194157Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194296Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194432Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194567Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194708Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194841Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8194993Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8195140Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8195280Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8195433Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8195585Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8195733Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8195882Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8196059Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8196202Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8196344Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8196478Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8196618Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8196762Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8196902Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197046Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197187Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197356Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197497Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197624Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197763Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8197900Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8198042Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8198180Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8198326Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8198472Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8198615Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8198747Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8198888Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8199029Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8199169Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8199307Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8199444Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8199583Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8199720Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8199886Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200037Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200198Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200356Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200515Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200673Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200833Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8200988Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8201182Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8201332Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8201489Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8201647Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8201801Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8201957Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8202115Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8202270Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8202430Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8202630Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8202776Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8202932Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8203085Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8203242Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8203398Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8203552Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8203706Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8203858Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8204005Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8204140Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8204285Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8204430Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8204572Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8204713Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8204856Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8205000Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8205150Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8205285Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8205429Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8205572Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8205712Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8205853Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8205992Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8206129Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8206269Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8206419Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8206567Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8206699Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8206858Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207015Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207173Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207328Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207484Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207629Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207829Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8207998Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8208162Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8208331Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8208499Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8208662Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8208828Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8208990Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8209139Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8209298Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8209460Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8209620Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8209780Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8209945Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8210112Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8210272Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8210432Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8210576Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8210735Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8210892Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8211048Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8211208Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8211363Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8211521Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8211707Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8211859Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8212000Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8212153Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8212304Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8212464Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8212620Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8212775Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8212935Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8213125Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8213262Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8213416Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8213567Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8213726Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8213884Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8214042Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8214201Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8214359Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8214633Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8214795Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8214969Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8215129Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8215285Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8215442Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8215608Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8215772Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8215929Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8216096Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8216250Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8216409Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8216571Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8216735Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8216942Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8217103Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8217262Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8217416Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8217574Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8217722Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8217884Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8218046Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8218205Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8218451Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8218623Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8218795Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8218965Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8219114Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8219280Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8219440Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8219599Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8219760Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8219923Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8220085Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8220249Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8220407Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8220555Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8220716Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8220876Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8221039Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8221200Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8221369Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8221532Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8221726Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8221885Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8222030Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8222218Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8222377Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8222538Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8222696Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8222861Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223022Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223186Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223347Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223494Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223682Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223841Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8223999Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8224159Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8224324Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8224482Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8224643Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8224791Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8224948Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8225108Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8225264Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8225421Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8225580Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8225747Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8225906Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8226069Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8226215Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8226370Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8226531Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8226687Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8226846Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8227001Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8227168Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8227366Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8227527Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8227671Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8227828Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8227986Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8228143Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8228300Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8228453Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8228606Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8228788Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8228939Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8229153Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8229307Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8229451Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8229598Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8229743Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8229886Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8230027Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8230175Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8230306Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8230455Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8230602Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8230755Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8230899Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231040Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231186Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231332Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231465Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231607Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231751Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8231892Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232037Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232183Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232330Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232472Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232603Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232781Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8232929Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8233082Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8233224Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8233363Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8233504Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8233642Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8233782Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8233932Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8234091Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8234276Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8234430Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8234583Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8234734Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8234884Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235031Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235162Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235309Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235455Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235604Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235750Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8235894Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8236037Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8236180Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8236308Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8236449Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8236592Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8236753Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8236912Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8237069Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8237226Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8237379Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8237518Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8237677Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8237839Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238000Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238177Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238319Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238468Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238613Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238754Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8238885Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239024Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239164Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239302Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239447Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239612Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239757Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8239896Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240030Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240173Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240319Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240458Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240598Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240736Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8240875Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8241013Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8241136Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8241272Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8241407Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8241551Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8241689Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8241837Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8241984Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8242130Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8242260Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8242400Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8242538Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8242678Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8242813Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8242951Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8243090Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8243239Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8243400Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8243553Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8243702Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8243847Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8243990Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8244133Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8244275Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8244417Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8244560Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8244692Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8244859Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8245001Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8245141Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8245282Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8245423Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8245562Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8245704Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8245830Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8245969Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8246107Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8246255Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8246397Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8246545Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8246687Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8246829Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8246960Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8247101Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8247241Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8247384Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8247525Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8247665Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8247805Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8247952Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248082Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248220Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248360Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248498Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248670Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248806Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8248944Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249078Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249207Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249346Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249490Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249635Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249777Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8249918Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250085Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250225Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250350Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250486Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250623Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250765Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8250900Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251047Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251192Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251337Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251465Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251604Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251739Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8251876Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252010Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252145Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252298Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252453Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252609Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252750Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8252900Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253050Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253203Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253350Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253506Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253663Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253848Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8253993Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8254144Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8254292Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8254441Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8254721Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8254869Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255024Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255179Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255327Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255513Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255659Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255807Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8255953Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256102Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256254Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256406Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256554Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256692Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256837Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8256983Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8257129Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8257277Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8257429Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8257581Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8257726Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8257879Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258011Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258157Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258301Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258452Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258601Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258750Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8258900Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259085Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259223Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259370Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259518Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259665Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259813Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8259966Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8260115Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8260266Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8260417Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8260584Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8260734Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8260880Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261030Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261177Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261326Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261475Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261620Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261753Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8261895Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262042Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262184Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262331Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262478Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262626Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262770Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8262901Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263042Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263187Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263327Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263465Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263612Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263760Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8263903Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264046Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264173Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264363Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264513Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264667Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264823Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8264978Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8265133Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8265285Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8265422Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8265573Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8265756Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8265925Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8266095Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8266263Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8266431Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8266592Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8266750Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8266903Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8267065Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8267225Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8267391Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8267558Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8267722Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8267882Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8268035Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8268199Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8268347Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8268506Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8268674Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8268839Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8269002Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8269242Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8269403Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8269599Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8269748Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8269907Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8270072Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8270237Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8270398Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8270558Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8270715Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8270878Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271073Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271214Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271365Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271516Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271669Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271818Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8271966Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8272115Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8272271Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8272419Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8272555Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8272706Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8272856Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8273007Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8273158Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8273306Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8273459Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8273610Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8273784Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8273968Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8274155Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8274338Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8274519Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8274701Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8274915Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8275095Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8275278Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8275440Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8275618Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8275792Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8275965Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8276139Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8276338Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8276511Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8276679Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8276849Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8277021Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8277179Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8277346Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8277518Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8277685Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8277859Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8278082Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8278252Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8278424Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8278595Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8278752Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8278918Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8279083Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8279251Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8279414Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8279560Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8279702Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8279848Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280011Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280155Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280300Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280442Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280582Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280723Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8280864Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281000Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281133Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281277Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281433Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281611Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281756Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8281899Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8282040Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8282186Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8282328Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8282455Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8282599Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8282740Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8282884Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283025Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283169Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283314Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283456Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283582Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283719Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283857Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8283994Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284134Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284268Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284412Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284553Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284688Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284832Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8284974Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285114Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285255Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285424Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285564Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285701Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285827Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8285970Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8286112Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8286252Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8286392Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8286531Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8286671Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8286840Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8286967Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8287100Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8287229Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8287362Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8287527Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8287713Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8287898Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8288062Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8288225Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8288376Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8288541Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8288725Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8288907Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8289068Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8289231Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8289403Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8289588Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8289772Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8289930Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8290090Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.8290256Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8290422Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.8290591Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8290797Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.8290955Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8291110Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8291253Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8291434Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8291617Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8291779Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8291943Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.8292138Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8292323Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8292505Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8292670Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8292815Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.8292972Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8293152Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8293336Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8293500Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8293663Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8293827Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8294010Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8294190Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8294341Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8294669Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8294830Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8294991Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8295152Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8295315Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8295486Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8295653Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8295815Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8295961Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8296171Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8296347Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8296526Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8296705Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8296881Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8297055Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8297224Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8297389Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8297578Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8297745Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8297907Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8298070Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8298236Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8298405Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8298571Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8298734Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8298897Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8299054Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8299219Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8299380Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8299541Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8299753Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8299913Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8300075Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8300238Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8300397Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8300545Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8300707Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8300867Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8301028Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8301195Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8301449Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8301611Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8301774Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8301935Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8302084Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8302240Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8302422Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8302606Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8302791Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8302983Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8303146Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8303328Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8303492Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8303637Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8303795Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8303993Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8304162Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8304323Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8304484Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8304646Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8304810Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8304961Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8305120Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8305300Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8305481Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8305658Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8305830Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8305994Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8306158Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8306318Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8306463Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8306622Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8306815Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8306975Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8307144Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8307309Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8307478Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8307650Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8307823Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8307977Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8308170Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8308329Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8308494Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8308655Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8308821Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8308982Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8309224Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8309391Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8309545Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8309713Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8309881Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8310044Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8310203Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8310361Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8310530Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8310696Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8310858Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8311004Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8311172Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8311339Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8311504Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8311666Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8311831Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8312031Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8312201Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8312364Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8312511Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8312666Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8312867Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8313067Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8313265Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8313489Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8313687Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8313882Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8314068Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8314233Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8314380Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8314539Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8314708Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8314873Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315037Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315193Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315355Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315513Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315656Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315812Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8315998Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8316179Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8316340Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8316501Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8316663Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8316830Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8316995Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8317172Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8317338Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8317511Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8317687Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8317862Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8318033Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8318202Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8318371Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8318570Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8318723Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8318882Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8319084Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:28:41.8319286Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8319484Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8319683Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8319885Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8320079Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8320276Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8320471Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8320652Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8320820Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8320992Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8321166Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8321334Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8321501Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8321668Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8321835Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8321999Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8322149Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8322314Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8322528Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8322710Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8322892Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8323070Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8323248Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8323425Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8323621Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8323830Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8324024Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8324213Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8324405Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8324588Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8324768Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8324945Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8325134Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8325316Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8325497Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8325662Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8325843Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8326020Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8326200Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8326378Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8326556Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8326749Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8326957Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8327136Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8327299Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8327476Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8327692Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8327878Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8328058Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8328240Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8328431Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8328621Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8328806Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8328988Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8329179Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8329371Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8329563Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8329751Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8329939Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8330123Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8330305Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8330493Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8330675Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8330848Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8331029Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8331262Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8331461Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8331665Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8331867Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8332066Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8332265Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8332460Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8332656Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8332842Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8333082Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8333279Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8333471Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8333667Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8333844Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8334018Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8334194Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8334442Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8334741Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8334890Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8335075Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8335245Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8335409Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8335577Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8335742Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8335911Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8336080Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8336228Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8336397Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8336559Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8336750Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8336941Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8337133Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8337304Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8337475Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8337647Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8337814Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8337965Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8338122Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8338299Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8338539Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8338716Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8338894Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8339073Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8339246Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8339427Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8339594Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8339812Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8339978Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8340162Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8340344Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8340508Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8340670Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8340849Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8341032Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8341200Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8341375Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8341547Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8341717Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8341886Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8342070Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8342253Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8342424Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8342588Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8342752Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8342927Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8343102Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8343275Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8343442Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8343637Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8343801Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8343961Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8344123Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8344277Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8344440Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8344601Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8344761Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8344926Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8345122Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8345287Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8345450Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8345608Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8345758Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8345923Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8346086Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8346249Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8346410Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8346586Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.8346764Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:28:41.8346940Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8347115Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8347277Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8347452Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8347628Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8347800Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8347971Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8348144Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8348317Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8348489Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8348660Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8348846Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8349096Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8349272Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8349444Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8349614Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8349786Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8349955Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8350126Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8350330Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8350496Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8350674Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8350862Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8351052Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8351242Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8351427Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8351616Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8351799Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8351981Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8352165Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8352327Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8352503Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8352674Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8352851Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8353025Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8353232Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8353434Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8353631Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8353823Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8354003Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8354235Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8354427Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8354616Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8354803Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8354969Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8355138Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8355305Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8355503Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8355654Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8355819Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8355989Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8356158Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8356322Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8356480Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8356636Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8356817Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8356983Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8357134Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8357293Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8357453Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8357618Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8357785Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8357950Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8358115Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8358276Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8358441Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8358590Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8358748Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8358907Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8359072Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8359233Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8359438Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8359597Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8359753Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8359904Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8360046Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8360200Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8360350Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8360562Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8360807Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8360970Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8361181Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8361362Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8361540Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8361687Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8361848Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8362008Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8362163Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8362314Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8362522Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8362735Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8362899Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8363110Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8363282Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8363461Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8363622Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8363782Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8363939Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8364096Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8364247Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8364452Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8364694Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8364857Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8365055Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8365223Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8365385Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8365546Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8365705Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8365899Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8366057Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8366214Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8366368Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8366565Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8366778Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8366936Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8367151Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8367333Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8367512Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8367671Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8367830Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8367986Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8368130Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8368280Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8368493Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8368704Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8368869Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8369081Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8369262Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8369441Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8369603Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8369790Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8369946Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8370102Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8370253Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8370460Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8370671Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8370832Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8371077Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8371256Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8371433Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8371581Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8371741Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8371897Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8372052Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8372205Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8372418Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8372629Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8372792Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8373004Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8373173Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8373353Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8373515Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8373682Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8373843Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8374004Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8374162Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8374369Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8374707Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8374911Z 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:28:41.8375158Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8375323Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8375482Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8375695Z 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:28:41.8375914Z 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:28:41.8376075Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8376237Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8376440Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8376601Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8376746Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8376901Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8377113Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8377323Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8377487Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8377704Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8377869Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8378038Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8378202Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8378348Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8378509Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8378668Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8378826Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8378985Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8379140Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8379351Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8379558Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8379735Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8379939Z 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:28:41.8380117Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8380324Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8380498Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8380671Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8380845Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8381019Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8381189Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8381354Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8381500Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8381783Z 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:28:41.8382004Z 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:28:41.8382164Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8382372Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8382537Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8382701Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8382864Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8383026Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8383184Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8383326Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8383476Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8383685Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8383896Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8384060Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8384272Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8384456Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8384621Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8384781Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8384929Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8385085Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8385240Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8385390Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8385591Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8385802Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8385983Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8386199Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8386365Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8386516Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8386679Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8386870Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8387033Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8387191Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8387470Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8387685Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8387850Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8388061Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8388216Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8388372Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8388532Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8388690Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8388848Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8389146Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8389364Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8389530Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8389739Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8389898Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8390044Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8390202Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8390357Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8390507Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8390715Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8390957Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8391119Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8391329Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8391490Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8391635Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8391791Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8391947Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8392101Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8392339Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8392546Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8392711Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8392922Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8393085Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8393233Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8393394Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8393552Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8393709Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8393921Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8394130Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8394294Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8394501Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8394659Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8394804Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8394962Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8395116Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8395269Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8395421Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8395629Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8395836Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8396041Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8396249Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8396426Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8396593Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8396751Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8396908Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8397065Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8397223Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8397406Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8397614Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8397822Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8398003Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8398200Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8398359Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8398521Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8398677Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8398831Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8398983Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8399191Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8399403Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8399563Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8399758Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8399927Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8400090Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8400252Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8400411Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8400569Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8400727Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8400883Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8401065Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8401206Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8401415Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8401624Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8401785Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8401945Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8402105Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8402260Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8402445Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8402600Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8402796Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8403006Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8403164Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8403324Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8403482Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8403641Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8403805Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8403966Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8404127Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8404274Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8404432Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8404641Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8404798Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8404954Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8405109Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8405261Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8405408Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8405579Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8405807Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8405973Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8406136Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8406327Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8406499Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8406715Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8406885Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8407053Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8407222Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8407375Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8407533Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8407720Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8407882Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8408042Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8408201Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8408415Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8408625Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8408787Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8408988Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-12-01T10:28:41.8409155Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8409320Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8409482Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8409643Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8409803Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8409963Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8410119Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8410278Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8410418Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8410625Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8410836Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8410997Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8411205Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8411370Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8411573Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8411735Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8411895Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8412055Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8412200Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8412358Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8412511Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8412720Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8412961Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8413128Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8413341Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8413505Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8413666Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8413810Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8413972Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8414136Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8414297Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8414638Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8414851Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8415019Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8415231Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8415397Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8415548Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8415705Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8415871Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8416031Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8416192Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8416405Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8416616Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8416839Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8417055Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8417224Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8417376Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8417535Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8417700Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8417859Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8418021Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8418216Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8418379Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8418539Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8418749Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8418949Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8419143Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8419336Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8419536Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8419733Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8419926Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8420117Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8420306Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8420494Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8420686Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8420859Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8421048Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8421231Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8421410Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8421620Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8421783Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8421975Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8422134Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8422293Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8422439Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8422651Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8422860Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8423020Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8423263Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8423430Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8423591Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8423752Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8423914Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8424058Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8424215Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8424370Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8424582Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8424792Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8424955Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8425163Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8425325Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8425486Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8425645Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8425793Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8425949Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8426158Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8426368Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8426529Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8426739Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8426906Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8427097Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8427261Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8427409Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8427566Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8427724Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8427878Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8428095Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8428305Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8428495Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8428706Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8428872Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8429095Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8429263Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8429420Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8429574Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8429732Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8429887Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8430094Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8430303Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8430473Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8430675Z 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:28:41.8430850Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8431028Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8431199Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8431361Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8431521Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8431686Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8431848Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8432006Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8432223Z 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:28:41.8432461Z 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:28:41.8432625Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8432837Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8433002Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8433162Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8433317Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8433474Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8433627Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8433867Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8434065Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8434246Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8434425Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8434604Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8434781Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8434960Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8435132Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8435322Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8435550Z 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:28:41.8435729Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8435891Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8436065Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8436244Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8436416Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8436585Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8436772Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8436997Z 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:28:41.8437175Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8437349Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8437544Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8437715Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8437886Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8438053Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8438239Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8438464Z 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:28:41.8438631Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8438874Z 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:28:41.8439042Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8439203Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8439350Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8439513Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8439670Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8439825Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8440044Z 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:28:41.8440258Z 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:28:41.8440419Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8440585Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8440747Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8440897Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8441055Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8441212Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8441367Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8441522Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8441677Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8441826Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8442035Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8442244Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8442411Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8442620Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8442797Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8442968Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8443142Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8443315Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8443503Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8443687Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8443867Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8444063Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8444247Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8444423Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8444598Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8444770Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8444948Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8445128Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8445306Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8445479Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8445652Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8445815Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8445987Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8446158Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8446325Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8446552Z 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:28:41.8446777Z 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:28:41.8446953Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8447166Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8447338Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8447528Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8447775Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8447950Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8448125Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8448299Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8448481Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8448661Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8448837Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8449017Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8449232Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8449419Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-12-01T10:28:41.8449601Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8449781Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8449961Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8450139Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8450315Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8450491Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8450722Z 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:28:41.8450949Z 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:28:41.8451135Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8451308Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8451496Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8451681Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8451902Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8452082Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8452260Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8452440Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8452668Z 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:28:41.8452894Z 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:28:41.8453096Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8453278Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8453459Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8453637Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8453815Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8453993Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8454222Z 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:28:41.8454632Z 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:28:41.8454819Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8455046Z 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:28:41.8455214Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8455394Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8455573Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8455754Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8455934Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8456164Z 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:28:41.8456391Z 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:28:41.8456587Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8456781Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8456979Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8457160Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8457352Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8457541Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8457727Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8457915Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8458099Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8458318Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8458545Z 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:28:41.8458722Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8458901Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8459067Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8459243Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8459420Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8459679Z 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:28:41.8459907Z 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:28:41.8460089Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8460310Z 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:28:41.8460491Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8460671Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8460852Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8461018Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8461190Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8461414Z 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:28:41.8461638Z 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:28:41.8461819Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8462042Z 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:28:41.8462220Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8462399Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8462575Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8462752Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8462917Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8463144Z 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:28:41.8463447Z 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:28:41.8463615Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8463788Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8463959Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8464122Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8464286Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8464445Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8464604Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8464785Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8464950Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8465113Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8465325Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8465538Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8465719Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8465937Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8466103Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8466270Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8466421Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8466584Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8466745Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8466905Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8467116Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8467331Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8467491Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8467702Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8467864Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8468029Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8468181Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8468341Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8468528Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8468687Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8468845Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8468999Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8469223Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8469437Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8469647Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8469824Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8470075Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8470251Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8470429Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8470599Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8470763Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8470924Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8471088Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8471253Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8471400Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8471624Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8471842Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8472004Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8472165Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8472324Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8472488Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8472647Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8472801Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8472997Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8473205Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8473380Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8473553Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8473753Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8473928Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8474098Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8474266Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8474445Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8474610Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8474785Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8474949Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8475189Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8475357Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8475521Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8475682Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8475843Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8476001Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8476144Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8476301Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8476516Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8476730Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8476892Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8477101Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8477266Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8477432Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8477610Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8477771Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8477915Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8478070Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8478226Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8478382Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8478535Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8478745Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8478985Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8479157Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8479371Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8479541Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8479726Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8479891Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8480056Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8480222Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8480412Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8480575Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8480791Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8481006Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8481155Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8481365Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8481530Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8481691Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8481852Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8482009Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8482167Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8482320Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8482531Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8482728Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8482899Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8483112Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8483277Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8483442Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8483605Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8483768Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8483930Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8484088Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8484346Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8484544Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8484705Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8484914Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8485075Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:28:41.8485236Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8485396Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8485586Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8485745Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8485899Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8486037Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8486246Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8486452Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8486615Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8486825Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8486990Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:28:41.8487153Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8487313Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8487471Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8487615Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8487769Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8487921Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8488134Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8488342Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8488501Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8488708Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8488890Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8489053Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8489199Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8489390Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8489545Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8489698Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8489851Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8490026Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8490232Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8490417Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8490606Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8490806Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8490991Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8491168Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8491342Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8491578Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8491753Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8491975Z 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:28:41.8492156Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8492331Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8492503Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8492662Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8492830Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8493053Z 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:28:41.8493280Z 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:28:41.8493502Z 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:28:41.8493675Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8493849Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8494018Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8494190Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8494359Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8494742Z 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:28:41.8494964Z 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:28:41.8495186Z 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:28:41.8495359Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8495533Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8495702Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8495871Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8496090Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8496309Z 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:28:41.8496530Z 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:28:41.8496738Z 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:28:41.8496910Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8497086Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8497261Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8497431Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8497604Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8497823Z 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:28:41.8498043Z 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:28:41.8498255Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8498472Z 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:28:41.8498635Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8498806Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8498974Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8499138Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8499298Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8499513Z 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:28:41.8499733Z 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:28:41.8500004Z 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:28:41.8500178Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8500349Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8500506Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8500669Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8500828Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8501051Z 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:28:41.8501302Z 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:28:41.8501472Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8501689Z 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:28:41.8501858Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8502023Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8502175Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8502336Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8502493Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8502709Z 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:28:41.8502930Z 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:28:41.8503145Z 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:28:41.8503313Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8503480Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8503646Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8503807Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8503951Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8504138Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.000s) 2022-12-01T10:28:41.8504354Z 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:28:41.8504568Z 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:28:41.8504737Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8504931Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8505097Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8505259Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8505418Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8505621Z 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:28:41.8505841Z 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:28:41.8506062Z 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:28:41.8506269Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8506447Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8506620Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8506793Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8506965Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8507184Z 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:28:41.8507407Z 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:28:41.8507629Z 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:28:41.8507816Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8507996Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8508177Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8508353Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8508524Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8508759Z 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:28:41.8508993Z 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:28:41.8509303Z 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:28:41.8509487Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8509671Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8509837Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8510044Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8510222Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8510450Z 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:28:41.8510681Z 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:28:41.8510908Z 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:28:41.8511090Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8511270Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8511481Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8511657Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8511826Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8512048Z 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:28:41.8512278Z 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:28:41.8512509Z 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:28:41.8512695Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8512875Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8513052Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8513225Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8513394Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8513619Z 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:28:41.8513842Z 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:28:41.8514014Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8514231Z 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:28:41.8514401Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8514570Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8514737Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8514899Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8515091Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8515308Z 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:28:41.8515529Z 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:28:41.8515734Z 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:28:41.8515906Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8516075Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8516241Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8516433Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8516593Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8516808Z 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:28:41.8517029Z 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:28:41.8517232Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8517475Z 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:28:41.8517667Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8517865Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8518063Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8518260Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8518454Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8518697Z 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:28:41.8518944Z 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:28:41.8519180Z 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:28:41.8519371Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8519561Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8519748Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8519925Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8520159Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8520399Z 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:28:41.8520636Z 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:28:41.8520869Z 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:28:41.8521061Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8521252Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8521473Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8521658Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8521846Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8522080Z 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:28:41.8522305Z 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:28:41.8522537Z 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:28:41.8522725Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8522905Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8523087Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8523263Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8523436Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8523667Z 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:28:41.8523903Z 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:28:41.8524080Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8524275Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8524441Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8524603Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8524764Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8524922Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8525106Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8525264Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8525417Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8525627Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8525822Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8526003Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8526214Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8526400Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8526613Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8526778Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8526941Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8527103Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8527265Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8527412Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8527569Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8527784Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8527996Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8528176Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8528386Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8528549Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.8528712Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8528870Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8529029Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8529173Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8529328Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8529477Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8529682Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8529896Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8530059Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8530270Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8530470Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8530635Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8530781Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8530942Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8531101Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8531259Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8531412Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8531629Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8531872Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8532042Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8532203Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8532350Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8532513Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8532671Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8532824Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8533038Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8533251Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:28:41.8533418Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8533584Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8533747Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.8533897Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8534057Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8534219Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8534380Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8534660Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8534817Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8534973Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8535130Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8535283Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8535431Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8535589Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:28:41.8535808Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:28:41.8535975Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:28:41.8536136Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8536298Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8536455Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8536617Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8536757Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8536917Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8537118Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8537284Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8537445Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.8537615Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:28:41.8537780Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:28:41.8537948Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8538108Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.8538254Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8538411Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8538573Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8538730Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8538892Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8539053Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8539211Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.8539379Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.8539545Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.8539695Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8539859Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8540022Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8540180Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8540339Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8540496Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8540653Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8540807Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8541007Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8541164Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:28:41.8541328Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:28:41.8541490Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:28:41.8541652Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8541809Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8541966Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8542121Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8542274Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8542493Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8542648Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8542810Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8542964Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:28:41.8543146Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8543329Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8543491Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8543651Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8543813Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8543959Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8544115Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.8544271Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8544426Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8544586Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8544744Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:28:41.8544909Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:28:41.8545075Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:28:41.8545234Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8545380Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8545539Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8545695Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8545848Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8546003Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8546157Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8546345Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.8546503Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.8546658Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:28:41.8546822Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:28:41.8546982Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8547144Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8547303Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8547460Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8547619Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8547806Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8547963Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8548116Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8548281Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8548441Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8548602Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8548762Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8548924Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8549161Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8549326Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8549484Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8549628Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8549782Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8549935Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8550091Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8550244Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8550407Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8550564Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8550730Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8550879Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.8551041Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8551198Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8551358Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8551517Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8551708Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8551864Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8552016Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8552172Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8552309Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8552482Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8552652Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8552828Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8553033Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.8553208Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8553380Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8553551Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8553721Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8553880Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8554047Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8554216Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8554383Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8554551Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8554710Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8554866Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:28:41.8555030Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:28:41.8555194Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:28:41.8555339Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8555503Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8555658Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8555813Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8555963Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8556173Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8556323Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8556484Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8556626Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.8556789Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:28:41.8556992Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:28:41.8557151Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8557311Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8557469Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8557623Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8557773Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8557927Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8558065Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8558264Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8558424Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:28:41.8558589Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8558751Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8558908Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8559069Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8559232Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8559392Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8559540Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8559700Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8559866Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (2.060s) 2022-12-01T10:28:41.8560031Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.8560196Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.531s) 2022-12-01T10:28:41.8560355Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.503s) 2022-12-01T10:28:41.8560515Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8560674Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8560824Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8560983Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:28:41.8561143Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8561299Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8561455Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8561615Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8561770Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8561926Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8562108Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8562251Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8562406Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8562557Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8562721Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:28:41.8562874Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.8563032Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8563190Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8563343Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8563528Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8563668Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8563823Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8563973Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8564136Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:28:41.8564293Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.8564453Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.8564615Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.8564779Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8564924Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8565082Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8565240Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8565397Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8565557Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8565711Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8565867Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8566025Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8566183Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8566324Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8566480Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8566628Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8566782Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8566932Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8567088Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8567279Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8567446Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:28:41.8567607Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.8567756Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8567912Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8568067Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8568221Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8568372Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8568525Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8568706Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8568870Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8569011Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.8569172Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8569332Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.8569490Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8569647Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8569803Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8569962Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8570119Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8570276Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8570420Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8570583Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8570745Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.8570908Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8571067Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8571228Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8571387Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8571541Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8571695Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8571834Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8571989Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8572140Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8572302Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8572490Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8572653Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8572813Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8572969Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8573114Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8573270Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8573427Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8573590Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8573747Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8573939Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8574099Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8574261Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8574422Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8574699Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8574859Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8575016Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:28:41.8575171Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.286s) 2022-12-01T10:28:41.8575332Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:28:41.8575486Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:28:41.8575639Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:28:41.8575793Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:28:41.8575931Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:28:41.8576083Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:28:41.8576232Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:28:41.8576397Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8576563Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.8576728Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8576897Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8577060Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8577234Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8577390Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.8577557Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8577723Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8577931Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8578094Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8578259Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8578423Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8578586Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8578749Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8578896Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8579057Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8579218Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8579427Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8579595Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.8579757Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8579965Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8580126Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8580289Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8580434Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8580596Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8580757Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8580915Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8581073Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8581236Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8581392Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8581558Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8581707Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8581873Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8582036Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8582200Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8582359Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8582516Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8582673Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8582831Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8582989Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8583146Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8583346Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8583512Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8583673Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8583830Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8583994Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8584158Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8584320Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8584481Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8584658Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8584828Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8584990Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.8585158Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8585318Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8585474Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8585635Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8585794Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8585956Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8586103Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8586259Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8586423Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8586583Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8586751Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8586913Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8587073Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8587237Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8587438Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8587594Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8587757Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8587916Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8588073Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8588230Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8588387Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8588616Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8588805Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8588993Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8589262Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8589462Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8589657Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8589849Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8590075Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8590266Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8590451Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8590639Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8590824Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8590979Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8591141Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:28:41.8591305Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8591469Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.8591630Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8591788Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8591947Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8592105Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8592263Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8592415Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8592572Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:28:41.8592736Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:28:41.8592899Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:28:41.8593060Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8593220Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8593377Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8593531Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8593686Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8593877Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8594030Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8594191Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8594346Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.8594506Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8594665Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8594825Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8594980Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8595153Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8595310Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8595463Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8595622Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8595779Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.8595942Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:28:41.8596104Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:28:41.8596264Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8596424Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8596568Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8596723Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8596874Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8597029Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8597182Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8597341Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8597497Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:28:41.8597659Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:28:41.8597822Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:28:41.8597966Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8598124Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8598281Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8598435Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8598590Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8598744Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8598895Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8599093Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8599247Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8599420Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8599594Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8599762Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8599926Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8600093Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8600260Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8600451Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8600611Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8600761Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8600920Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8601080Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8601238Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:28:41.8601401Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8601564Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8601722Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8601880Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.8602039Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.8602183Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.8602336Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.8602520Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8602702Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.8602883Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.8603061Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8603237Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8603416Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.8603592Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.8603752Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.8603931Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:28:41.8604108Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:28:41.8604314Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:28:41.8604491Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:28:41.8604666Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:28:41.8604839Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:28:41.8605012Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:28:41.8605184Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:28:41.8605352Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.312s) 2022-12-01T10:28:41.8605559Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-12-01T10:28:41.8605738Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.278s) 2022-12-01T10:28:41.8605913Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:28:41.8606083Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:28:41.8606250Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:28:41.8606423Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:28:41.8606596Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:28:41.8606765Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8606929Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8607084Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8607244Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8607400Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8607563Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8607722Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8607876Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8608038Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8608197Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8608344Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8608508Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8608671Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.8608832Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8608992Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8609150Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8609338Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8609496Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8609652Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8609792Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8609946Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8610096Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8610273Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8610450Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8610627Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8610831Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8611006Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8611180Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8611356Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8611541Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8611719Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8611903Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8612094Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8612270Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:28:41.8612443Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8612615Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:28:41.8612794Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8612957Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8613131Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8613309Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8613483Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8613658Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8613833Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8614006Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8614173Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8614346Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8614672Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8614838Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8615012Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8615188Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8615380Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:28:41.8615586Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:28:41.8615761Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8615937Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8616156Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8616338Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8616506Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8616681Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8616863Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8617048Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.8617234Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8617417Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8622549Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8622768Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8622957Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8623122Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8623302Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8623482Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8623669Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8623857Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8624059Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8624258Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8624445Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8624626Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8624804Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8625051Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8625230Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8625412Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:28:41.8625591Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.8625775Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8625956Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8626132Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8626350Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8626533Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8626697Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8626876Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8627052Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8627240Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.930s) 2022-12-01T10:28:41.8627421Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:28:41.8627607Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.490s) 2022-12-01T10:28:41.8627784Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.501s) 2022-12-01T10:28:41.8627963Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8628145Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.8628323Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8628489Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.8628666Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8628856Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.574s) 2022-12-01T10:28:41.8629123Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.602s) 2022-12-01T10:28:41.8629305Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.570s) 2022-12-01T10:28:41.8629482Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.574s) 2022-12-01T10:28:41.8629661Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.556s) 2022-12-01T10:28:41.8629844Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.564s) 2022-12-01T10:28:41.8630021Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-12-01T10:28:41.8630261Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.562s) 2022-12-01T10:28:41.8630437Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.567s) 2022-12-01T10:28:41.8630622Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.727s) 2022-12-01T10:28:41.8630800Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.763s) 2022-12-01T10:28:41.8630981Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.727s) 2022-12-01T10:28:41.8631160Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.727s) 2022-12-01T10:28:41.8631339Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.705s) 2022-12-01T10:28:41.8631517Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-12-01T10:28:41.8631730Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.709s) 2022-12-01T10:28:41.8631895Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.710s) 2022-12-01T10:28:41.8632074Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.733s) 2022-12-01T10:28:41.8632257Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.728s) 2022-12-01T10:28:41.8632435Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.765s) 2022-12-01T10:28:41.8632620Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.726s) 2022-12-01T10:28:41.8632803Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.726s) 2022-12-01T10:28:41.8632986Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.710s) 2022-12-01T10:28:41.8633165Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.712s) 2022-12-01T10:28:41.8633342Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.711s) 2022-12-01T10:28:41.8633521Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.707s) 2022-12-01T10:28:41.8633686Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-12-01T10:28:41.8633869Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.723s) 2022-12-01T10:28:41.8634048Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.765s) 2022-12-01T10:28:41.8634234Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.729s) 2022-12-01T10:28:41.8634411Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.742s) 2022-12-01T10:28:41.8634588Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.708s) 2022-12-01T10:28:41.8634767Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.715s) 2022-12-01T10:28:41.8634942Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.727s) 2022-12-01T10:28:41.8635118Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.712s) 2022-12-01T10:28:41.8635281Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.726s) 2022-12-01T10:28:41.8635498Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8635674Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8635848Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.8636016Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8636183Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8636349Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8636508Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8636675Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8636857Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8637022Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8637184Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8637347Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8637515Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8637676Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:28:41.8637846Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8638010Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8638173Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8638322Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8638486Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8638646Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8638807Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8638969Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8639130Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8639291Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:28:41.8639459Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8639610Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8639771Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8639931Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:28:41.8640086Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8640243Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8640401Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8640557Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8640743Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.8640902Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8641043Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8641217Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8641384Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8641557Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8641729Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8641897Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8642065Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8642257Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8642423Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8642571Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8642728Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8642890Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8643050Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8643210Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8643375Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8643538Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8643697Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8643855Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8644001Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:28:41.8644158Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8644313Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8644490Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8644667Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8644842Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8645017Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8645186Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8645354Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8645521Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8645698Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8645875Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8646066Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8646224Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:28:41.8646390Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.8646555Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.8646716Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8646875Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8647021Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8647178Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8647364Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8647522Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8647674Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8647832Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8647989Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8648152Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.8648301Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:28:41.8648464Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8648623Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8648779Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8648936Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8649094Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8649248Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8649398Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8649555Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8649693Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8649858Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8650020Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.8650187Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:28:41.8650355Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.8650519Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8650677Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8650837Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8650998Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8651174Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8651335Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8651492Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:28:41.8651650Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8651808Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8651968Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8652128Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:28:41.8652286Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8652434Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8652623Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8652776Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8652930Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8653082Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8653248Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8653409Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8653573Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8653732Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8653880Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8654038Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8654199Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8654357Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8654638Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8654796Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8654956Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8655111Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.8655265Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:28:41.8655424Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:28:41.8655581Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8655740Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8655894Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8656048Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8656199Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8656354Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8656556Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8656705Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8656863Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:28:41.8657033Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:28:41.8657198Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:28:41.8657356Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8657519Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8657675Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:28:41.8657832Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:28:41.8658023Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-12-01T10:28:41.8658166Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:28:41.8658316Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:28:41.8658474Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8658631Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.8658795Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:28:41.8658956Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:28:41.8659113Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8659276Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8659416Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8659573Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8659722Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8659875Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8660024Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8660194Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:28:41.8660371Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:28:41.8660548Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.279s) 2022-12-01T10:28:41.8660720Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:28:41.8660878Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:28:41.8661047Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-12-01T10:28:41.8661214Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:28:41.8661381Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-12-01T10:28:41.8661552Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.8661755Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.8661932Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.8662103Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.8662275Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.8662430Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8662599Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8662769Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.8662941Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:28:41.8663148Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.8663321Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.8663489Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8663658Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.8663825Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8663983Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.8664155Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8664326Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.8664498Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8664669Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.8664840Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8665053Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:28:41.8665218Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8665387Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.8665544Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.8665717Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.8665889Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8666058Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8666224Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8666390Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8666554Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8666722Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8666917Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.8667090Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8667244Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.8667414Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:28:41.8667587Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8667753Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8667914Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8668073Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8668240Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8668433Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8668594Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.8668753Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:28:41.8668922Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:28:41.8669173Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.8669349Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.8669514Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8669689Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:28:41.8669858Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8670030Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:28:41.8670184Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:28:41.8670353Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:28:41.8670522Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:28:41.8670687Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:28:41.8670850Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:28:41.8671015Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:28:41.8671180Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:28:41.8671342Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:28:41.8671507Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:28:41.8671661Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:28:41.8671823Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:28:41.8671984Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:28:41.8672142Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:28:41.8672355Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:28:41.8672517Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:28:41.8672674Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:28:41.8672829Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:28:41.8673058Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:28:41.8673213Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:28:41.8673378Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:28:41.8673539Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.8673732Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:28:41.8673895Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:28:41.8674055Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.8674228Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:28:41.8674404Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8674580Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:28:41.8674740Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8674914Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:28:41.8675086Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8675255Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:28:41.8675428Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.8675610Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-12-01T10:28:41.8675793Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:28:41.8675969Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:28:41.8676150Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:28:41.8676317Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:28:41.8676489Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:28:41.8676668Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:28:41.8676842Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:28:41.8677019Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:28:41.8677200Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:28:41.8677378Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:28:41.8677583Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:28:41.8677756Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:28:41.8677931Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:28:41.8678095Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:28:41.8678267Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:28:41.8678444Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:28:41.8678623Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.8678832Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:28:41.8679006Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8679175Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.8679346Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:28:41.8679522Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.8679679Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:28:41.8679855Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:28:41.8680039Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:28:41.8680218Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.8680394Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8680565Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.8680736Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:28:41.8680911Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:28:41.8681083Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:28:41.8681262Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8681421Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.8681594Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8681765Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8681935Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8682100Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:28:41.8682262Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.8682461Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8682625Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8682788Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.8682946Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8683118Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8683289Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8683459Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8683632Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8683804Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8684004Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:28:41.8684212Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8684414Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:28:41.8684604Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8684803Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.8685013Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8685222Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8685424Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8685621Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:28:41.8685819Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:28:41.8686011Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-12-01T10:28:41.8686204Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.8686396Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.8686574Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.8686765Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.8686947Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.8687133Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8687324Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:28:41.8687513Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:28:41.8687731Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.8687920Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:28:41.8688109Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:28:41.8688292Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:28:41.8688519Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.8688703Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:28:41.8688890Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:28:41.8689107Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:28:41.8689293Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.8689476Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.8689659Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:28:41.8689837Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:28:41.8690013Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:28:41.8690180Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.8690359Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:28:41.8690521Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8690678Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:28:41.8690843Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:28:41.8691005Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:28:41.8691165Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8691324Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8691482Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8691626Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8691780Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:28:41.8691936Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:28:41.8692088Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8692251Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8692414Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:28:41.8692580Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:28:41.8692743Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:28:41.8692945Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:28:41.8693095Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8693256Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8693416Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8693576Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8693732Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8693890Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8694045Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8694205Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:28:41.8694379Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:28:41.8694674Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:28:41.8694836Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:28:41.8694996Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:28:41.8695154Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (8.153s) 2022-12-01T10:28:41.8695310Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:28:41.8695466Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:28:41.8695617Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:28:41.8695774Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.8695912Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:28:41.8696071Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:28:41.8696232Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:28:41.8696398Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:28:41.8696561Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:28:41.8696720Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8696878Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:28:41.8697038Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:28:41.8697192Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:28:41.8697333Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:28:41.8697487Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:28:41.8697638Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:28:41.8697799Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:28:41.8697959Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8698119Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:28:41.8698324Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8698484Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8698629Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8698782Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:28:41.8698937Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:28:41.8699093Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8699255Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8699415Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8699576Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8699775Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8699933Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700073Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700227Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700379Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700528Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700682Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700830Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8700993Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8701183Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8701346Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8701496Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8701653Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8701809Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8701964Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8702117Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8702274Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8702427Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8702579Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8702727Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8702914Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8703079Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8703242Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8703400Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8703592Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8703748Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8703904Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8704058Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8704201Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8704351Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8704534Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:28:41.8704722Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8704920Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8705084Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8705263Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:28:41.8705444Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:28:41.8705618Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-12-01T10:28:41.8705762Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8705917Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8706067Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8706227Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8706379Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8706540Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8706725Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8706887Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8707048Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8707194Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8707352Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8707510Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8707665Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8707815Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8707968Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8708119Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8708279Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8708453Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8708633Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8708854Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8709116Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8709282Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8709439Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8709594Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8709745Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8709901Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8710039Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8710280Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8710471Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8710649Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8710826Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8710986Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8711144Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8711299Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8711453Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8711596Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8711752Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8711903Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8712066Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8712259Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8712443Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8712621Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8712783Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8712945Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8713089Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8713244Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8713395Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8713548Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8713701Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8713893Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8714058Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8714257Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8714412Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8714561Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8714717Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8714873Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715032Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715191Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715344Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715528Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715681Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715822Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8715975Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8716132Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8716319Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8716482Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8716643Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8716810Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8716969Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8717127Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8717272Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8717426Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8717579Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8717728Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8717881Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8718031Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8718205Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8718404Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8718578Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8718739Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8718911Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8719080Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8719251Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8719452Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8719619Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8719783Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8719942Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8720109Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8720259Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8720417Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8720602Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8720794Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8720956Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8721111Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8721267Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8721421Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8721574Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8721713Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8721868Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8722020Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8722179Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8722364Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8722526Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8722690Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8722849Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8722994Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8723152Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8723310Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8723465Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8723616Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8723768Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8723933Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8724125Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8724289Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8724438Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8724632Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8724791Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8724952Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8725111Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8725272Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8725430Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8725597Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8725789Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8725970Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8726137Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8726299Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8726460Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8726622Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8726782Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8726942Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8727102Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8727296Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8727442Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8727601Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8727757Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8727913Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8728067Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8728222Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8728375Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8728539Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8728713Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8728872Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8729033Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8729191Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8729346Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8729499Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8729654Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8729837Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8730006Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8730182Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8730346Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8730508Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8730667Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8730827Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8730984Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8731149Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8731334Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8731499Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8731672Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8731830Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8731988Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8732144Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8732302Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8732458Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8732614Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8732773Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8732915Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8733095Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8733281Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8733447Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:28:41.8733607Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8733769Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8733927Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8734084Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8734237Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8734376Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8734711Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8734861Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8735040Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8735284Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8735446Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8735606Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8735764Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8735918Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8736057Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8736211Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8736362Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8736521Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8736745Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8736909Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8737071Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8737235Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8737394Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8737539Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8737695Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8737850Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738005Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738157Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738310Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738459Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738619Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738765Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8738922Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8739080Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8739239Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8739390Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8739544Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8739695Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8739852Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740008Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740154Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740309Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740496Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740656Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740815Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8740972Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8741128Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8741310Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8741464Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8741605Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8741761Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8741942Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8742093Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8742242Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8742394Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8742556Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8742720Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8742870Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8743036Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8743228Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8743397Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8743563Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8743726Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8743890Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744048Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744205Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744355Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744517Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744675Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744835Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8744991Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8745148Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8745333Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8745498Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8745704Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8745856Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8746056Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8746213Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8746371Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8746526Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8746681Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8746833Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8746988Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8747169Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8747318Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8747505Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8747668Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8747829Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8747987Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8748144Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8748304Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8748460Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8748601Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8748753Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8748906Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8749137Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8749307Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8749497Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8749662Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8749825Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8749981Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8750129Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8750291Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8750450Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8750609Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8750768Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8750934Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8751158Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8751324Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8751486Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8751631Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8751792Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8751948Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8752107Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8752269Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8752460Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8752622Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8752811Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8752976Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8753125Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8753285Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8753443Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8753605Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8753765Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8753924Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8754080Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8754238Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8754395Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8754538Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8754733Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8754926Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8755124Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8755321Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8755512Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8755705Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8755895Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8756083Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8756298Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8756482Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8756667Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8756850Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:28:41.8757026Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8757213Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8757375Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8757570Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8757731Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8757888Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8758034Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8758192Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8758346Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8758505Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8758691Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8758859Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8759022Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8759183Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8759325Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8759479Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8759634Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8759786Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8759940Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8760093Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8760252Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8760440Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8760599Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8760746Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8760896Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8761049Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8761199Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8761382Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8761533Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8761689Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8761876Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8762038Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8762186Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8762342Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8762498Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8762652Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8762838Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8762990Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8763143Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8763292Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8763435Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8763619Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8763782Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8763943Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8764099Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8764253Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8764408Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8764560Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8764710Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8764851Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8764999Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8765171Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8765366Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8765538Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8765710Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8765876Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8766039Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8766197Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8766347Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8766531Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8766687Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8766849Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8767007Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8767166Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8767352Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8767509Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8767668Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8767843Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768001Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768154Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768312Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768462Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768642Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768820Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8768999Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8769180Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8769344Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8769515Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8769702Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8769874Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8770051Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8770228Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8770405Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8770584Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8770760Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8770917Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8771104Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8771277Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8771454Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8771663Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8771841Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8772015Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8772186Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8772355Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8772529Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8772704Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8772874Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8773097Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8773265Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8773433Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8773593Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8773758Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8773919Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8774062Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8774227Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8774393Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8774689Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8774858Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8775020Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8775182Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8775341Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8775498Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8775638Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8775797Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8775953Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8776106Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8776261Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8776411Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8776588Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8776766Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8776945Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8777153Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8777325Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8777499Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8777688Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8777872Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8778051Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8778228Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8778448Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8778639Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8778803Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8778979Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8779160Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8779335Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8779512Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8779688Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8779864Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8780040Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8780215Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8780374Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8780544Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8780716Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8780891Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8781074Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8781249Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8781421Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8781613Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:28:41.8781816Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8781995Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8782154Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8782370Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8782551Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8782734Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8782911Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8783091Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8783278Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8783461Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8783678Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8783843Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8784023Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8784199Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8784391Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8784567Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8784757Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8784933Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8785118Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8785303Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:28:41.8785488Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8785655Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8785831Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8786012Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8786191Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8786369Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8786548Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8786725Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8786906Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8787092Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8787259Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8787436Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8787641Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8787812Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8787990Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8788167Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8788347Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8788589Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8788770Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8788973Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8789217Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8789399Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8789576Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8789754Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8789928Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8790108Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8790316Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8790498Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8790679Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8790843Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8791015Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8791192Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8791366Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8791544Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8791725Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8791927Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8792105Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8792283Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8792446Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8792617Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8792860Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8793035Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8793211Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8793391Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8793592Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8793771Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8793949Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8794155Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8794317Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8794488Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8794662Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8794839Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8795019Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8795221Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8795401Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8795578Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8795754Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8795918Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8796091Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8796267Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8796441Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8796611Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8796783Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8796951Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8797117Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8797281Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8797427Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8797584Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8797745Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8797937Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8798100Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8798260Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8798419Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8798597Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8798785Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8798936Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8799098Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8799291Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8799451Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8799611Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8799770Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8799930Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8800085Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8800244Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8800419Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8800586Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8800747Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8800908Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8801066Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8801223Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8801379Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8801534Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8801688Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8801829Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8801985Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8802136Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8802323Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8802517Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8802689Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8802862Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8803030Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8803210Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8803369Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8803533Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8803691Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8803848Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804008Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804173Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804333Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804525Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804674Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804833Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8804988Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8805140Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8805296Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8805448Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8805621Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8805799Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8805970Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8806131Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8806299Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8806468Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8806645Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8806821Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8806994Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8807158Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8807344Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8807509Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8807658Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8807816Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8807974Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8808129Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8808311Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8808463Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8808618Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8808768Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8808925Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8809097Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8809259Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8809418Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8809580Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8809764Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8809922Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810074Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810229Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810384Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810521Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810675Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810823Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8810992Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8811181Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8811349Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:28:41.8811516Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8811677Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8811829Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8811987Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8812147Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8812308Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8812467Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8812623Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8812780Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8812967Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8813125Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8813268Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8813422Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8813609Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8813763Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8813913Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8814066Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8814217Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8814380Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8814694Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8814844Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8815058Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8815220Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8815379Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8815536Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8815696Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8815855Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8816013Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8816159Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8816352Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8816516Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:28:41.8816673Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:28:41.8816830Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8816987Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8817140Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8817293Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8817443Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8817587Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8817738Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8817900Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8818086Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8818248Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8818428Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:28:41.8818587Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8818747Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8818951Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8819097Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8819250Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8819402Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8819553Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8819712Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8819896Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8820058Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:28:41.8820223Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8820414Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8820560Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8820715Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8820868Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8821019Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8821177Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8821326Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8821525Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8821703Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8821864Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8822034Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8822203Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8822375Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8822545Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8822715Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8822922Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8823102Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8823278Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8823451Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8823609Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8823779Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8823950Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8824150Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8824354Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8824531Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8824706Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8824878Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8825048Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8825206Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8825380Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8825582Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8825782Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8825953Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8826126Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8826294Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8826463Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8826632Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8826794Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8826961Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8827160Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8827333Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8827507Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8827675Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8827844Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8828015Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8828189Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8828343Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8828513Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8828707Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8828878Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8829124Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8829295Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8829496Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8829664Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8829832Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8829983Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8830181Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8830350Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8830521Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8830689Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8830891Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8831051Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8831217Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8831382Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8831536Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8831729Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8831893Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8832060Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8832225Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8832384Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8832540Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8832705Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8832864Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8833042Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8833205Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8833368Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8833532Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8833693Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8833847Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8834008Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8834171Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8834365Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8834519Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8834710Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8834871Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8835029Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8835188Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8835348Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8835504Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8835702Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8835880Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8836072Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8836244Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8836415Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8836584Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8836753Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8836920Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8837133Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8837322Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8837501Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8837679Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8837840Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8838011Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8838190Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8838373Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8838582Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8838766Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8838944Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8839123Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8839296Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8839454Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8839629Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8839842Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8840049Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8840233Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8840412Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8840591Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8840765Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8840936Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8841144Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8841308Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8841514Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8841695Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8841877Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8842053Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8842226Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8842400Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8842577Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8842754Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8842913Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8843106Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8843275Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8843443Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8843614Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8843777Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8843936Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8844099Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8844258Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8844441Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8844610Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8844812Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8844981Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8845143Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8845302Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8845467Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8845627Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8845828Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8846049Z 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:28:41.8846271Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8846472Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8846668Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8846863Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8847057Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8847254Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8847452Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8847669Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8847859Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8848048Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8848224Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8848410Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8848595Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8848787Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8848971Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8849185Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8849373Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8849560Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8849744Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8849956Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8850131Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8850317Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8850500Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8850712Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8850895Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8851073Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8851288Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8851466Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8851640Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8851806Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8851979Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8852143Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8852327Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8852495Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8852660Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:28:41.8852819Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8852978Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8853134Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8853276Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8853427Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8853581Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8853735Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8853898Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8854086Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8854251Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8854416Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:28:41.8854701Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8854850Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8855011Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8855237Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8855397Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8855555Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8855715Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8855873Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8856049Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:28:41.8856236Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8856387Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:28:41.8856550Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:28:41.8856750Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8856911Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:28:41.8857065Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8857219Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8857368Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8857521Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8857657Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8857818Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8858008Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:28:41.8858171Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:28:41.8858333Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:28:41.8858489Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8858647Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8858802Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8858959Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8859099Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8859254Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8859406Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8859569Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8859729Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8859888Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8860044Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8860200Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8860355Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8860526Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8860681Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8860813Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8860940Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8861065Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:28:41.8861216Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:28:41.8861365Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8861513Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:28:41.8861655Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8861809Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8861988Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8862140Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:28:41.8862282Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8862422Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8862559Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8862694Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8862815Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8862949Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8863082Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8863221Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8863351Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:28:41.8863505Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.297s) 2022-12-01T10:28:41.8863519Z 2022-12-01T10:28:41.8863822Z ---------------------------------------------------------------------- 2022-12-01T10:28:41.8863904Z Ran 12394 tests in 183.436s 2022-12-01T10:28:41.8863910Z 2022-12-01T10:28:41.8864007Z OK (skipped=640, expected failures=14) 2022-12-01T10:28:41.8864013Z 2022-12-01T10:28:41.8864084Z Generating XML reports... 2022-12-01T10:28:41.8864405Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201102536.xml 2022-12-01T10:28:41.8864411Z 2022-12-01T10:28:41.8864842Z ##[endgroup] 2022-12-01T10:28:41.8865140Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_rxw5mz89) 2022-12-01T10:28:41.8865150Z 2022-12-01T10:28:42.0385286Z Running test_ops_jit ... [2022-12-01 10:28:42.038162] 2022-12-01T10:28:43.2138488Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:28:43.2412982Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:28:43.2771899Z Ignoring disabled issues: [] 2022-12-01T10:28:43.2922317Z 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:28:43.291921] 2022-12-01T10:28:43.3045410Z Ignoring disabled issues: [] 2022-12-01T10:28:43.3196498Z 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:28:43.319335] 2022-12-01T10:35:08.7330139Z 2022-12-01T10:35:08.7330701Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:35:08.7331676Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_zsz0mvsl) 2022-12-01T10:35:08.7364403Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-18a8230ea99f8fe5.xml 2022-12-01T10:35:08.7370941Z ============================= test session starts ============================== 2022-12-01T10:35:08.7371595Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:35:08.7371859Z cachedir: .pytest_cache 2022-12-01T10:35:08.7372493Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:35:08.7374288Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:35:08.7375268Z 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:35:08.7375854Z collecting ... collected 1018 items / 3 deselected / 1015 selected 2022-12-01T10:35:08.7421912Z 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:35:08.7466313Z 2022-12-01T10:35:08.7466505Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:08.7466869Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:08.7467189Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:08.7467523Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 PASSED [ 0%] 2022-12-01T10:35:08.7467855Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:08.7468254Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 XFAIL [ 1%] 2022-12-01T10:35:08.7468594Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:08.7468949Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:08.7469315Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-12-01T10:35:08.7469764Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:08.7470098Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:08.7470428Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:08.7470739Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:08.7471097Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-12-01T10:35:08.7471462Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:08.7471815Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:08.7472153Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:08.7472609Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:08.7473131Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 PASSED [ 3%] 2022-12-01T10:35:08.7473542Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:08.7473867Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:08.7474249Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 XFAIL [ 4%] 2022-12-01T10:35:08.7474864Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 PASSED [ 4%] 2022-12-01T10:35:08.7475375Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:08.7475841Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:08.7476453Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:08.7477051Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:08.7477652Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 5%] 2022-12-01T10:35:08.7478373Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:35:08.7479036Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 PASSED [ 6%] 2022-12-01T10:35:08.7479717Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 PASSED [ 6%] 2022-12-01T10:35:08.7480335Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 PASSED [ 6%] 2022-12-01T10:35:08.7480904Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 XFAIL [ 6%] 2022-12-01T10:35:08.7481488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 XFAIL [ 7%] 2022-12-01T10:35:08.7481828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 PASSED [ 7%] 2022-12-01T10:35:08.7482173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 PASSED [ 7%] 2022-12-01T10:35:08.7482516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:35:08.7482909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:35:08.7483252Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 XFAIL [ 8%] 2022-12-01T10:35:08.7483575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 XFAIL [ 8%] 2022-12-01T10:35:08.7483909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 PASSED [ 8%] 2022-12-01T10:35:08.7484247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 PASSED [ 8%] 2022-12-01T10:35:08.7484574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:35:08.7484968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:35:08.7485309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:35:08.7485651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:35:08.7485986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:35:08.7486333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:08.7486675Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 PASSED [ 10%] 2022-12-01T10:35:08.7487010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:08.7487329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 PASSED [ 10%] 2022-12-01T10:35:08.7487660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 PASSED [ 10%] 2022-12-01T10:35:08.7488407Z 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:35:08.7489401Z [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:35:08.7490309Z [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:35:08.7491200Z [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:35:08.7491712Z PASSED [ 11%] 2022-12-01T10:35:08.7491979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 PASSED [ 11%] 2022-12-01T10:35:08.7492331Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-12-01T10:35:08.7492698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 PASSED [ 11%] 2022-12-01T10:35:08.7493054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 PASSED [ 11%] 2022-12-01T10:35:08.7493445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 PASSED [ 12%] 2022-12-01T10:35:08.7493858Z 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:35:08.7494300Z 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:35:08.7494848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 PASSED [ 12%] 2022-12-01T10:35:08.7495202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:35:08.7495829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:35:08.7496472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 PASSED [ 13%] 2022-12-01T10:35:08.7497025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 PASSED [ 13%] 2022-12-01T10:35:08.7497592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 PASSED [ 13%] 2022-12-01T10:35:08.7498126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 XFAIL [ 14%] 2022-12-01T10:35:08.7498762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 PASSED [ 14%] 2022-12-01T10:35:08.7499348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 XFAIL [ 14%] 2022-12-01T10:35:08.7499984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:35:08.7500341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 XFAIL [ 14%] 2022-12-01T10:35:08.7500745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:35:08.7501111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 15%] 2022-12-01T10:35:08.7501477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 XFAIL [ 15%] 2022-12-01T10:35:08.7501813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 XFAIL [ 15%] 2022-12-01T10:35:08.7502160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 XFAIL [ 15%] 2022-12-01T10:35:08.7502497Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 PASSED [ 16%] 2022-12-01T10:35:08.7502833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:35:08.7503174Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:35:08.7503502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:35:08.7503833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 XFAIL [ 17%] 2022-12-01T10:35:08.7504177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 PASSED [ 17%] 2022-12-01T10:35:08.7504528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 PASSED [ 17%] 2022-12-01T10:35:08.7504858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 PASSED [ 17%] 2022-12-01T10:35:08.7505193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 PASSED [ 17%] 2022-12-01T10:35:08.7505537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 PASSED [ 18%] 2022-12-01T10:35:08.7505887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 PASSED [ 18%] 2022-12-01T10:35:08.7506222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 PASSED [ 18%] 2022-12-01T10:35:08.7506571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 PASSED [ 18%] 2022-12-01T10:35:08.7506932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 PASSED [ 18%] 2022-12-01T10:35:08.7507265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 PASSED [ 19%] 2022-12-01T10:35:08.7507604Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 PASSED [ 19%] 2022-12-01T10:35:08.7507953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 PASSED [ 19%] 2022-12-01T10:35:08.7508399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 PASSED [ 19%] 2022-12-01T10:35:08.7508727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 PASSED [ 19%] 2022-12-01T10:35:08.7509106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 PASSED [ 20%] 2022-12-01T10:35:08.7509493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 PASSED [ 20%] 2022-12-01T10:35:08.7509837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 PASSED [ 20%] 2022-12-01T10:35:08.7510179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 PASSED [ 20%] 2022-12-01T10:35:08.7510526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 PASSED [ 21%] 2022-12-01T10:35:08.7510905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:08.7511261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:08.7511591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 PASSED [ 21%] 2022-12-01T10:35:08.7511939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 PASSED [ 21%] 2022-12-01T10:35:08.7512308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 PASSED [ 22%] 2022-12-01T10:35:08.7512647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 PASSED [ 22%] 2022-12-01T10:35:08.7512983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 PASSED [ 22%] 2022-12-01T10:35:08.7513354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 PASSED [ 22%] 2022-12-01T10:35:08.7513726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 PASSED [ 22%] 2022-12-01T10:35:08.7514075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 PASSED [ 23%] 2022-12-01T10:35:08.7514404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 XFAIL [ 23%] 2022-12-01T10:35:08.7514743Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:35:08.7515087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:35:08.7515427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:35:08.7515792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 SKIPPED (Skipped!) [ 24%] 2022-12-01T10:35:08.7516133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 PASSED [ 24%] 2022-12-01T10:35:08.7516467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 PASSED [ 24%] 2022-12-01T10:35:08.7516791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 PASSED [ 24%] 2022-12-01T10:35:08.7517119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:08.7517485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:08.7517811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 PASSED [ 25%] 2022-12-01T10:35:08.7518157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 PASSED [ 25%] 2022-12-01T10:35:08.7518499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 PASSED [ 25%] 2022-12-01T10:35:08.7518841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 PASSED [ 26%] 2022-12-01T10:35:08.7519170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 PASSED [ 26%] 2022-12-01T10:35:08.7519511Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 PASSED [ 26%] 2022-12-01T10:35:08.7519855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 PASSED [ 26%] 2022-12-01T10:35:08.7576781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 PASSED [ 26%] 2022-12-01T10:35:08.7577539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 PASSED [ 27%] 2022-12-01T10:35:08.7578107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 PASSED [ 27%] 2022-12-01T10:35:08.7578690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 PASSED [ 27%] 2022-12-01T10:35:08.7579345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 PASSED [ 27%] 2022-12-01T10:35:08.7579880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 PASSED [ 27%] 2022-12-01T10:35:08.7580237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 PASSED [ 28%] 2022-12-01T10:35:08.7580588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 PASSED [ 28%] 2022-12-01T10:35:08.7580926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 PASSED [ 28%] 2022-12-01T10:35:08.7581279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:35:08.7581683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 XFAIL [ 28%] 2022-12-01T10:35:08.7582020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 XFAIL [ 29%] 2022-12-01T10:35:08.7582345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 PASSED [ 29%] 2022-12-01T10:35:08.7582691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 PASSED [ 29%] 2022-12-01T10:35:08.7583037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 PASSED [ 29%] 2022-12-01T10:35:08.7583367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 PASSED [ 30%] 2022-12-01T10:35:08.7583701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:35:08.7584042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 XFAIL [ 30%] 2022-12-01T10:35:08.7584413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 SKIPPED (Skipped!) [ 30%] 2022-12-01T10:35:08.7584784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 SKIPPED (Skipped!) [ 30%] 2022-12-01T10:35:08.7585143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:08.7585479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:08.7585817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:08.7586138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:08.7586478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 PASSED [ 31%] 2022-12-01T10:35:08.7586823Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 PASSED [ 32%] 2022-12-01T10:35:08.7587148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 PASSED [ 32%] 2022-12-01T10:35:08.7587505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:35:08.7587882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:35:08.7588316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 PASSED [ 32%] 2022-12-01T10:35:08.7588651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 XFAIL [ 33%] 2022-12-01T10:35:08.7588996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 PASSED [ 33%] 2022-12-01T10:35:08.7589334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 PASSED [ 33%] 2022-12-01T10:35:08.7589673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 PASSED [ 33%] 2022-12-01T10:35:08.7590003Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 PASSED [ 34%] 2022-12-01T10:35:08.7590395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 PASSED [ 34%] 2022-12-01T10:35:08.7590748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 PASSED [ 34%] 2022-12-01T10:35:08.7591082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 PASSED [ 34%] 2022-12-01T10:35:08.7591456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 PASSED [ 34%] 2022-12-01T10:35:08.7591801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 PASSED [ 35%] 2022-12-01T10:35:08.7592145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 PASSED [ 35%] 2022-12-01T10:35:08.7592472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 XFAIL [ 35%] 2022-12-01T10:35:08.7592805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 PASSED [ 35%] 2022-12-01T10:35:08.7593183Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 PASSED [ 35%] 2022-12-01T10:35:08.7593515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 PASSED [ 36%] 2022-12-01T10:35:08.7593853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 PASSED [ 36%] 2022-12-01T10:35:08.7594186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 PASSED [ 36%] 2022-12-01T10:35:08.7594522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 PASSED [ 36%] 2022-12-01T10:35:08.7594903Z 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:35:08.7595334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:35:08.7595757Z 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:35:08.7596172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:35:08.7596528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 PASSED [ 37%] 2022-12-01T10:35:08.7596869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 PASSED [ 38%] 2022-12-01T10:35:08.7597208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 PASSED [ 38%] 2022-12-01T10:35:08.7597543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 PASSED [ 38%] 2022-12-01T10:35:08.7598018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 PASSED [ 38%] 2022-12-01T10:35:08.7598364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 PASSED [ 38%] 2022-12-01T10:35:08.7598718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 PASSED [ 39%] 2022-12-01T10:35:08.7599067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 PASSED [ 39%] 2022-12-01T10:35:08.7599426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 PASSED [ 39%] 2022-12-01T10:35:08.7599786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 PASSED [ 39%] 2022-12-01T10:35:08.7600166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 PASSED [ 39%] 2022-12-01T10:35:08.7600543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:08.7600910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 PASSED [ 40%] 2022-12-01T10:35:08.7601265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:08.7601664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:08.7602016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 PASSED [ 40%] 2022-12-01T10:35:08.7602382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 XFAIL [ 41%] 2022-12-01T10:35:08.7602749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 PASSED [ 41%] 2022-12-01T10:35:08.7603116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 PASSED [ 41%] 2022-12-01T10:35:08.7603462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 PASSED [ 41%] 2022-12-01T10:35:08.7603822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 PASSED [ 42%] 2022-12-01T10:35:08.7604185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 PASSED [ 42%] 2022-12-01T10:35:08.7604611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-12-01T10:35:08.7605001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 42%] 2022-12-01T10:35:08.7605389Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 42%] 2022-12-01T10:35:08.7605759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 PASSED [ 43%] 2022-12-01T10:35:08.7606109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 PASSED [ 43%] 2022-12-01T10:35:08.7606461Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 PASSED [ 43%] 2022-12-01T10:35:08.7606838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 43%] 2022-12-01T10:35:08.7607212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 PASSED [ 43%] 2022-12-01T10:35:08.7607564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 PASSED [ 44%] 2022-12-01T10:35:08.7607936Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 PASSED [ 44%] 2022-12-01T10:35:08.7608372Z 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:35:08.7608803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 PASSED [ 44%] 2022-12-01T10:35:08.7609147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 PASSED [ 44%] 2022-12-01T10:35:08.7609504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 PASSED [ 45%] 2022-12-01T10:35:08.7609859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 PASSED [ 45%] 2022-12-01T10:35:08.7610218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 PASSED [ 45%] 2022-12-01T10:35:08.7610590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 PASSED [ 45%] 2022-12-01T10:35:08.7610959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 PASSED [ 46%] 2022-12-01T10:35:08.7611323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 PASSED [ 46%] 2022-12-01T10:35:08.7611676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 PASSED [ 46%] 2022-12-01T10:35:08.7612038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 PASSED [ 46%] 2022-12-01T10:35:08.7612390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 PASSED [ 46%] 2022-12-01T10:35:08.7612771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 XFAIL [ 47%] 2022-12-01T10:35:08.7613098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 PASSED [ 47%] 2022-12-01T10:35:08.7613431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 PASSED [ 47%] 2022-12-01T10:35:08.7613761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 PASSED [ 47%] 2022-12-01T10:35:08.7614082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 PASSED [ 47%] 2022-12-01T10:35:08.7614412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 PASSED [ 48%] 2022-12-01T10:35:08.7614935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 PASSED [ 48%] 2022-12-01T10:35:08.7615274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 PASSED [ 48%] 2022-12-01T10:35:08.7615612Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 PASSED [ 48%] 2022-12-01T10:35:08.7616014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 XFAIL [ 48%] 2022-12-01T10:35:08.7616362Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 PASSED [ 49%] 2022-12-01T10:35:08.7616701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 XFAIL [ 49%] 2022-12-01T10:35:08.7617020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 XFAIL [ 49%] 2022-12-01T10:35:08.7617359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 PASSED [ 49%] 2022-12-01T10:35:08.7617708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 PASSED [ 50%] 2022-12-01T10:35:08.7618031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 XFAIL [ 50%] 2022-12-01T10:35:08.7618367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32 XFAIL [ 50%] 2022-12-01T10:35:08.7618717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32 XFAIL [ 50%] 2022-12-01T10:35:08.7619067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32 XFAIL [ 50%] 2022-12-01T10:35:08.7619429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:35:08.7619823Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:35:08.7620204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:35:08.7620565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 PASSED [ 51%] 2022-12-01T10:35:08.7620904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32 XFAIL [ 51%] 2022-12-01T10:35:08.7621276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-12-01T10:35:08.7621642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32 XFAIL [ 52%] 2022-12-01T10:35:08.7621974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32 XFAIL [ 52%] 2022-12-01T10:35:08.7622326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64 XFAIL [ 52%] 2022-12-01T10:35:08.7622682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32 XFAIL [ 52%] 2022-12-01T10:35:08.7623043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 PASSED [ 53%] 2022-12-01T10:35:08.7623386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 PASSED [ 53%] 2022-12-01T10:35:08.7623737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 PASSED [ 53%] 2022-12-01T10:35:08.7624081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32 XFAIL [ 53%] 2022-12-01T10:35:08.7624476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32 XFAIL [ 53%] 2022-12-01T10:35:08.7624830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32 XFAIL [ 54%] 2022-12-01T10:35:08.7625173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64 XFAIL [ 54%] 2022-12-01T10:35:08.7625522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 PASSED [ 54%] 2022-12-01T10:35:08.7625868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 PASSED [ 54%] 2022-12-01T10:35:08.7626249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:35:08.7626746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 PASSED [ 55%] 2022-12-01T10:35:08.7627139Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:35:08.7627552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 PASSED [ 55%] 2022-12-01T10:35:08.7627908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:35:08.7628345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 PASSED [ 56%] 2022-12-01T10:35:08.7628690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 PASSED [ 56%] 2022-12-01T10:35:08.7629020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 PASSED [ 56%] 2022-12-01T10:35:08.7629356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 PASSED [ 56%] 2022-12-01T10:35:08.7629692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 PASSED [ 56%] 2022-12-01T10:35:08.7630011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:08.7630357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:08.7630716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:35:08.7631080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-12-01T10:35:08.7631422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 PASSED [ 57%] 2022-12-01T10:35:08.7631767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 PASSED [ 58%] 2022-12-01T10:35:08.7632104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 PASSED [ 58%] 2022-12-01T10:35:08.7632440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 PASSED [ 58%] 2022-12-01T10:35:08.7632784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:35:08.7633216Z 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:35:08.7633686Z 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:35:08.7634074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 PASSED [ 59%] 2022-12-01T10:35:08.7634420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:35:08.7634822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-12-01T10:35:08.7635237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:35:08.7635614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:35:08.7636048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:35:08.7636440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:35:08.7636824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:35:08.7637188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 PASSED [ 61%] 2022-12-01T10:35:08.7637560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 PASSED [ 61%] 2022-12-01T10:35:08.7637931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 PASSED [ 61%] 2022-12-01T10:35:08.7638327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 SKIPPED (Works on some configs!) [ 61%] 2022-12-01T10:35:08.7638761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:35:08.7639168Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 PASSED [ 62%] 2022-12-01T10:35:08.7639551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 PASSED [ 62%] 2022-12-01T10:35:08.7639924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 XFAIL [ 62%] 2022-12-01T10:35:08.7640282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 XFAIL [ 62%] 2022-12-01T10:35:08.7640647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-12-01T10:35:08.7641013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 XFAIL [ 63%] 2022-12-01T10:35:08.7641396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 63%] 2022-12-01T10:35:08.7641803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-12-01T10:35:08.7642206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:35:08.7642598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 PASSED [ 64%] 2022-12-01T10:35:08.7642960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 XFAIL [ 64%] 2022-12-01T10:35:08.7643329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 PASSED [ 64%] 2022-12-01T10:35:08.7643700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 PASSED [ 64%] 2022-12-01T10:35:08.7644084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:35:08.7644461Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:08.7644886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:08.7645274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:08.7645670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:08.7646049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 XFAIL [ 65%] 2022-12-01T10:35:08.7646428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 XFAIL [ 66%] 2022-12-01T10:35:08.7646793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:35:08.7647203Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:35:08.7647560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 PASSED [ 66%] 2022-12-01T10:35:08.7647992Z 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:35:08.7648421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:08.7648805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:08.7649183Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:08.7649573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:35:08.7649992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 PASSED [ 68%] 2022-12-01T10:35:08.7650379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 PASSED [ 68%] 2022-12-01T10:35:08.7650752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 PASSED [ 68%] 2022-12-01T10:35:08.7651148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-12-01T10:35:08.7651554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-12-01T10:35:08.7651931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:08.7652323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:35:08.7652732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:35:08.7653129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-12-01T10:35:08.7653491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 XFAIL [ 69%] 2022-12-01T10:35:08.7653854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:08.7654214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:08.7654705Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:08.7655055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 PASSED [ 70%] 2022-12-01T10:35:08.7655440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:35:08.7655816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 PASSED [ 71%] 2022-12-01T10:35:08.7656199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:35:08.7656576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 PASSED [ 71%] 2022-12-01T10:35:08.7656947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:35:08.7657332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:35:08.7657732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:35:08.7658186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 XFAIL [ 72%] 2022-12-01T10:35:08.7658561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:35:08.7658904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 XFAIL [ 72%] 2022-12-01T10:35:08.7659230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 PASSED [ 73%] 2022-12-01T10:35:08.7659561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:35:08.7659902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:35:08.7660244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:35:08.7660571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 XFAIL [ 73%] 2022-12-01T10:35:08.7660919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 XFAIL [ 74%] 2022-12-01T10:35:08.7661315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:35:08.7661673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 PASSED [ 74%] 2022-12-01T10:35:08.7662004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 PASSED [ 74%] 2022-12-01T10:35:08.7662342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 PASSED [ 75%] 2022-12-01T10:35:08.7662679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 PASSED [ 75%] 2022-12-01T10:35:08.7663007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 PASSED [ 75%] 2022-12-01T10:35:08.7663351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 PASSED [ 75%] 2022-12-01T10:35:08.7663729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:35:08.7664129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-12-01T10:35:08.7664511Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-12-01T10:35:08.7664887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 PASSED [ 76%] 2022-12-01T10:35:08.7665287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:35:08.7665626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 PASSED [ 76%] 2022-12-01T10:35:08.7665953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 PASSED [ 77%] 2022-12-01T10:35:08.7666291Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 PASSED [ 77%] 2022-12-01T10:35:08.7666625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:35:08.7666952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 PASSED [ 77%] 2022-12-01T10:35:08.7667295Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 XFAIL [ 77%] 2022-12-01T10:35:08.7667636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:35:08.7667978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 XFAIL [ 78%] 2022-12-01T10:35:08.7668387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 PASSED [ 78%] 2022-12-01T10:35:08.7668728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 PASSED [ 78%] 2022-12-01T10:35:08.7669075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 PASSED [ 78%] 2022-12-01T10:35:08.7669412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 PASSED [ 79%] 2022-12-01T10:35:08.7669798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 PASSED [ 79%] 2022-12-01T10:35:08.7670140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:35:08.7670477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:35:08.7670831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:35:08.7671220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:35:08.7671581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 PASSED [ 80%] 2022-12-01T10:35:08.7671926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 PASSED [ 80%] 2022-12-01T10:35:08.7672261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 PASSED [ 80%] 2022-12-01T10:35:08.7672642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 PASSED [ 81%] 2022-12-01T10:35:08.7672999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-12-01T10:35:08.7673340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 PASSED [ 81%] 2022-12-01T10:35:08.7673682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:35:08.7674015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 PASSED [ 81%] 2022-12-01T10:35:08.7674363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:08.7674691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:08.7675023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:08.7675362Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 PASSED [ 82%] 2022-12-01T10:35:08.7675704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 PASSED [ 82%] 2022-12-01T10:35:08.7676041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 PASSED [ 83%] 2022-12-01T10:35:08.7676418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 SKIPPED (Expected failure!) [ 83%] 2022-12-01T10:35:08.7676785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 PASSED [ 83%] 2022-12-01T10:35:08.7677123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 PASSED [ 83%] 2022-12-01T10:35:08.7677455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 PASSED [ 84%] 2022-12-01T10:35:08.7677787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 XFAIL [ 84%] 2022-12-01T10:35:08.7678123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 PASSED [ 84%] 2022-12-01T10:35:08.7678444Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 PASSED [ 84%] 2022-12-01T10:35:08.7679041Z 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:35:08.7679466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:35:08.7679862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:35:08.7680227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 PASSED [ 85%] 2022-12-01T10:35:08.7680589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 PASSED [ 85%] 2022-12-01T10:35:08.7680942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 PASSED [ 85%] 2022-12-01T10:35:08.7681339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:08.7681705Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:08.7682049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:08.7682617Z 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:35:08.7683042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 PASSED [ 86%] 2022-12-01T10:35:08.7683413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 PASSED [ 87%] 2022-12-01T10:35:08.7683791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 PASSED [ 87%] 2022-12-01T10:35:08.7684219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 PASSED [ 87%] 2022-12-01T10:35:08.7684590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 XFAIL [ 87%] 2022-12-01T10:35:08.7684995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:08.7685390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:08.7685975Z 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:35:08.7686609Z 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:35:08.7687055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 PASSED [ 88%] 2022-12-01T10:35:08.7687410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 PASSED [ 89%] 2022-12-01T10:35:08.7687768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 PASSED [ 89%] 2022-12-01T10:35:08.7688102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 PASSED [ 89%] 2022-12-01T10:35:08.7688445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 PASSED [ 89%] 2022-12-01T10:35:08.7688790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 PASSED [ 89%] 2022-12-01T10:35:08.7689130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:35:08.7689510Z 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:35:08.7689899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 PASSED [ 90%] 2022-12-01T10:35:08.7690250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 PASSED [ 90%] 2022-12-01T10:35:08.7690593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 XFAIL [ 90%] 2022-12-01T10:35:08.7690934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 PASSED [ 91%] 2022-12-01T10:35:08.7691273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 PASSED [ 91%] 2022-12-01T10:35:08.7691613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 PASSED [ 91%] 2022-12-01T10:35:08.7691952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 PASSED [ 91%] 2022-12-01T10:35:08.7692311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 PASSED [ 92%] 2022-12-01T10:35:08.7692696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 PASSED [ 92%] 2022-12-01T10:35:08.7693024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 PASSED [ 92%] 2022-12-01T10:35:08.7693357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 PASSED [ 92%] 2022-12-01T10:35:08.7693703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 PASSED [ 92%] 2022-12-01T10:35:08.7694060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 PASSED [ 93%] 2022-12-01T10:35:08.7694395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 PASSED [ 93%] 2022-12-01T10:35:08.7694939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 PASSED [ 93%] 2022-12-01T10:35:08.7695282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 PASSED [ 93%] 2022-12-01T10:35:08.7695624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 PASSED [ 93%] 2022-12-01T10:35:08.7696017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:08.7696364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:35:08.7696713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:08.7697056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:08.7697415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 PASSED [ 94%] 2022-12-01T10:35:08.7697753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 PASSED [ 95%] 2022-12-01T10:35:08.7698100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 PASSED [ 95%] 2022-12-01T10:35:08.7698438Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 PASSED [ 95%] 2022-12-01T10:35:08.7698784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 PASSED [ 95%] 2022-12-01T10:35:08.7699135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:35:08.7699476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:35:08.7699802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 XFAIL [ 96%] 2022-12-01T10:35:08.7700152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 XFAIL [ 96%] 2022-12-01T10:35:08.7700510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 PASSED [ 96%] 2022-12-01T10:35:08.7700846Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 PASSED [ 97%] 2022-12-01T10:35:08.7701180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 PASSED [ 97%] 2022-12-01T10:35:08.7701529Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:35:08.7701882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 PASSED [ 97%] 2022-12-01T10:35:08.7702204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:35:08.7702537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 PASSED [ 98%] 2022-12-01T10:35:08.7702874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 PASSED [ 98%] 2022-12-01T10:35:08.7703202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 PASSED [ 98%] 2022-12-01T10:35:08.7703547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 PASSED [ 98%] 2022-12-01T10:35:08.7703887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:35:08.7704236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:35:08.7704620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:35:08.7704974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:35:08.7705336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:35:08.7705689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 PASSED [100%] 2022-12-01T10:35:08.7705871Z 2022-12-01T10:35:08.7706217Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-18a8230ea99f8fe5.xml - 2022-12-01T10:35:08.7706594Z = 348 passed, 53 skipped, 3 deselected, 75 xfailed, 13 warnings in 381.43s (0:06:21) = 2022-12-01T10:35:08.7706926Z 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:35:08.7707126Z 2022-12-01T10:35:08.7707491Z ##[endgroup] 2022-12-01T10:35:08.7707896Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_zsz0mvsl) 2022-12-01T10:35:08.7708106Z 2022-12-01T10:36:59.7660064Z 2022-12-01T10:36:59.7660705Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:36:59.7662716Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_5mdbmdke) 2022-12-01T10:36:59.7682757Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-fbf0c4d25ab2263f.xml 2022-12-01T10:36:59.7683189Z ============================= test session starts ============================== 2022-12-01T10:36:59.7683570Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:36:59.7683837Z cachedir: .pytest_cache 2022-12-01T10:36:59.7684292Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:36:59.7684671Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:36:59.7685095Z 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:36:59.7685418Z collecting ... collected 1018 items / 1 deselected / 1017 selected 2022-12-01T10:36:59.7737776Z 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:36:59.7784725Z 2022-12-01T10:36:59.7785124Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 PASSED [ 0%] 2022-12-01T10:36:59.7785461Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 PASSED [ 0%] 2022-12-01T10:36:59.7785790Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 XFAIL [ 0%] 2022-12-01T10:36:59.7786119Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 PASSED [ 0%] 2022-12-01T10:36:59.7786439Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 PASSED [ 0%] 2022-12-01T10:36:59.7786791Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-12-01T10:36:59.7787133Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 PASSED [ 1%] 2022-12-01T10:36:59.7787451Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 PASSED [ 1%] 2022-12-01T10:36:59.7787781Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 PASSED [ 1%] 2022-12-01T10:36:59.7788176Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 PASSED [ 1%] 2022-12-01T10:36:59.7788500Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 PASSED [ 2%] 2022-12-01T10:36:59.7788807Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 XFAIL [ 2%] 2022-12-01T10:36:59.7789131Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 XFAIL [ 2%] 2022-12-01T10:36:59.7789460Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 PASSED [ 2%] 2022-12-01T10:36:59.7789791Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 PASSED [ 2%] 2022-12-01T10:36:59.7790128Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-12-01T10:36:59.7790490Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 PASSED [ 3%] 2022-12-01T10:36:59.7790826Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 PASSED [ 3%] 2022-12-01T10:36:59.7791140Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 PASSED [ 3%] 2022-12-01T10:36:59.7791474Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 PASSED [ 3%] 2022-12-01T10:36:59.7791808Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 XFAIL [ 3%] 2022-12-01T10:36:59.7792138Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 PASSED [ 4%] 2022-12-01T10:36:59.7792474Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 4%] 2022-12-01T10:36:59.7792832Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 4%] 2022-12-01T10:36:59.7793281Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 PASSED [ 4%] 2022-12-01T10:36:59.7793629Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-12-01T10:36:59.7794014Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 5%] 2022-12-01T10:36:59.7794385Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 PASSED [ 5%] 2022-12-01T10:36:59.7794749Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 PASSED [ 5%] 2022-12-01T10:36:59.7795082Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 PASSED [ 5%] 2022-12-01T10:36:59.7795414Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 PASSED [ 5%] 2022-12-01T10:36:59.7795749Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-12-01T10:36:59.7796118Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:36:59.7796499Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 XFAIL [ 6%] 2022-12-01T10:36:59.7796829Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 PASSED [ 6%] 2022-12-01T10:36:59.7797172Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-12-01T10:36:59.7797499Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 PASSED [ 6%] 2022-12-01T10:36:59.7797820Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 XFAIL [ 7%] 2022-12-01T10:36:59.7798145Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 PASSED [ 7%] 2022-12-01T10:36:59.7798469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 XFAIL [ 7%] 2022-12-01T10:36:59.7798779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 XFAIL [ 7%] 2022-12-01T10:36:59.7799102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 XFAIL [ 7%] 2022-12-01T10:36:59.7799437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:36:59.7799765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 XFAIL [ 8%] 2022-12-01T10:36:59.7800095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 XFAIL [ 8%] 2022-12-01T10:36:59.7800430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 XFAIL [ 8%] 2022-12-01T10:36:59.7800766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 XFAIL [ 8%] 2022-12-01T10:36:59.7801088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 XFAIL [ 8%] 2022-12-01T10:36:59.7801422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 XFAIL [ 9%] 2022-12-01T10:36:59.7801756Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 XFAIL [ 9%] 2022-12-01T10:36:59.7802088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 XFAIL [ 9%] 2022-12-01T10:36:59.7802408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:36:59.7802746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:36:59.7803073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 PASSED [ 10%] 2022-12-01T10:36:59.7803391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 PASSED [ 10%] 2022-12-01T10:36:59.7803725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 PASSED [ 10%] 2022-12-01T10:36:59.7804064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 PASSED [ 10%] 2022-12-01T10:36:59.7804400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 PASSED [ 10%] 2022-12-01T10:36:59.7804769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:36:59.7805130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 PASSED [ 11%] 2022-12-01T10:36:59.7805485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:36:59.7805812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:36:59.7806146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 PASSED [ 11%] 2022-12-01T10:36:59.7806476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 PASSED [ 11%] 2022-12-01T10:36:59.7806830Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:36:59.7807186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:36:59.7807537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 PASSED [ 12%] 2022-12-01T10:36:59.7807911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:36:59.7808251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 PASSED [ 12%] 2022-12-01T10:36:59.7808573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 PASSED [ 13%] 2022-12-01T10:36:59.7808902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 XFAIL [ 13%] 2022-12-01T10:36:59.7809235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:36:59.7809559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 PASSED [ 13%] 2022-12-01T10:36:59.7809895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 PASSED [ 13%] 2022-12-01T10:36:59.7810227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 PASSED [ 13%] 2022-12-01T10:36:59.7810564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 PASSED [ 14%] 2022-12-01T10:36:59.7810882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 PASSED [ 14%] 2022-12-01T10:36:59.7811214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:36:59.7811547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 PASSED [ 14%] 2022-12-01T10:36:59.7811877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 PASSED [ 14%] 2022-12-01T10:36:59.7812227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 XFAIL [ 15%] 2022-12-01T10:36:59.7812570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 XFAIL [ 15%] 2022-12-01T10:36:59.7812912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:36:59.7813243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 XFAIL [ 15%] 2022-12-01T10:36:59.7813587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 PASSED [ 15%] 2022-12-01T10:36:59.7813921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:36:59.7814257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:36:59.7814710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 XFAIL [ 16%] 2022-12-01T10:36:59.7815065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 PASSED [ 16%] 2022-12-01T10:36:59.7815432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 XFAIL [ 16%] 2022-12-01T10:36:59.7815780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 PASSED [ 16%] 2022-12-01T10:36:59.7816195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 PASSED [ 17%] 2022-12-01T10:36:59.7816576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 SKIPPED (Expected failure!) [ 17%] 2022-12-01T10:36:59.7816954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 PASSED [ 17%] 2022-12-01T10:36:59.7817289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 PASSED [ 17%] 2022-12-01T10:36:59.7817623Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 PASSED [ 17%] 2022-12-01T10:36:59.7817955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 XFAIL [ 18%] 2022-12-01T10:36:59.7818298Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 PASSED [ 18%] 2022-12-01T10:36:59.7818632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 PASSED [ 18%] 2022-12-01T10:36:59.7818987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 PASSED [ 18%] 2022-12-01T10:36:59.7819390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 PASSED [ 18%] 2022-12-01T10:36:59.7819742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 PASSED [ 18%] 2022-12-01T10:36:59.7820099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 PASSED [ 19%] 2022-12-01T10:36:59.7820438Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 PASSED [ 19%] 2022-12-01T10:36:59.7820772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 PASSED [ 19%] 2022-12-01T10:36:59.7821098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 PASSED [ 19%] 2022-12-01T10:36:59.7821451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 PASSED [ 19%] 2022-12-01T10:36:59.7821811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 PASSED [ 20%] 2022-12-01T10:36:59.7822154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 PASSED [ 20%] 2022-12-01T10:36:59.7822497Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 PASSED [ 20%] 2022-12-01T10:36:59.7822859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 SKIPPED (Skipped!) [ 20%] 2022-12-01T10:36:59.7823234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 PASSED [ 20%] 2022-12-01T10:36:59.7823580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 PASSED [ 21%] 2022-12-01T10:36:59.7823930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 PASSED [ 21%] 2022-12-01T10:36:59.7824270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 PASSED [ 21%] 2022-12-01T10:36:59.7824613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 PASSED [ 21%] 2022-12-01T10:36:59.7824947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 PASSED [ 21%] 2022-12-01T10:36:59.7825278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 PASSED [ 21%] 2022-12-01T10:36:59.7825606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 PASSED [ 22%] 2022-12-01T10:36:59.7825939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 PASSED [ 22%] 2022-12-01T10:36:59.7826280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 XFAIL [ 22%] 2022-12-01T10:36:59.7826607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 XFAIL [ 22%] 2022-12-01T10:36:59.7826937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 PASSED [ 22%] 2022-12-01T10:36:59.7827264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 PASSED [ 23%] 2022-12-01T10:36:59.7827636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 PASSED [ 23%] 2022-12-01T10:36:59.7827971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 PASSED [ 23%] 2022-12-01T10:36:59.7828395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:36:59.7828731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:36:59.7829070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 PASSED [ 23%] 2022-12-01T10:36:59.7829417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 PASSED [ 24%] 2022-12-01T10:36:59.7829758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-12-01T10:36:59.7830100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 PASSED [ 24%] 2022-12-01T10:36:59.7830433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 PASSED [ 24%] 2022-12-01T10:36:59.7830822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 PASSED [ 24%] 2022-12-01T10:36:59.7831164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 PASSED [ 25%] 2022-12-01T10:36:59.7831505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 PASSED [ 25%] 2022-12-01T10:36:59.7831835Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 XFAIL [ 25%] 2022-12-01T10:36:59.7832162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:36:59.7832497Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:36:59.7832843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:36:59.7833209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:36:59.7833574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:36:59.7833948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:36:59.7834296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 PASSED [ 26%] 2022-12-01T10:36:59.7834630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 PASSED [ 26%] 2022-12-01T10:36:59.7834950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 PASSED [ 27%] 2022-12-01T10:36:59.7835284Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 PASSED [ 27%] 2022-12-01T10:36:59.7835614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 PASSED [ 27%] 2022-12-01T10:36:59.7835942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 PASSED [ 27%] 2022-12-01T10:36:59.7836286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 PASSED [ 27%] 2022-12-01T10:36:59.7836621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 PASSED [ 28%] 2022-12-01T10:36:59.7836950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 XFAIL [ 28%] 2022-12-01T10:36:59.7837266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 XFAIL [ 28%] 2022-12-01T10:36:59.7837601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 PASSED [ 28%] 2022-12-01T10:36:59.7837935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 PASSED [ 28%] 2022-12-01T10:36:59.7838264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 PASSED [ 28%] 2022-12-01T10:36:59.7838607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 PASSED [ 29%] 2022-12-01T10:36:59.7838945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 PASSED [ 29%] 2022-12-01T10:36:59.7839319Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 PASSED [ 29%] 2022-12-01T10:36:59.7839647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 PASSED [ 29%] 2022-12-01T10:36:59.7839986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 PASSED [ 29%] 2022-12-01T10:36:59.7840326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 PASSED [ 30%] 2022-12-01T10:36:59.7840669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 PASSED [ 30%] 2022-12-01T10:36:59.7841001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 PASSED [ 30%] 2022-12-01T10:36:59.7841344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-12-01T10:36:59.7841681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 PASSED [ 30%] 2022-12-01T10:36:59.7842042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 PASSED [ 31%] 2022-12-01T10:36:59.7842386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 PASSED [ 31%] 2022-12-01T10:36:59.7842723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-12-01T10:36:59.7843061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 PASSED [ 31%] 2022-12-01T10:36:59.7843387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 PASSED [ 31%] 2022-12-01T10:36:59.7843722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-12-01T10:36:59.7844058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 PASSED [ 32%] 2022-12-01T10:36:59.7844398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 PASSED [ 32%] 2022-12-01T10:36:59.7844721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 PASSED [ 32%] 2022-12-01T10:36:59.7845059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 PASSED [ 32%] 2022-12-01T10:36:59.7845394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 PASSED [ 32%] 2022-12-01T10:36:59.7845739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:36:59.7846090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 PASSED [ 33%] 2022-12-01T10:36:59.7846429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 PASSED [ 33%] 2022-12-01T10:36:59.7846774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 PASSED [ 33%] 2022-12-01T10:36:59.7847100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 PASSED [ 33%] 2022-12-01T10:36:59.7847427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 PASSED [ 34%] 2022-12-01T10:36:59.7847759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 PASSED [ 34%] 2022-12-01T10:36:59.7848080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 XFAIL [ 34%] 2022-12-01T10:36:59.7848408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 XFAIL [ 34%] 2022-12-01T10:36:59.7848740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 PASSED [ 34%] 2022-12-01T10:36:59.7849077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 XFAIL [ 34%] 2022-12-01T10:36:59.7849405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 PASSED [ 35%] 2022-12-01T10:36:59.7849740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 PASSED [ 35%] 2022-12-01T10:36:59.7850071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 PASSED [ 35%] 2022-12-01T10:36:59.7850428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 PASSED [ 35%] 2022-12-01T10:36:59.7850749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 PASSED [ 35%] 2022-12-01T10:36:59.7851081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 PASSED [ 36%] 2022-12-01T10:36:59.7851420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 PASSED [ 36%] 2022-12-01T10:36:59.7851753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 PASSED [ 36%] 2022-12-01T10:36:59.7852097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 PASSED [ 36%] 2022-12-01T10:36:59.7852446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 PASSED [ 36%] 2022-12-01T10:36:59.7852797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 PASSED [ 36%] 2022-12-01T10:36:59.7853127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 PASSED [ 37%] 2022-12-01T10:36:59.7853481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 XFAIL [ 37%] 2022-12-01T10:36:59.7853817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 PASSED [ 37%] 2022-12-01T10:36:59.7854143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 PASSED [ 37%] 2022-12-01T10:36:59.7854590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 PASSED [ 37%] 2022-12-01T10:36:59.7855086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 PASSED [ 38%] 2022-12-01T10:36:59.7855589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 PASSED [ 38%] 2022-12-01T10:36:59.7856078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 PASSED [ 38%] 2022-12-01T10:36:59.7856576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 PASSED [ 38%] 2022-12-01T10:36:59.7857168Z 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:36:59.7857808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:36:59.7858428Z 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:36:59.7859056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:36:59.7859667Z 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:36:59.7860222Z 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:36:59.7860625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:36:59.7861024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:36:59.7861386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 PASSED [ 40%] 2022-12-01T10:36:59.7861725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 PASSED [ 40%] 2022-12-01T10:36:59.7862053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 PASSED [ 40%] 2022-12-01T10:36:59.7862381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 PASSED [ 40%] 2022-12-01T10:36:59.7862726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 PASSED [ 41%] 2022-12-01T10:36:59.7863065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 PASSED [ 41%] 2022-12-01T10:36:59.7863488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 PASSED [ 41%] 2022-12-01T10:36:59.7863839Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 PASSED [ 41%] 2022-12-01T10:36:59.7864195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 PASSED [ 41%] 2022-12-01T10:36:59.7864540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 PASSED [ 42%] 2022-12-01T10:36:59.7864887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 PASSED [ 42%] 2022-12-01T10:36:59.7865237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 PASSED [ 42%] 2022-12-01T10:36:59.7865579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 PASSED [ 42%] 2022-12-01T10:36:59.7865938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 PASSED [ 42%] 2022-12-01T10:36:59.7866297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 PASSED [ 42%] 2022-12-01T10:36:59.7866687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 PASSED [ 43%] 2022-12-01T10:36:59.7867027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 PASSED [ 43%] 2022-12-01T10:36:59.7867383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 PASSED [ 43%] 2022-12-01T10:36:59.7867746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 PASSED [ 43%] 2022-12-01T10:36:59.7868197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 43%] 2022-12-01T10:36:59.7868555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 PASSED [ 44%] 2022-12-01T10:36:59.7868916Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 PASSED [ 44%] 2022-12-01T10:36:59.7869274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 PASSED [ 44%] 2022-12-01T10:36:59.7869647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 XFAIL [ 44%] 2022-12-01T10:36:59.7869997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 PASSED [ 44%] 2022-12-01T10:36:59.7870346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 PASSED [ 44%] 2022-12-01T10:36:59.7870696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 PASSED [ 45%] 2022-12-01T10:36:59.7871045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 PASSED [ 45%] 2022-12-01T10:36:59.7871413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 PASSED [ 45%] 2022-12-01T10:36:59.7871780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 PASSED [ 45%] 2022-12-01T10:36:59.7872151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 PASSED [ 45%] 2022-12-01T10:36:59.7872524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped!) [ 46%] 2022-12-01T10:36:59.7872906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 PASSED [ 46%] 2022-12-01T10:36:59.7873287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 46%] 2022-12-01T10:36:59.7873664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 PASSED [ 46%] 2022-12-01T10:36:59.7874078Z 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:36:59.7874495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 PASSED [ 47%] 2022-12-01T10:36:59.7874874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 PASSED [ 47%] 2022-12-01T10:36:59.7875226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 PASSED [ 47%] 2022-12-01T10:36:59.7875572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 PASSED [ 47%] 2022-12-01T10:36:59.7875927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 PASSED [ 47%] 2022-12-01T10:36:59.7876273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 PASSED [ 47%] 2022-12-01T10:36:59.7876607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 PASSED [ 48%] 2022-12-01T10:36:59.7876962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 PASSED [ 48%] 2022-12-01T10:36:59.7877318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 PASSED [ 48%] 2022-12-01T10:36:59.7877677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 PASSED [ 48%] 2022-12-01T10:36:59.7878043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 PASSED [ 48%] 2022-12-01T10:36:59.7878401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 PASSED [ 49%] 2022-12-01T10:36:59.7878761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 PASSED [ 49%] 2022-12-01T10:36:59.7879116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 PASSED [ 49%] 2022-12-01T10:36:59.7879444Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 PASSED [ 49%] 2022-12-01T10:36:59.7879786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 PASSED [ 49%] 2022-12-01T10:36:59.7880141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 PASSED [ 50%] 2022-12-01T10:36:59.7880492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 PASSED [ 50%] 2022-12-01T10:36:59.7880843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 PASSED [ 50%] 2022-12-01T10:36:59.7881187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 PASSED [ 50%] 2022-12-01T10:36:59.7881534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 PASSED [ 50%] 2022-12-01T10:36:59.7881866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 PASSED [ 50%] 2022-12-01T10:36:59.7882210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 PASSED [ 51%] 2022-12-01T10:36:59.7882555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 PASSED [ 51%] 2022-12-01T10:36:59.7882884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 PASSED [ 51%] 2022-12-01T10:36:59.7883231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 PASSED [ 51%] 2022-12-01T10:36:59.7883580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 PASSED [ 51%] 2022-12-01T10:36:59.7883927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 PASSED [ 52%] 2022-12-01T10:36:59.7884262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 PASSED [ 52%] 2022-12-01T10:36:59.7884596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 PASSED [ 52%] 2022-12-01T10:36:59.7884937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 PASSED [ 52%] 2022-12-01T10:36:59.7885276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 XFAIL [ 52%] 2022-12-01T10:36:59.7885596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 PASSED [ 52%] 2022-12-01T10:36:59.7885921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 XFAIL [ 53%] 2022-12-01T10:36:59.7886289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 PASSED [ 53%] 2022-12-01T10:36:59.7886616Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 PASSED [ 53%] 2022-12-01T10:36:59.7886949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 XFAIL [ 53%] 2022-12-01T10:36:59.7887275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 XFAIL [ 53%] 2022-12-01T10:36:59.7887595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 XFAIL [ 54%] 2022-12-01T10:36:59.7887925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:36:59.7888305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:36:59.7888671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:36:59.7889046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:36:59.7889441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64 XFAIL [ 55%] 2022-12-01T10:36:59.7889805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:36:59.7890167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64 XFAIL [ 55%] 2022-12-01T10:36:59.7890502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32 XFAIL [ 55%] 2022-12-01T10:36:59.7890850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 PASSED [ 55%] 2022-12-01T10:36:59.7891205Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32 XFAIL [ 55%] 2022-12-01T10:36:59.7891553Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:36:59.7891886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:36:59.7892225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32 XFAIL [ 56%] 2022-12-01T10:36:59.7892568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 PASSED [ 56%] 2022-12-01T10:36:59.7892906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 PASSED [ 56%] 2022-12-01T10:36:59.7893234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 PASSED [ 57%] 2022-12-01T10:36:59.7893579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 PASSED [ 57%] 2022-12-01T10:36:59.7893934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 PASSED [ 57%] 2022-12-01T10:36:59.7894272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 PASSED [ 57%] 2022-12-01T10:36:59.7894754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 PASSED [ 57%] 2022-12-01T10:36:59.7895092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 PASSED [ 57%] 2022-12-01T10:36:59.7895429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 PASSED [ 58%] 2022-12-01T10:36:59.7895795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:36:59.7896175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 PASSED [ 58%] 2022-12-01T10:36:59.7896532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 PASSED [ 58%] 2022-12-01T10:36:59.7896870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 PASSED [ 58%] 2022-12-01T10:36:59.7897201Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 PASSED [ 59%] 2022-12-01T10:36:59.7897593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 PASSED [ 59%] 2022-12-01T10:36:59.7897938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 XFAIL [ 59%] 2022-12-01T10:36:59.7898266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 PASSED [ 59%] 2022-12-01T10:36:59.7898617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-12-01T10:36:59.7898983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 60%] 2022-12-01T10:36:59.7899345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 60%] 2022-12-01T10:36:59.7899699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:36:59.7900052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 PASSED [ 60%] 2022-12-01T10:36:59.7900399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 PASSED [ 60%] 2022-12-01T10:36:59.7900768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 PASSED [ 60%] 2022-12-01T10:36:59.7901119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-12-01T10:36:59.7901473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 XFAIL [ 61%] 2022-12-01T10:36:59.7901813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 PASSED [ 61%] 2022-12-01T10:36:59.7902133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 PASSED [ 61%] 2022-12-01T10:36:59.7902482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:36:59.7902837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 PASSED [ 62%] 2022-12-01T10:36:59.7903179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 PASSED [ 62%] 2022-12-01T10:36:59.7903512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 PASSED [ 62%] 2022-12-01T10:36:59.7903851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 PASSED [ 62%] 2022-12-01T10:36:59.7904191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 PASSED [ 62%] 2022-12-01T10:36:59.7904547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 63%] 2022-12-01T10:36:59.7904945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 63%] 2022-12-01T10:36:59.7905325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 PASSED [ 63%] 2022-12-01T10:36:59.7905704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 63%] 2022-12-01T10:36:59.7906109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:36:59.7906506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-12-01T10:36:59.7906882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:36:59.7907273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:36:59.7907662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 SKIPPED (Works on some configs!) [ 64%] 2022-12-01T10:36:59.7908188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:36:59.7908589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 XFAIL [ 64%] 2022-12-01T10:36:59.7909022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-12-01T10:36:59.7909414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 65%] 2022-12-01T10:36:59.7909806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-12-01T10:36:59.7910184Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 XFAIL [ 65%] 2022-12-01T10:36:59.7910559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 XFAIL [ 65%] 2022-12-01T10:36:59.7910953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 XFAIL [ 65%] 2022-12-01T10:36:59.7911378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 XFAIL [ 66%] 2022-12-01T10:36:59.7911809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 66%] 2022-12-01T10:36:59.7912186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:36:59.7912532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:36:59.7912899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:36:59.7913277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:36:59.7913663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:36:59.7914043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 XFAIL [ 67%] 2022-12-01T10:36:59.7914438Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 XFAIL [ 67%] 2022-12-01T10:36:59.7914812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 PASSED [ 67%] 2022-12-01T10:36:59.7915167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 PASSED [ 68%] 2022-12-01T10:36:59.7915544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 PASSED [ 68%] 2022-12-01T10:36:59.7915908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 PASSED [ 68%] 2022-12-01T10:36:59.7916286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 XFAIL [ 68%] 2022-12-01T10:36:59.7916661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-12-01T10:36:59.7917104Z 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:36:59.7917536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:36:59.7917910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:36:59.7918282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 69%] 2022-12-01T10:36:59.7918662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:36:59.7919041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-12-01T10:36:59.7919420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 PASSED [ 70%] 2022-12-01T10:36:59.7919804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 XFAIL [ 70%] 2022-12-01T10:36:59.7920194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 70%] 2022-12-01T10:36:59.7920598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:36:59.7920987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:36:59.7921365Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:36:59.7921762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 PASSED [ 71%] 2022-12-01T10:36:59.7922150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:36:59.7922543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:36:59.7922953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:36:59.7923365Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:36:59.7923781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:36:59.7924182Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:36:59.7924572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 XFAIL [ 72%] 2022-12-01T10:36:59.7924952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:36:59.7925339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 72%] 2022-12-01T10:36:59.7925719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 73%] 2022-12-01T10:36:59.7926107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 PASSED [ 73%] 2022-12-01T10:36:59.7926484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:36:59.7926860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 PASSED [ 73%] 2022-12-01T10:36:59.7927222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-12-01T10:36:59.7927608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:36:59.7928009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 XFAIL [ 74%] 2022-12-01T10:36:59.7928440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 SKIPPED (Internal assert failed!) [ 74%] 2022-12-01T10:36:59.7928851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 SKIPPED (Internal assert failed!) [ 74%] 2022-12-01T10:36:59.7929256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 XFAIL [ 74%] 2022-12-01T10:36:59.7929651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 XFAIL [ 74%] 2022-12-01T10:36:59.7930009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 XFAIL [ 75%] 2022-12-01T10:36:59.7930338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 PASSED [ 75%] 2022-12-01T10:36:59.7930681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 PASSED [ 75%] 2022-12-01T10:36:59.7931049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 XFAIL [ 75%] 2022-12-01T10:36:59.7931382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:36:59.7931729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 PASSED [ 76%] 2022-12-01T10:36:59.7932060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:36:59.7932395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 XFAIL [ 76%] 2022-12-01T10:36:59.7932723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 PASSED [ 76%] 2022-12-01T10:36:59.7933064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:36:59.7933402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:36:59.7933786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 PASSED [ 77%] 2022-12-01T10:36:59.7934162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-12-01T10:36:59.7934725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 PASSED [ 77%] 2022-12-01T10:36:59.7935067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:36:59.7935389Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 PASSED [ 77%] 2022-12-01T10:36:59.7935723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:36:59.7936060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:36:59.7936402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:36:59.7936736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 XFAIL [ 78%] 2022-12-01T10:36:59.7937071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 XFAIL [ 78%] 2022-12-01T10:36:59.7937407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:36:59.7937744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:36:59.7938064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:36:59.7938403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 PASSED [ 79%] 2022-12-01T10:36:59.7938747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:36:59.7939101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:36:59.7939449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 PASSED [ 80%] 2022-12-01T10:36:59.7939795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:36:59.7940135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 PASSED [ 80%] 2022-12-01T10:36:59.7940460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 PASSED [ 80%] 2022-12-01T10:36:59.7940807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:36:59.7941146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 PASSED [ 81%] 2022-12-01T10:36:59.7941468Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:36:59.7941802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 PASSED [ 81%] 2022-12-01T10:36:59.7942159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:36:59.7942604Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:36:59.7942958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 PASSED [ 81%] 2022-12-01T10:36:59.7943297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 PASSED [ 82%] 2022-12-01T10:36:59.7943641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 PASSED [ 82%] 2022-12-01T10:36:59.7943988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 PASSED [ 82%] 2022-12-01T10:36:59.7944330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 PASSED [ 82%] 2022-12-01T10:36:59.7944691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 PASSED [ 82%] 2022-12-01T10:36:59.7945047Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 PASSED [ 83%] 2022-12-01T10:36:59.7945436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 PASSED [ 83%] 2022-12-01T10:36:59.7945808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 PASSED [ 83%] 2022-12-01T10:36:59.7946177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 PASSED [ 83%] 2022-12-01T10:36:59.7946523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 PASSED [ 83%] 2022-12-01T10:36:59.7946855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 PASSED [ 84%] 2022-12-01T10:36:59.7947194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 XFAIL [ 84%] 2022-12-01T10:36:59.7947531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 PASSED [ 84%] 2022-12-01T10:36:59.7947872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 PASSED [ 84%] 2022-12-01T10:36:59.7948258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 PASSED [ 84%] 2022-12-01T10:36:59.7948596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 PASSED [ 84%] 2022-12-01T10:36:59.7948926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 PASSED [ 85%] 2022-12-01T10:36:59.7949250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 PASSED [ 85%] 2022-12-01T10:36:59.7949586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 PASSED [ 85%] 2022-12-01T10:36:59.7949921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 PASSED [ 85%] 2022-12-01T10:36:59.7950503Z 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:36:59.7950885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 PASSED [ 86%] 2022-12-01T10:36:59.7951234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 PASSED [ 86%] 2022-12-01T10:36:59.7951587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 PASSED [ 86%] 2022-12-01T10:36:59.7951952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-12-01T10:36:59.7952283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 PASSED [ 86%] 2022-12-01T10:36:59.7952625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 PASSED [ 86%] 2022-12-01T10:36:59.7952982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 PASSED [ 87%] 2022-12-01T10:36:59.7953346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 87%] 2022-12-01T10:36:59.7953737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 87%] 2022-12-01T10:36:59.7954354Z 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:36:59.7954980Z 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:36:59.7955395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 PASSED [ 88%] 2022-12-01T10:36:59.7955746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 PASSED [ 88%] 2022-12-01T10:36:59.7956115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 PASSED [ 88%] 2022-12-01T10:36:59.7956480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 PASSED [ 88%] 2022-12-01T10:36:59.7956834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 PASSED [ 88%] 2022-12-01T10:36:59.7957241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 PASSED [ 89%] 2022-12-01T10:36:59.7957617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 PASSED [ 89%] 2022-12-01T10:36:59.7958002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 PASSED [ 89%] 2022-12-01T10:36:59.7958560Z 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:36:59.7959206Z 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:36:59.7959647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 PASSED [ 89%] 2022-12-01T10:36:59.7960023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:36:59.7960354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:36:59.7960702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 PASSED [ 90%] 2022-12-01T10:36:59.7961059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:36:59.7961415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 PASSED [ 90%] 2022-12-01T10:36:59.7961750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 PASSED [ 91%] 2022-12-01T10:36:59.7962088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 PASSED [ 91%] 2022-12-01T10:36:59.7962423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 PASSED [ 91%] 2022-12-01T10:36:59.7962757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 PASSED [ 91%] 2022-12-01T10:36:59.7963088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 PASSED [ 91%] 2022-12-01T10:36:59.7963421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 PASSED [ 92%] 2022-12-01T10:36:59.7963760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 PASSED [ 92%] 2022-12-01T10:36:59.7964091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 PASSED [ 92%] 2022-12-01T10:36:59.7964486Z 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:36:59.7964866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 PASSED [ 92%] 2022-12-01T10:36:59.7965202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 PASSED [ 92%] 2022-12-01T10:36:59.7965552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 PASSED [ 93%] 2022-12-01T10:36:59.7965883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 PASSED [ 93%] 2022-12-01T10:36:59.7966222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 XFAIL [ 93%] 2022-12-01T10:36:59.7966550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 PASSED [ 93%] 2022-12-01T10:36:59.7966881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 PASSED [ 93%] 2022-12-01T10:36:59.7967213Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 PASSED [ 94%] 2022-12-01T10:36:59.7967546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 PASSED [ 94%] 2022-12-01T10:36:59.7967869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 PASSED [ 94%] 2022-12-01T10:36:59.7968217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 PASSED [ 94%] 2022-12-01T10:36:59.7968636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 PASSED [ 94%] 2022-12-01T10:36:59.7968959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 PASSED [ 94%] 2022-12-01T10:36:59.7969306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:36:59.7969661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:36:59.7970009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 PASSED [ 95%] 2022-12-01T10:36:59.7970339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 PASSED [ 95%] 2022-12-01T10:36:59.7970684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 PASSED [ 95%] 2022-12-01T10:36:59.7971032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:36:59.7971374Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:36:59.7971709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:36:59.7972090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:36:59.7972422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 PASSED [ 96%] 2022-12-01T10:36:59.7972745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:36:59.7973080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 PASSED [ 97%] 2022-12-01T10:36:59.7973417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:36:59.7973757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 PASSED [ 97%] 2022-12-01T10:36:59.7974088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 XFAIL [ 97%] 2022-12-01T10:36:59.7974428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 XFAIL [ 97%] 2022-12-01T10:36:59.7974929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 PASSED [ 98%] 2022-12-01T10:36:59.7975256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 PASSED [ 98%] 2022-12-01T10:36:59.7975590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:36:59.7975931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 PASSED [ 98%] 2022-12-01T10:36:59.7976273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:36:59.7976611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:36:59.7976957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:36:59.7977371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:36:59.7977725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 XFAIL [ 99%] 2022-12-01T10:36:59.7978045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 XFAIL [ 99%] 2022-12-01T10:36:59.7978386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:36:59.7978574Z 2022-12-01T10:36:59.7978908Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-fbf0c4d25ab2263f.xml - 2022-12-01T10:36:59.7979289Z = 402 passed, 56 skipped, 1 deselected, 80 xfailed, 91 warnings in 492.15s (0:08:12) = 2022-12-01T10:36:59.7979609Z 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:36:59.7979807Z 2022-12-01T10:36:59.7980156Z ##[endgroup] 2022-12-01T10:36:59.7980567Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_5mdbmdke) 2022-12-01T10:36:59.7980762Z 2022-12-01T10:37:00.0767143Z 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:37:00.076274] 2022-12-01T10:37:06.5357312Z 2022-12-01T10:37:06.5357894Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:37:06.5358699Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_h0d3l6uh) 2022-12-01T10:37:06.5359422Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-5b96425a4cd88513.xml 2022-12-01T10:37:06.5360017Z ============================= test session starts ============================== 2022-12-01T10:37:06.5360480Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:37:06.5360766Z cachedir: .pytest_cache 2022-12-01T10:37:06.5361260Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:37:06.5361615Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:37:06.5371705Z 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:37:06.5372277Z collecting ... collected 1018 items / 1014 deselected / 4 selected 2022-12-01T10:37:06.5372921Z 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:37:06.5373469Z 2022-12-01T10:37:06.5373655Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 PASSED [ 25%] 2022-12-01T10:37:06.5374029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:37:06.5374405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 PASSED [ 75%] 2022-12-01T10:37:06.5375081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:37:06.5375282Z 2022-12-01T10:37:06.5375664Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-5b96425a4cd88513.xml - 2022-12-01T10:37:06.5376063Z ================ 4 passed, 1014 deselected, 1 warning in 3.88s ================= 2022-12-01T10:37:06.5376485Z 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:37:06.5376912Z 2022-12-01T10:37:06.5377398Z ##[endgroup] 2022-12-01T10:37:06.5378006Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_h0d3l6uh) 2022-12-01T10:37:06.5378216Z 2022-12-01T10:37:06.5378393Z Running test_ops_gradients ... [2022-12-01 10:37:06.536796] 2022-12-01T10:37:07.6829510Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:37:07.7018395Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:37:07.7470398Z Ignoring disabled issues: [] 2022-12-01T10:37:07.7624161Z 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:37:07.761990] 2022-12-01T10:37:07.7664429Z Ignoring disabled issues: [] 2022-12-01T10:37:07.7818506Z 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:37:07.781474] 2022-12-01T10:44:11.0829191Z 2022-12-01T10:44:11.0829715Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:44:11.0912243Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_07op5ucm) 2022-12-01T10:44:11.0915027Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-66532105d299b988.xml 2022-12-01T10:44:11.0915575Z ============================= test session starts ============================== 2022-12-01T10:44:11.0916186Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:44:11.0916613Z cachedir: .pytest_cache 2022-12-01T10:44:11.0917304Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:44:11.0919069Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:44:11.0920353Z 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:44:11.0920973Z collecting ... collected 7560 items / 18 deselected / 7542 selected 2022-12-01T10:44:11.1624303Z 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:44:11.2251049Z 2022-12-01T10:44:11.2251556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2252336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2253112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2254221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2255113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2255869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2256650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2257409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2258165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2258919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2259695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2260475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2261247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2262020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2262814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2263580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2264663Z 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:44:11.2265673Z 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:44:11.2266441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2267263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2268032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2268885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2269877Z 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:44:11.2270892Z 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:44:11.2271635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 0%] 2022-12-01T10:44:11.2272359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2273120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2273944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2274713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2275490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2276255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2277029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2278002Z 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:44:11.2278801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2279578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2280371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:11.2281361Z 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:44:11.2282351Z 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:44:11.2283132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2283877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2284553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 PASSED [ 1%] 2022-12-01T10:44:11.2285452Z 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:44:11.2286234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2287009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2287826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2288588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2289356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2290111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2290870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2291644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2292488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2293232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2294000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2294872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2295643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2296396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2297163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2297925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2298688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2299471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2300269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2301040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2301804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2302555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2303339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2304115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2304899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2305668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2306503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2307331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2308084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2309067Z 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:44:11.2310035Z 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:44:11.2310802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2311615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:11.2312371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2313117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2313892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2314671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2315434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2316384Z 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:44:11.2317163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2317920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2318688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2319461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2320231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2321007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2321781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2322538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2323307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2324081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2324854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2325654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2326419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2327180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2327956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2328730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2329476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2330272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2331039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2331798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2332540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2333293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2334062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2334930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2335683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2336443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2337206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2337983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2338739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2339502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2340251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2341001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:11.2341743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2342735Z 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:44:11.2343517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2344339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2345082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2346067Z 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:44:11.2346937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2347709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2348480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2349281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2350050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2350816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2351597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2352397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2353172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2354177Z 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:44:11.2355155Z 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:44:11.2356131Z 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:44:11.2357123Z 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:44:11.2357900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:44:11.2358658Z 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:44:11.2359399Z 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:44:11.2360133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:44:11.2360843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:44:11.2361622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2362397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2363214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2364231Z 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:44:11.2365015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2365786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2366535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2367333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2368127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2369008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2369787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2370584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2371378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2372172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:11.2372946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2373764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2374642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2375424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2376197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2377240Z 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:44:11.2378281Z 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:44:11.2379043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 4%] 2022-12-01T10:44:11.2379726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 4%] 2022-12-01T10:44:11.2380487Z 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:44:11.2381273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2382053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2382965Z 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:44:11.2383770Z 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:44:11.2384569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2385369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2386196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2387297Z 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:44:11.2388395Z 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:44:11.2389475Z 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:44:11.2390290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2391123Z 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:44:11.2391948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2392765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2393568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2394411Z 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:44:11.2395227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2396001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2396811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2397608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2398412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2399257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2400082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2400850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2401694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2402499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2403286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2404080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:11.2404858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2405637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2406432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2407181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2407943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2408726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2409738Z 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:44:11.2410739Z 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:44:11.2411754Z 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:44:11.2414900Z 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:44:11.2415991Z 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:44:11.2416781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2417789Z 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:44:11.2418594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2419575Z 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:44:11.2420345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2421370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2422152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2422901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2423757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2424536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2425333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2426327Z 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:44:11.2427189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2427980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2428835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2429608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2430397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2431176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2431949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2432725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2433537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2434335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2435187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2435974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2436756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2437524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2438295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:11.2439064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2439841Z 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:44:11.2440630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2441395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2442193Z 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:44:11.2443054Z 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:44:11.2443870Z 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:44:11.2444655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2445408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2446148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2446911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2447705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2448466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2449234Z 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:44:11.2450040Z 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:44:11.2450839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2451613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2452617Z 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:44:11.2453616Z 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:44:11.2454394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2455267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2456253Z 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:44:11.2457021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2458002Z 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:44:11.2459038Z 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:44:11.2460055Z 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:44:11.2461040Z 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:44:11.2462029Z 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:44:11.2462947Z 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:44:11.2463815Z 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:44:11.2464679Z 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:44:11.2465549Z 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:44:11.2466405Z 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:44:11.2467396Z 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:44:11.2468269Z 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:44:11.2469108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2469907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:11.2470722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2471557Z 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:44:11.2472415Z 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:44:11.2473244Z 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:44:11.2474099Z 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:44:11.2474956Z 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:44:11.2475799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2476621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2477420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2478275Z 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:44:11.2479169Z 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:44:11.2480015Z 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:44:11.2480834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 7%] 2022-12-01T10:44:11.2481600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2482428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2483262Z 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:44:11.2484109Z 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:44:11.2485016Z 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:44:11.2485863Z 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:44:11.2486674Z 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:44:11.2487489Z 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:44:11.2488312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2489124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2489944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2490773Z 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:44:11.2491614Z 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:44:11.2492427Z 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:44:11.2493257Z 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:44:11.2494048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 7%] 2022-12-01T10:44:11.2495167Z 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:44:11.2495701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2496194Z 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:44:11.2496687Z 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:44:11.2497157Z 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:44:11.2497743Z 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:44:11.2498244Z 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:44:11.2498728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2499200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:11.2499662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2500176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2500669Z 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:44:11.2501167Z 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:44:11.2501647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2502127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2502620Z 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:44:11.2503146Z 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:44:11.2503644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2504118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2504606Z 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:44:11.2505241Z 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:44:11.2505706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2506145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2506599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2507154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2507599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2508037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2508526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T10:44:11.2508952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T10:44:11.2509520Z 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:44:11.2510094Z 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:44:11.2510677Z 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:44:11.2511255Z 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:44:11.2511750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2512191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2512642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2513095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2513551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2513999Z 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:44:11.2514451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:44:11.2514871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:44:11.2515287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:44:11.2515701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2516153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2516603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2517056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2517493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:11.2517945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2518521Z 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:44:11.2519111Z 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:44:11.2519697Z 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:44:11.2520318Z 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:44:11.2520780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2521233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2521676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2522113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2522579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2523111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2523588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2524034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2524608Z 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:44:11.2525078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2525543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2525990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2526444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2526894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2527352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2527787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:44:11.2528179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:44:11.2528614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2529061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2529512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2529969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2530438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2530910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2531426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2532005Z 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:44:11.2532442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 PASSED [ 9%] 2022-12-01T10:44:11.2532868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2533320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2533763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2534384Z 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:44:11.2542340Z 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:44:11.2542842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2543286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:11.2543742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2544212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2544668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2545121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2545724Z 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:44:11.2546323Z 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:44:11.2547017Z 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:44:11.2547509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2547958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2548423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2549033Z 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:44:11.2549686Z 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:44:11.2550399Z 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:44:11.2551027Z 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:44:11.2551653Z 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:44:11.2552132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2552744Z 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:44:11.2553435Z 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:44:11.2554110Z 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:44:11.2554775Z 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:44:11.2555434Z 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:44:11.2555925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2556519Z 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:44:11.2556991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2557457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2557927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2558384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2558857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2559318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2559772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2560215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2560670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2561127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2561574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2562047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2562498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2562944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2563408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:11.2563856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2564307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2564791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2565238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2565678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2566140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2566591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2567041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2567481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2567937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2568397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2568879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2569352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2569795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2570253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2570704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2571156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2571594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2572049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2572501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2573123Z 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:44:11.2573741Z 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:44:11.2574851Z 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:44:11.2575317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2575772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2576212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2576762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2577213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2577667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2578109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2578563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2579017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2579471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2579910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2580358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2580808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:11.2581388Z 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:44:11.2581798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 PASSED [ 11%] 2022-12-01T10:44:11.2582147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2582518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2582891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2583243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2583597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2583950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2584314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2584682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:44:11.2585122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2585476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2585831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2586184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2586544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2586983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2587342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2587704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2588117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2588506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2588862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2589390Z 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:44:11.2589978Z 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:44:11.2590418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2590933Z 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:44:11.2591351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2591712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2592240Z 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:44:11.2592798Z 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:44:11.2593368Z 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:44:11.2593950Z 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:44:11.2594391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 12%] 2022-12-01T10:44:11.2594816Z 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:44:11.2595227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2595586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2595941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2596283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2596641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 PASSED [ 12%] 2022-12-01T10:44:11.2597064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 PASSED [ 12%] 2022-12-01T10:44:11.2597423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2597777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2598148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2598515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2598872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 XFAIL [ 13%] 2022-12-01T10:44:11.2599233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 XFAIL [ 13%] 2022-12-01T10:44:11.2599600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2599955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2600543Z 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:44:11.2600976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2601362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2601742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2602107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2602647Z 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:44:11.2603220Z 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:44:11.2603646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2603999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2604367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 XFAIL [ 13%] 2022-12-01T10:44:11.2604891Z 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:44:11.2605317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2605693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2606070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2606448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2606793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2607150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2607512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2607878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2608275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2608657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2609069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2609425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2609767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:11.2610127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2610502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 SKIPPED (Barely fails) [ 13%] 2022-12-01T10:44:11.2610888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 SKIPPED (Barely fails) [ 13%] 2022-12-01T10:44:11.2611249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2611622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2611995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:11.2612401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2612780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2613150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2613518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2613873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2614237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2614843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2615221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2615599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2615974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2616329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2616681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2617046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2617408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2617769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2618307Z 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:44:11.2618888Z 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:44:11.2619298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2619653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2620005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2620377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2620818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2621186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2621700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2622280Z 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:44:11.2622713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2623155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2623513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2623952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2624327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2624751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2625176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2625641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2626007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2626411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2626868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:11.2627310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2627688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:11.2628122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2628494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2628933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2629286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2629768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2630131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2630548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:11.2630900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2631283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:11.2631702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2632062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2632468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:11.2632919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2633372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2633933Z 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:44:11.2634337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2634754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2635116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2635639Z 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:44:11.2636226Z 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:44:11.2636877Z 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:44:11.2637302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 XFAIL [ 15%] 2022-12-01T10:44:11.2637894Z 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:44:11.2638580Z 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:44:11.2639233Z 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:44:11.2639662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:11.2640190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2640554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2640965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2641338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2641697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2642066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2642432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2642796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:11.2643316Z 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:44:11.2643890Z 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:44:11.2644468Z 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:44:11.2645047Z 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:44:11.2645603Z 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:44:11.2646181Z 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:44:11.2646820Z 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:44:11.2647400Z 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:44:11.2648030Z 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:44:11.2648594Z 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:44:11.2649011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2649425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:44:11.2649866Z 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:44:11.2650281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:44:11.2650744Z 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:44:11.2651150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2651516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2651860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2652222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2652744Z 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:44:11.2653154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2653509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2653885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2654249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2654787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2655173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2655552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2655930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2656295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2656679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2657079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2657474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2657828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2658384Z 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:44:11.2658995Z 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:44:11.2659607Z 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:44:11.2660276Z 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:44:11.2660721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:44:11.2661133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:44:11.2661534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2661918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:11.2662307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:11.2662689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2663119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2663500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2664060Z 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:44:11.2664674Z 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:44:11.2665111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2665480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2665880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 17%] 2022-12-01T10:44:11.2666291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2666756Z 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:44:11.2667263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2667643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2668028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2668407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2668775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2669159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2669546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2669963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2670335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2670711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2671090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2671463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2671889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2672268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2672651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2673021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2673574Z 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:44:11.2673996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2674354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:11.2674702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2675090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2675465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2675823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2676188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:11.2676728Z 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:44:11.2677320Z 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:44:11.2677895Z 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:44:11.2678484Z 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:44:11.2679064Z 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:44:11.2679481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2680006Z 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:44:11.2680407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2680770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2681140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2681488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2681847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2682207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2682582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2682948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2683321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2683729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2684112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2684480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2684855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2685232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2685626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2686005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2686379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2686789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2687154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2687524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2687890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2688316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2688666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2689036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2689395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2689754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2690096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2690515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2690912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2691297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2691682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2692032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2692390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:11.2692767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:11.2693138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2693514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2694054Z 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:44:11.2694773Z 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:44:11.2695199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:11.2695634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2696014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2696540Z 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:44:11.2696958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:11.2697487Z 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:44:11.2698091Z 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:44:11.2698666Z 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:44:11.2699319Z 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:44:11.2699991Z 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:44:11.2700632Z 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:44:11.2701254Z 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:44:11.2701823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2702251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2702670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2703070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2703474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2703878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2704270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2704640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2705024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2705430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2705840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2706234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2706645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2707132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2707540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2707973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2708374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2708765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2709162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2709543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2709967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:11.2710422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:11.2710886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2711286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2711683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2712065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2712457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2712841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2713232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2713629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2714036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2714440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2714864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2715325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2715724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2741248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2741685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2742098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:11.2742484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2742890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2743334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2743727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2744111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2744675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2745088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2745497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2745889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2746286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2746672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2747143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2747558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2748022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:11.2748438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:11.2748824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:11.2749230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2749637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:11.2750044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2750443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:11.2750871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2751266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:11.2751671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2752061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2752469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2752859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2753246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2753627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2754038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2754453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2754861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2755245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2755773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2756276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2756678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2757088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2757509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2757909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2758524Z 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:44:11.2758933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2759305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2759744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T10:44:11.2760178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T10:44:11.2760736Z 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:44:11.2761310Z 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:44:11.2761883Z 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:44:11.2762307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2762660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2763020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2763390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2763737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 XFAIL [ 21%] 2022-12-01T10:44:11.2764111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2764522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:44:11.2764948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:44:11.2765330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2765700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2766060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2766420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:11.2766769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:11.2767306Z 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:44:11.2767892Z 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:44:11.2768507Z 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:44:11.2769078Z 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:44:11.2769499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2769859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2770217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2770571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2770953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2771339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2771735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2772093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2772456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2772984Z 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:44:11.2773574Z 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:44:11.2774145Z 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:44:11.2774735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2775118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2775493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2775845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2776199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2776589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T10:44:11.2776971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2777343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2777722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2778107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2778473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2778831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2779196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2779556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2780074Z 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:44:11.2780718Z 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:44:11.2781129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2781494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2781839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2782199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2782577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:11.2782960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:11.2783518Z 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:44:11.2784211Z 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:44:11.2784666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2785027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2785395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2785968Z 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:44:11.2786428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2787065Z 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:44:11.2787697Z 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:44:11.2788327Z 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:44:11.2789008Z 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:44:11.2789455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2789818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2790196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2790580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2790946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2791291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2791649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2792014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2792364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2792756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2793123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2793488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2793836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2794188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2794541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2794901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2795250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2795615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2796053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2796409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2796787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2797145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2797503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2797845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2798207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:11.2798566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2799105Z 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:44:11.2799521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:11.2799880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2800242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2800596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2800963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2801332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2801704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2802054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2802409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2802837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2803241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2803589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2804128Z 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:44:11.2804732Z 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:44:11.2805206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2805559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2805918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2806276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2806629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2807001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2807362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2807732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2808112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2808470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2808826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2809175Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2809496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2809830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2810159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2810491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2810840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2811183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2811521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2811840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2812201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2812551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 24%] 2022-12-01T10:44:11.2812882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 PASSED [ 24%] 2022-12-01T10:44:11.2813214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:11.2813551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2813880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2814195Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2814699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2815077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2815419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2815760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2816107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2816434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2816887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2817345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2817729Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2818124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2818501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2818894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2819339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2819820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2820230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 25%] 2022-12-01T10:44:11.2820614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 25%] 2022-12-01T10:44:11.2820969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2821295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2821613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2821938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2822269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2822590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2822923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2823263Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2823601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2823935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2824272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2824604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2824936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2825320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2825762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2826154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:11.2826548Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:11.2827035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2827374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:11.2827700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2828055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:44:11.2828384Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 XFAIL [ 26%] 2022-12-01T10:44:11.2828772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:11.2829217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:11.2829600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2829940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2830280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2830629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2830951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2831307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2831634Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2831957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2832298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2832640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2832984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2833330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2833684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2834025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2834352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2834683Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2835004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2835331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2835718Z 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:44:11.2836105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:44:11.2836429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 XFAIL [ 26%] 2022-12-01T10:44:11.2836764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2837086Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2837418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2837774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2838112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2838442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2838781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2839120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2839476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2839948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2840549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:11.2841053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:11.2841406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2841771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2842115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2842439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2842774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2843150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2843485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2843807Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2844138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2844471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2844857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:11.2845309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:11.2845762Z 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:44:11.2846205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:11.2846633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:11.2847072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:11.2847455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2847782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2848109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2848448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2848794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2849134Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2849514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:11.2849913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2850256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2850586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2850932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2851283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2851677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2852016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2852358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2852703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2853034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2853378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2853721Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2854071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2854411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:11.2854939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:11.2855293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2855655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2855987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2856335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2856685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2857025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2857375Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2857728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2858074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2858407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2858755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2859095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2859433Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2859788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2860134Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2860471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2860799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2861147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2861545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2861942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2862398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2862861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2863264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2863652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2863996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2864332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2864672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2865000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2865351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:11.2865698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2866039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2866372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:11.2866878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2867347Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2867809Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2868253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2868700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2869154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:11.2869619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:11.2870057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:11.2870448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 XFAIL [ 29%] 2022-12-01T10:44:11.2870838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:11.2871255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:11.2871667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:11.2872089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:11.2872503Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:11.2872887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2873220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2873561Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2873953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:11.2874340Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2874725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2875082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2875434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2875777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2876124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2876468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2876810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2877147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2877511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2877919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2878280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2878654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2879072Z 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:44:11.2879552Z 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:44:11.2879960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2880328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2880694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2881067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2881418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2881785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2882153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2882582Z 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:44:11.2883005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 29%] 2022-12-01T10:44:11.2883384Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:11.2883750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:11.2884167Z 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:44:11.2884586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2884944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2885307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2885653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2886022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2886429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2886789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2887138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2887501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2887865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2888220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2888383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2888553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2888811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:44:11.2889037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:44:11.2889200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2889365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2889529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2889698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2889926Z 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:44:11.2890141Z 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:44:11.2890356Z 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:44:11.2890521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2890680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2890841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2890999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2891164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amax_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2891326Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amin_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2891559Z 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:44:11.2891714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2891876Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2892050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2892217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2892378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2892552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:11.2892715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2892924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:11.2893096Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2893251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2893419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmax_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2893585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2893751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2893913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2894075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2894243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2894553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2894793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2894955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2895142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2895332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2895508Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2895685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2895847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2896010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2896168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2896316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2896479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2896643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2896802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2896977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2897198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:11.2897431Z 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:44:11.2897658Z 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:44:11.2897878Z 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:44:11.2898087Z 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:44:11.2898310Z 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:44:11.2898602Z 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:44:11.2898824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:11.2899007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2899189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2899367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2899572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2899745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:11.2899931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:11.2900132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2900325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:11.2900516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2900703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2900886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2901064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2901243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2901430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2901611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2901802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2902010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2902205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2902392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2902563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2902748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2902929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2903123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2903310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2903505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2903672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:11.2903851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2904031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:11.2904258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2904436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2904635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:44:11.2904830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:44:11.2905019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2905205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2905366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2905591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2905776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:11.2905961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:11.2906144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2906323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2906512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2906686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2906961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:11.2907137Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:11.2907322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2907499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2907672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2907846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2908038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2908226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2908412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2908590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2908761Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2908942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2909138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2909327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2909539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2909765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2909989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:44:11.2910153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2910311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2910465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2910627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2910793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2910957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2911123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2911342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T10:44:11.2911545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T10:44:11.2911770Z 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:44:11.2911995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:44:11.2912212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:44:11.2912362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2912527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2912691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2912852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2913021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2913185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2913365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2913559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:44:11.2913711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2913873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:11.2914033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:11.2914192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2914353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2914582Z 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:44:11.2914805Z 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:44:11.2915026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:11.2915277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:11.2915503Z 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:44:11.2915710Z 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:44:11.2915875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2916035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2916199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2916359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2916533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2916735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2916903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2917054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2917215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2917439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:11.2917662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:11.2917889Z 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:44:11.2918056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2918215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2918374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2918531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2918695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2918844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2919018Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2919187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2919355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2919530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2919693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2919864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2920023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2920170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2920327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2920483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2920640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:11.2920832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:11.2921001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2921162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2921340Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2921512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2921656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2921864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:44:11.2922185Z 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:44:11.2922470Z 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:44:11.2922702Z 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:44:11.2923030Z 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:44:11.2923514Z 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:44:11.2923970Z 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:44:11.2924145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2924317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2924547Z 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:44:11.2924715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2924881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2925152Z 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:44:11.2925317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2925567Z 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:44:11.2925946Z 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:44:11.2926319Z 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:44:11.2926691Z 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:44:11.2927075Z 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:44:11.2927280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2927443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2927612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2927785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2927956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2928116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2928281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2928446Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2928609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2928787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2928946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2929110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2929271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:11.2929428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:11.2929584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2929743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2929904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2930063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2930214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2930378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2930547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2930704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2930861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2931030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2931190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2931346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2931491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2931648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2931808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2931963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2932120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2932289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2932459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2932617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2932781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2932996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2933165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2933327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2933492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2933654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2933815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2934035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:44:11.2934194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2934347Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2934700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2934870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2935030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2935205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2935366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2935528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2935689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:11.2935851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:11.2936002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2936168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2936330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2936557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:44:11.2936785Z 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:44:11.2936948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2937111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2937273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2937440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2937597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2937773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2937943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2938105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2938272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2938437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2938602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2938803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2938952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2939117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2939289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2939451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2939617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2939798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2939966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2940130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2940316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2940655Z 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:44:11.2940818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2940983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2941145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2941472Z 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:44:11.2941799Z 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:44:11.2941989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 XFAIL [ 37%] 2022-12-01T10:44:11.2942149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2942318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2942466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:11.2942631Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:11.2942792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2942958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2943126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2943297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2943464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2943635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2943784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 XFAIL [ 38%] 2022-12-01T10:44:11.2943944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2944272Z 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:44:11.2944595Z 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:44:11.2944806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2944984Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2945307Z 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:44:11.2945475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 XFAIL [ 38%] 2022-12-01T10:44:11.2945635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 XFAIL [ 38%] 2022-12-01T10:44:11.2945961Z 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:44:11.2946274Z 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:44:11.2946450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2946643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2946923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2947107Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2947288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2947468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2947635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2947802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2947972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2948142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2948323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2948496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2948668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2948836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2949000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2949166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2949317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 XFAIL [ 38%] 2022-12-01T10:44:11.2949479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 XFAIL [ 38%] 2022-12-01T10:44:11.2949645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2949815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:11.2949978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:11.2950141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2950300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2950463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2950625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2950821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2950992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2951157Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2951317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2951479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2951664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2951832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2951997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2952167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2952355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2952688Z 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:44:11.2953028Z 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:44:11.2953350Z 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:44:11.2953513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2953677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2953842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2954005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2954172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2954329Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2954498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2954660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2954825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2954996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2955160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2955333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2955505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2955662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2955833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2956006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2956175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2956346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2956520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2956722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:11.2956888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:11.2957052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2957204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2957375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2957562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2957794Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2958058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2958386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2958735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2958921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2959086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2959430Z 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:44:11.2959596Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2959759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2959948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2960305Z 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:44:11.2960641Z 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:44:11.2960816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2961035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2961373Z 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:44:11.2961702Z 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:44:11.2961878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2962086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 XFAIL [ 40%] 2022-12-01T10:44:11.2962235Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 XFAIL [ 40%] 2022-12-01T10:44:11.2962571Z 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:44:11.2962912Z 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:44:11.2963085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2963252Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2963422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2963617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2963950Z 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:44:11.2964282Z 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:44:11.2964439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2964614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2964789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2964959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:11.2965123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:11.2965497Z 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:44:11.2965837Z 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:44:11.2966172Z 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:44:11.2966496Z 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:44:11.2966833Z 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:44:11.2967151Z 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:44:11.2967369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2967578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2967797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2968011Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2968220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2968421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2968627Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:44:11.2968790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2968961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2969271Z 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:44:11.2969446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2969614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2969793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2969971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2970175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2970359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 XFAIL [ 41%] 2022-12-01T10:44:11.2970529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2970704Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2970870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2971049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2971246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2971417Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2971811Z 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:44:11.2972165Z 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:44:11.2972358Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 41%] 2022-12-01T10:44:11.2972554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2972748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2972918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2973102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2973291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2973474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2973654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2973830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:11.2974014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:11.2974201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2974381Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2974930Z 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:44:11.2975102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2975302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 42%] 2022-12-01T10:44:11.2975482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2975653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2975847Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2976038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2976278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2976461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2976636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2976793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2976978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2977156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2977328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2977510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2977690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2977912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2978094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2978257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2978428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2978600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2978781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2978959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2979130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2979298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2979458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2979808Z 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:44:11.2980148Z 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:44:11.2980475Z 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:44:11.2980637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2980809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2980969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2981133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:11.2981294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2981462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2981633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:11.2981976Z 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:44:11.2982142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2982358Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2982528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2982696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2982868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2983040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2983225Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2983395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2983575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2983763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2983944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2984119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2984288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2984459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2984628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2984800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2984967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2985133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2985304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2985473Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2985640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2985808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2985975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2986137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2986301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2986493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2986669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2986946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:11.2987137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2987326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2987500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2987663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2988010Z 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:44:11.2988214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2988400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2988555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:11.2988726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2988898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2989062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2989401Z 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:44:11.2989770Z 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:44:11.2989942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:11.2990121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 XFAIL [ 44%] 2022-12-01T10:44:11.2990448Z 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:44:11.2990600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:11.2990932Z 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:44:11.2991270Z 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:44:11.2991610Z 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:44:11.2991990Z 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:44:11.2992320Z 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:44:11.2992648Z 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:44:11.2992978Z 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:44:11.2993315Z 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:44:11.2993517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2993706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2993880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2994066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2994263Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2994452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2994637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2994864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2995075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2995253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2995436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2995609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:11.2995807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:11.2996002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2996218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2996595Z 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:44:11.2996778Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2996958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2997141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2997338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2997534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:11.2997722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2997921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2998106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2998287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2998482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2998667Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2998849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2999047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2999251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T10:44:11.2999430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.2999630Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T10:44:11.2999811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3000193Z 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:44:11.3000430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3000614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3000802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3000986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3001180Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3001371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3001552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3001740Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3001971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3002163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3002525Z 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:44:11.3002718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3002907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3003086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3003271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3003471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3003642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3003828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3004009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3004194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3004411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3004592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3004789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3004956Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:11.3005122Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:11.3005302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 46%] 2022-12-01T10:44:11.3005635Z 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:44:11.3005958Z 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:44:11.3006297Z 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:44:11.3006659Z 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:44:11.3006994Z 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:44:11.3007223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3007395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3007564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3007735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3007884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3008111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3008278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3008447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3008609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3008771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3008934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3009102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3009427Z 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:44:11.3009765Z 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:44:11.3009929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3010095Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3010267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3010441Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3010609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3010776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3010940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3011113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3011282Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3011451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3011617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3011956Z 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:44:11.3012288Z 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:44:11.3012629Z 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:44:11.3012838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3013001Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3013166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:11.3013319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:11.3013512Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:11.3013681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3013842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3014004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3014195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3014367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3014666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3014840Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3015020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3015368Z 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:44:11.3015741Z 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:44:11.3015914Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3016081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3016253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3016419Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3016752Z 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:44:11.3016917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3017067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3017235Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3017407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:11.3017574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3017772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:11.3017969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:11.3018319Z 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:44:11.3018690Z 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:44:11.3019058Z 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:44:11.3019487Z 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:44:11.3019651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3019828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3019998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3020377Z 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:44:11.3020560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3020972Z 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:44:11.3021148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3021354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3021746Z 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:44:11.3022133Z 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:44:11.3022300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:11.3022476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3022640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3022819Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3022980Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3023148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3023313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3023482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3023643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3023795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3023957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3024118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3024290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3024456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3024618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3024782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3024946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3025111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3025317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3025480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3025645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3025807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3025982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3026153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3026316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3026486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3026638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3026954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3027139Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3027307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3027474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3027637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3027820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3027982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3028136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3028298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3028473Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:11.3028634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3028798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:11.3028967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3029134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3029298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3029471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3029632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3029800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3029961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3030137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3030308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3030474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3030638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3030978Z 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:44:11.3031338Z 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:44:11.3031493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3031672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3031844Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3032014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3032184Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3032357Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3032529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3032726Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3032887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3033051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3033221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3033392Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3033562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3033729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3033907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3034079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3034253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:11.3034409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3034575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3034740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3035082Z 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:44:11.3035427Z 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:44:11.3035596Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3035762Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:11.3036099Z 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:44:11.3036437Z 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:44:11.3036766Z 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:44:11.3037092Z 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:44:11.3037322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 50%] 2022-12-01T10:44:11.3037494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3037660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3037830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3037995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3038161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3038348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3038526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3038689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3038883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 XFAIL [ 50%] 2022-12-01T10:44:11.3039054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 XFAIL [ 50%] 2022-12-01T10:44:11.3039229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3039398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3039728Z 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:44:11.3039905Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3040228Z 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:44:11.3040416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3040570Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3040739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3040908Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 XFAIL [ 50%] 2022-12-01T10:44:11.3041246Z 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:44:11.3041573Z 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:44:11.3041759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3041944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3042112Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3042278Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3042436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3042614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3042785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3042954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3043118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3043334Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:11.3043513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3043693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:11.3043870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3044031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3044200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3044364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3044529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3044906Z 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:44:11.3045256Z 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:44:11.3045423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 XFAIL [ 51%] 2022-12-01T10:44:11.3045586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 XFAIL [ 51%] 2022-12-01T10:44:11.3045758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3045912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3046078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3046248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3046422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3046587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3046780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3046948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3047114Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3047290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3047447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3047625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3047808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3047976Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3048143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3048325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3048508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3048678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3048840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3049025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3049198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3049366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3049706Z 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:44:11.3050043Z 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:44:11.3050370Z 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:44:11.3050538Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3050707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:11.3050923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3051090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:11.3051260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3051433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3051769Z 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:44:11.3052098Z 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:44:11.3052275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3052452Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3052621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3052802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3052967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3053139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3053315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3053487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3053669Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3053845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3054016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3054187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3054372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3054674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3054850Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3055026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3055255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3055425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3055604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3055778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3055952Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3056123Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3056281Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3056450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3056627Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3056835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3057009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3057178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 XFAIL [ 52%] 2022-12-01T10:44:11.3057359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3057536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:11.3057886Z 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:44:11.3058047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:11.3058378Z 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:44:11.3058707Z 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:44:11.3058872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 XFAIL [ 53%] 2022-12-01T10:44:11.3059215Z 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:44:11.3059390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3059554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3059888Z 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:44:11.3060086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3060266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3060426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3060601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3060771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3060948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3061117Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3061293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3061491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3061823Z 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:44:11.3062157Z 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:44:11.3062479Z 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:44:11.3062815Z 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:44:11.3063144Z 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:44:11.3063505Z 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:44:11.3063843Z 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:44:11.3064179Z 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:44:11.3064354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3064524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3064745Z 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:44:11.3064953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T10:44:11.3065151Z 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:44:11.3065322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3065488Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3065817Z 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:44:11.3065982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3066149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3066327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3066508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3066697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3066928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3067108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:11.3067289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:11.3067470Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3067665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3067879Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3068060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3068236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3068602Z 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:44:11.3068957Z 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:44:11.3069301Z 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:44:11.3069687Z 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:44:11.3070033Z 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:44:11.3070230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3070422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3070607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3070790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3070969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3071159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3071340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3071509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3071860Z 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:44:11.3072232Z 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:44:11.3072412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3072586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3072785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 54%] 2022-12-01T10:44:11.3072957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3073149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3073334Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3073583Z 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:44:11.3073753Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3073959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3074142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3074334Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3074514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3074691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3074877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3075057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3075243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3075443Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:11.3075625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:11.3075803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3076149Z 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:44:11.3076322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3076489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3076658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3076824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3076997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3077159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3077343Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3077524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3077696Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3077863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3078213Z 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:44:11.3078556Z 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:44:11.3078901Z 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:44:11.3079239Z 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:44:11.3079407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3079729Z 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:44:11.3079903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3080267Z 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:44:11.3080594Z 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:44:11.3080916Z 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:44:11.3081083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3081253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3081416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3081584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3081779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3081943Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3082290Z 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:44:11.3082477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3082653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3082835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3083017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3083203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3083383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3083555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3083724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:11.3083902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:11.3084080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3084259Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3084435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3084615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3084789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3084962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3085149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3085306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3085474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3085666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3085859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3086083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3086254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3086424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3086593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3086754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3086921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3087088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3087258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3087471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3087643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3087812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3088164Z 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:44:11.3088330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3088670Z 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:44:11.3089017Z 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:44:11.3089369Z 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:44:11.3089719Z 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:44:11.3090062Z 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:44:11.3090262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3090463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3090656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3090859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3091073Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3091261Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3091443Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:11.3091639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:11.3091835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3092063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3092262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3092454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3092640Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3092828Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3093009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3093220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 57%] 2022-12-01T10:44:11.3093430Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:11.3093688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3093889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3094083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3094264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3094558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3094752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3094946Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3095148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3095333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3095533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3095737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3095924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3096113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:11.3096306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3096494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3096693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3096878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3097083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:44:11.3097266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3097459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3097698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3097901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3098106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3098294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3098489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:11.3098678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3098878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:11.3099111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3099282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:11.3099467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3099649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3099831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3100019Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3100220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3100412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3100606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3100800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3101137Z 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:44:11.3101312Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3101482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3101658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3101986Z 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:44:11.3102335Z 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:44:11.3102669Z 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:44:11.3102999Z 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:44:11.3103169Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3103345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3103505Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3103707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3103896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3104097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:44:11.3104297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:44:11.3104472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3104643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3104811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3104980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3105161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3105335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3105505Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3105846Z 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:44:11.3106013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3106187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3106358Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3106526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3106697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3106963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:11.3107147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:11.3107322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3107498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3107670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3108014Z 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:44:11.3108354Z 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:44:11.3108696Z 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:44:11.3109029Z 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:44:11.3109212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3109375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3109557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3109761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3109927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3110095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3110287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 59%] 2022-12-01T10:44:11.3110466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3110645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3110806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3110976Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3111162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3111372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3111556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3111736Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3112084Z 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:44:11.3112274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3112448Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3112618Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3112786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3112951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3113289Z 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:44:11.3113459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3113623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3113956Z 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:44:11.3114123Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:11.3114295Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3114463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3114617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3114792Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3114963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:11.3115148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3115313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3115669Z 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:44:11.3116052Z 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:44:11.3116423Z 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:44:11.3116808Z 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:44:11.3116987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3117147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3117315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3117712Z 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:44:11.3117895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3118263Z 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:44:11.3118440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3118830Z 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:44:11.3119223Z 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:44:11.3119569Z 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:44:11.3119743Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3119899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3120080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3120260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3120435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3120605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3120775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3120941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3121109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3121273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3121424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3121591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3121752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3121922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3122157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3122319Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3122493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3122660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3122820Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3122988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:11.3123155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3123323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:11.3123494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3123701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3123869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3124092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3124256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3124590Z 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:44:11.3124759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3124932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3125104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3125282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3125457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3125636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3125806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3125978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3126131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3126318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3126503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3126674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3126851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3127025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3127197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3127365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3127540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3127693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3128069Z 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:44:11.3128405Z 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:44:11.3128583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3128754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3128921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3129084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3129253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3129429Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3129617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3129785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:11.3129954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:11.3130297Z 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:44:11.3130629Z 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:44:11.3130970Z 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:44:11.3131312Z 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:44:11.3131549Z 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:44:11.3131798Z 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:44:11.3132041Z 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:44:11.3132274Z 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:44:11.3132499Z 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:44:11.3132701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 62%] 2022-12-01T10:44:11.3132893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 62%] 2022-12-01T10:44:11.3133134Z 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:44:11.3133475Z 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:44:11.3133680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3133936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:11.3134235Z 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:44:11.3134416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3134778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:11.3134950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3135135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3135316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:11.3135510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3135754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3135934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:11.3136114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:11.3136471Z 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:44:11.3136834Z 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:44:11.3137183Z 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:44:11.3137413Z 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:44:11.3137650Z 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:44:11.3137891Z 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:44:11.3138236Z 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:44:11.3138575Z 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:44:11.3138916Z 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:44:11.3139267Z 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:44:11.3139614Z 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:44:11.3139970Z 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:44:11.3140176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 62%] 2022-12-01T10:44:11.3140433Z 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:44:11.3140802Z 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:44:11.3140973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 PASSED [ 63%] 2022-12-01T10:44:11.3141213Z 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:44:11.3141446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:11.3141625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:11.3141862Z 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:44:11.3142139Z 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:44:11.3142428Z 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:44:11.3142676Z 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:44:11.3142974Z 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:44:11.3143165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 63%] 2022-12-01T10:44:11.3143336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:11.3143594Z 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:44:11.3143871Z 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:44:11.3144105Z 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:44:11.3144536Z 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:44:11.3144883Z 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:44:11.3145133Z 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:44:11.3145448Z 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:44:11.3145796Z 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:44:11.3146138Z 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:44:11.3146392Z 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:44:11.3146639Z 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:44:11.3146977Z 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:44:11.3147221Z 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:44:11.3147466Z 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:44:11.3147722Z 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:44:11.3147966Z 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:44:11.3148242Z 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:44:11.3148424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:11.3148662Z 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:44:11.3148927Z 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:44:11.3149169Z 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:44:11.3149418Z 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:44:11.3149664Z 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:44:11.3149837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:11.3150082Z 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:44:11.3150257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:11.3150493Z 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:44:11.3150725Z 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:44:11.3150967Z 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:44:11.3151204Z 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:44:11.3151392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 64%] 2022-12-01T10:44:11.3151576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:11.3151759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 64%] 2022-12-01T10:44:11.3151926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:11.3152179Z 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:44:11.3152452Z 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:44:11.3152697Z 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:44:11.3152935Z 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:44:11.3153181Z 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:44:11.3153419Z 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:44:11.3153686Z 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:44:11.3153927Z 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:44:11.3154160Z 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:44:11.3154359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:11.3154592Z 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:44:11.3154819Z 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:44:11.3155058Z 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:44:11.3155294Z 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:44:11.3155535Z 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:44:11.3155770Z 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:44:11.3156121Z 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:44:11.3156477Z 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:44:11.3156813Z 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:44:11.3157153Z 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:44:11.3157504Z 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:44:11.3157684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:11.3157844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:11.3158114Z 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:44:11.3158356Z 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:44:11.3158697Z 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:44:11.3158931Z 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:44:11.3159168Z 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:44:11.3159427Z 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:44:11.3159666Z 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:44:11.3159911Z 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:44:11.3160147Z 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:44:11.3160377Z 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:44:11.3160619Z 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:44:11.3160844Z 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:44:11.3161084Z 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:44:11.3161322Z 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:44:11.3161553Z 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:44:11.3161781Z 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:44:11.3162022Z 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:44:11.3162261Z 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:44:11.3162495Z 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:44:11.3162732Z 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:44:11.3162965Z 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:44:11.3163172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:11.3163526Z 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:44:11.3163747Z 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:44:11.3163977Z 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:44:11.3164156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:11.3164391Z 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:44:11.3164769Z 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:44:11.3165011Z 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:44:11.3165350Z 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:44:11.3165591Z 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:44:11.3165924Z 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:44:11.3166158Z 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:44:11.3166513Z 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:44:11.3166737Z 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:44:11.3166914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:11.3167088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:11.3167427Z 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:44:11.3167772Z 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:44:11.3167962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 PASSED [ 65%] 2022-12-01T10:44:11.3168145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:11.3168331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:44:11.3168575Z 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:44:11.3168918Z 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:44:11.3169257Z 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:44:11.3169625Z 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:44:11.3169965Z 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:44:11.3170313Z 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:44:11.3170659Z 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:44:11.3171005Z 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:44:11.3171237Z 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:44:11.3171486Z 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:44:11.3171705Z 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:44:11.3171941Z 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:44:11.3172178Z 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:44:11.3172415Z 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:44:11.3172589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 PASSED [ 66%] 2022-12-01T10:44:11.3172766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:11.3172944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:11.3173184Z 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:44:11.3173422Z 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:44:11.3173675Z 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:44:11.3173923Z 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:44:11.3174165Z 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:44:11.3174406Z 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:44:11.3174759Z 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:44:11.3175013Z 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:44:11.3175312Z 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:44:11.3175563Z 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:44:11.3175824Z 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:44:11.3176068Z 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:44:11.3176310Z 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:44:11.3176727Z 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:44:11.3177103Z 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:44:11.3177468Z 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:44:11.3177835Z 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:44:11.3178094Z 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:44:11.3178352Z 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:44:11.3178592Z 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:44:11.3178835Z 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:44:11.3179083Z 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:44:11.3179322Z 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:44:11.3179572Z 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:44:11.3179830Z 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:44:11.3180200Z 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:44:11.3180586Z 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:44:11.3180833Z 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:44:11.3181103Z 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:44:11.3181397Z 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:44:11.3181642Z 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:44:11.3181882Z 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:44:11.3182133Z 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:44:11.3182383Z 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:44:11.3182653Z 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:44:11.3182887Z 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:44:11.3183131Z 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:44:11.3183372Z 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:44:11.3183620Z 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:44:11.3183872Z 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:44:11.3184124Z 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:44:11.3184371Z 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:44:11.3184615Z 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:44:11.3184860Z 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:44:11.3185222Z 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:44:11.3185398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 PASSED [ 67%] 2022-12-01T10:44:11.3185577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 PASSED [ 67%] 2022-12-01T10:44:11.3185740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 PASSED [ 67%] 2022-12-01T10:44:11.3185980Z 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:44:11.3186226Z 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:44:11.3186495Z 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:44:11.3186737Z 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:44:11.3187169Z 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:44:11.3187523Z 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:44:11.3187878Z 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:44:11.3188264Z 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:44:11.3188621Z 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:44:11.3188986Z 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:44:11.3189333Z 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:44:11.3189659Z 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:44:11.3189996Z 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:44:11.3190245Z 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:44:11.3190479Z 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:44:11.3190715Z 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:44:11.3190957Z 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:44:11.3191309Z 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:44:11.3191660Z 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:44:11.3191906Z 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:44:11.3192152Z 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:44:11.3192396Z 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:44:11.3192573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 68%] 2022-12-01T10:44:11.3192757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 68%] 2022-12-01T10:44:11.3193039Z 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:44:11.3193288Z 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:44:11.3193528Z 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:44:11.3193774Z 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:44:11.3194014Z 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:44:11.3194233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 68%] 2022-12-01T10:44:11.3194479Z 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:44:11.3194726Z 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:44:11.3194969Z 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:44:11.3195206Z 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:44:11.3195432Z 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:44:11.3195682Z 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:44:11.3195921Z 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:44:11.3196160Z 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:44:11.3196395Z 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:44:11.3196638Z 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:44:11.3196889Z 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:44:11.3197125Z 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:44:11.3197376Z 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:44:11.3197630Z 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:44:11.3197863Z 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:44:11.3198126Z 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:44:11.3198346Z 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:44:11.3198521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 PASSED [ 68%] 2022-12-01T10:44:11.3198875Z 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:44:11.3199112Z 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:44:11.3199342Z 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:44:11.3199564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:44:11.3199747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:11.3199987Z 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:44:11.3200336Z 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:44:11.3200573Z 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:44:11.3200913Z 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:44:11.3201085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 PASSED [ 69%] 2022-12-01T10:44:11.3201259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:11.3201611Z 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:44:11.3201960Z 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:44:11.3202327Z 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:44:11.3202687Z 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:44:11.3203036Z 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:44:11.3203394Z 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:44:11.3203659Z 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:44:11.3203928Z 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:44:11.3204191Z 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:44:11.3204480Z 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:44:11.3204736Z 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:44:11.3205017Z 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:44:11.3205269Z 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:44:11.3205545Z 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:44:11.3205798Z 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:44:11.3206061Z 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:44:11.3206334Z 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:44:11.3206589Z 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:44:11.3206853Z 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:44:11.3207116Z 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:44:11.3207377Z 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:44:11.3207635Z 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:44:11.3207835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:11.3208034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:11.3208241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 69%] 2022-12-01T10:44:11.3208466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:11.3208715Z 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:44:11.3208968Z 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:44:11.3209225Z 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:44:11.3209515Z 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:44:11.3209778Z 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:44:11.3210046Z 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:44:11.3210310Z 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:44:11.3210577Z 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:44:11.3210893Z 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:44:11.3211148Z 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:44:11.3211332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 70%] 2022-12-01T10:44:11.3211579Z 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:44:11.3211845Z 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:44:11.3212105Z 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:44:11.3212358Z 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:44:11.3212607Z 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:44:11.3212863Z 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:44:11.3213125Z 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:44:11.3213383Z 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:44:11.3213648Z 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:44:11.3213921Z 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:44:11.3214175Z 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:44:11.3214434Z 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:44:11.3214810Z 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:44:11.3215054Z 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:44:11.3215309Z 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:44:11.3215555Z 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:44:11.3215747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 XFAIL [ 70%] 2022-12-01T10:44:11.3216192Z 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:44:11.3216383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 70%] 2022-12-01T10:44:11.3216642Z 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:44:11.3216892Z 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:44:11.3217157Z 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:44:11.3217423Z 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:44:11.3217675Z 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:44:11.3217931Z 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:44:11.3218167Z 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:44:11.3218427Z 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:44:11.3218696Z 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:44:11.3218959Z 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:44:11.3219242Z 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:44:11.3219495Z 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:44:11.3219844Z 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:44:11.3220127Z 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:44:11.3220362Z 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:44:11.3220600Z 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:44:11.3220844Z 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:44:11.3221079Z 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:44:11.3221322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 71%] 2022-12-01T10:44:11.3221654Z 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:44:11.3222005Z 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:44:11.3222349Z 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:44:11.3222736Z 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:44:11.3223080Z 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:44:11.3223329Z 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:44:11.3223568Z 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:44:11.3223811Z 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:44:11.3224023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:44:11.3224233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:44:11.3224483Z 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:44:11.3224721Z 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:44:11.3224943Z 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:44:11.3225181Z 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:44:11.3225416Z 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:44:11.3225594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:11.3225861Z 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:44:11.3226098Z 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:44:11.3226281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:11.3226639Z 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:44:11.3227084Z 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:44:11.3227475Z 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:44:11.3227751Z 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:44:11.3227972Z 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:44:11.3228163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 71%] 2022-12-01T10:44:11.3228349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:11.3228528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:11.3228768Z 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:44:11.3229020Z 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:44:11.3229261Z 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:44:11.3229606Z 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:44:11.3229955Z 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:44:11.3230197Z 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:44:11.3230450Z 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:44:11.3230679Z 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:44:11.3230914Z 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:44:11.3231149Z 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:44:11.3231327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3231508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3231771Z 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:44:11.3231960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3232144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3232338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3232523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3232702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3233062Z 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:44:11.3233343Z 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:44:11.3233587Z 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:44:11.3233821Z 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:44:11.3234066Z 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:44:11.3234243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3234426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3234604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3234949Z 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:44:11.3235128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3235289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:11.3235467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3235647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:11.3235889Z 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:44:11.3236127Z 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:44:11.3236372Z 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:44:11.3236628Z 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:44:11.3236995Z 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:44:11.3237355Z 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:44:11.3237742Z 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:44:11.3238124Z 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:44:11.3238506Z 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:44:11.3238751Z 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:44:11.3238999Z 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:44:11.3239415Z 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:44:11.3239657Z 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:44:11.3239897Z 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:44:11.3240291Z 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:44:11.3240666Z 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:44:11.3241046Z 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:44:11.3241414Z 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:44:11.3241779Z 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:44:11.3242185Z 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:44:11.3242581Z 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:44:11.3242826Z 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:44:11.3243059Z 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:44:11.3243307Z 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:44:11.3243551Z 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:44:11.3243728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:11.3243941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 PASSED [ 73%] 2022-12-01T10:44:11.3244127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 73%] 2022-12-01T10:44:11.3244308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:11.3244548Z 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:44:11.3244783Z 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:44:11.3245027Z 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:44:11.3245277Z 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:44:11.3245516Z 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:44:11.3245695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 PASSED [ 73%] 2022-12-01T10:44:11.3245931Z 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:44:11.3246164Z 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:44:11.3246405Z 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:44:11.3246648Z 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:44:11.3246826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 PASSED [ 73%] 2022-12-01T10:44:11.3247070Z 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:44:11.3247306Z 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:44:11.3247584Z 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:44:11.3247811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 PASSED [ 73%] 2022-12-01T10:44:11.3247980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:11.3248156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:11.3248458Z 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:44:11.3248704Z 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:44:11.3248937Z 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:44:11.3249222Z 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:44:11.3249510Z 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:44:11.3249701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:11.3249962Z 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:44:11.3250239Z 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:44:11.3250402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:11.3250577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:11.3250912Z 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:44:11.3251162Z 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:44:11.3251569Z 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:44:11.3251967Z 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:44:11.3252357Z 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:44:11.3252556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:11.3252800Z 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:44:11.3253052Z 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:44:11.3253331Z 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:44:11.3253565Z 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:44:11.3253799Z 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:44:11.3254090Z 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:44:11.3254343Z 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:44:11.3254670Z 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:44:11.3254912Z 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:44:11.3255150Z 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:44:11.3255404Z 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:44:11.3255682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:11.3256044Z 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:44:11.3256387Z 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:44:11.3256584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3256763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3256970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3257224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3257423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3257663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3257875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3258077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3258272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3258457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:44:11.3258660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:44:11.3258812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:11.3258982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3259147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:11.3259315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3259488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3259656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:11.3259826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3259999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3260210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:11.3260380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3260542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:11.3260881Z 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:44:11.3261209Z 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:44:11.3261550Z 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:44:11.3261783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3261978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3262304Z 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:44:11.3262631Z 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:44:11.3262813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 75%] 2022-12-01T10:44:11.3262982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3263191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3263416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3263618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3263812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3263985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:11.3264154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:11.3264353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3264550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3264744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3264939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3265134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3265327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3265653Z 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:44:11.3265869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3266083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3266289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3275520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:11.3276015Z 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:44:11.3276236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3276465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3276736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3276947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3277281Z 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:44:11.3277487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3277699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3277872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3278042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3278256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3278484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3278684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3278864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:11.3279075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3279287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3279495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3279666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3279834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:11.3279999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3280166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3280504Z 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:44:11.3280706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3280902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3281097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3281272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:11.3281489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3281687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3281887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3282093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3282291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3282507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3282704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3282897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3283065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3283249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:11.3283431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3283610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:11.3283860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:11.3284085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3284277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3284469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3284666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3284859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3285054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3285386Z 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:44:11.3285714Z 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:44:11.3286034Z 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:44:11.3286198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:11.3286400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3286582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3286916Z 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:44:11.3287120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3287315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3287513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3287711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3287915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3288115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3288347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3288544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3288725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3288924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3289122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3289318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3289522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3289755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3289951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3290147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3290340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3290535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3290721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3290915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3291112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3291279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 PASSED [ 77%] 2022-12-01T10:44:11.3291478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3291675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3291866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:11.3292066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3292261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3292461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3292641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3292814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 PASSED [ 78%] 2022-12-01T10:44:11.3292977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:11.3293171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3293515Z 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:44:11.3293750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3293946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3294269Z 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:44:11.3294777Z 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:44:11.3295105Z 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:44:11.3295416Z 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:44:11.3295617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3295865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3296200Z 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:44:11.3296536Z 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:44:11.3296734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3296930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3297094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:11.3297274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 PASSED [ 78%] 2022-12-01T10:44:11.3297434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:11.3297605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:11.3297778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 PASSED [ 78%] 2022-12-01T10:44:11.3297950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:11.3298124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:11.3298329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3298531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3298735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3299065Z 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:44:11.3299390Z 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:44:11.3299711Z 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:44:11.3300038Z 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:44:11.3300367Z 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:44:11.3300731Z 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:44:11.3301064Z 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:44:11.3301263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:11.3301471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:11.3301670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:11.3301868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:11.3302091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:11.3302275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3302471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3302635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 PASSED [ 79%] 2022-12-01T10:44:11.3302803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 PASSED [ 79%] 2022-12-01T10:44:11.3302965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 PASSED [ 79%] 2022-12-01T10:44:11.3303175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3303381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3303586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3303797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3303994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3304189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3304400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3304604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3304831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3305180Z 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:44:11.3305540Z 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:44:11.3305887Z 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:44:11.3306230Z 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:44:11.3306452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:44:11.3306672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3306968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3307158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3307366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3307578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3307793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3308051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3308405Z 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:44:11.3308747Z 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:44:11.3309113Z 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:44:11.3309471Z 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:44:11.3309687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3309893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3310081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3310290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:11.3310541Z 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:44:11.3310787Z 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:44:11.3310994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3311190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3311397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3311604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3311808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3312007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3312277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3312485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3312687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3312890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3313088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3313298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3313639Z 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:44:11.3313832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 PASSED [ 80%] 2022-12-01T10:44:11.3314003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:44:11.3314168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 PASSED [ 80%] 2022-12-01T10:44:11.3314371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3314576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3314775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3314973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3315316Z 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:44:11.3315650Z 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:44:11.3315985Z 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:44:11.3316322Z 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:44:11.3316655Z 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:44:11.3316860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3317187Z 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:44:11.3317504Z 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:44:11.3317698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3317891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3318091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3318289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3318515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3318852Z 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:44:11.3319189Z 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:44:11.3319403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:11.3319606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3319794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3320032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3320239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3320444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3320644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3320820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 PASSED [ 81%] 2022-12-01T10:44:11.3321026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3321229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3321433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3321636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3321821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3322018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3322219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3322416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3322617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3322812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3323006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3323215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3323427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3323647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3323878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3324089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3324301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3324497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3324662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:44:11.3324822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 PASSED [ 81%] 2022-12-01T10:44:11.3325011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3325199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 81%] 2022-12-01T10:44:11.3325405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 PASSED [ 81%] 2022-12-01T10:44:11.3325606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3325795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3325989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3326327Z 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:44:11.3326527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:11.3326865Z 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:44:11.3327213Z 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:44:11.3327545Z 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:44:11.3327874Z 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:44:11.3328202Z 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:44:11.3328539Z 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:44:11.3328874Z 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:44:11.3329087Z 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:44:11.3329300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3329511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3329691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:11.3329904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3330148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3330368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3330595Z 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:44:11.3330818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3331034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3331230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3331441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:11.3331658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3331869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:11.3332080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:11.3332305Z 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:44:11.3332526Z 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:44:11.3332734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3332945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3333154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3333377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3333586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3333807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3334019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3334233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3334419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:11.3334734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3334957Z 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:44:11.3335169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3335435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3335655Z 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:44:11.3335869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3336073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:11.3336280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3336500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3336748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3336971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3337188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3337412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3337639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3337859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3338073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3338280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3338497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3338723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3338940Z 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:44:11.3339146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3339353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3339561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3339743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 PASSED [ 83%] 2022-12-01T10:44:11.3339958Z 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:44:11.3340169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3340395Z 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:44:11.3340634Z 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:44:11.3340843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3341053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3341267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3341474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3341693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3341883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:44:11.3342157Z 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:44:11.3342394Z 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:44:11.3342604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3342943Z 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:44:11.3343132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3343336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3343533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3343729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:11.3343925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T10:44:11.3344132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T10:44:11.3344463Z 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:44:11.3344786Z 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:44:11.3345128Z 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:44:11.3345459Z 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:44:11.3345772Z 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:44:11.3345970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3346171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3346367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:44:11.3346595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:44:11.3346857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:44:11.3347061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:44:11.3347259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3347457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3347648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3347806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:11.3348191Z 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:44:11.3348525Z 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:44:11.3348847Z 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:44:11.3349183Z 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:44:11.3349515Z 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:44:11.3349711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3349911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3350140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3350312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:11.3350469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:11.3350639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 PASSED [ 84%] 2022-12-01T10:44:11.3350804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:11.3351005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3351216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3351418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3351615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3351952Z 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:44:11.3352291Z 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:44:11.3352499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3352720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3352924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3353123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3353315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3353511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:11.3353688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:11.3353878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:44:11.3354043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:11.3354266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3354447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:11.3354778Z 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:44:11.3354988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3355199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3355399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3355595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3355759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:11.3355920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:11.3356246Z 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:44:11.3356416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:11.3356737Z 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:44:11.3356898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:11.3357068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:11.3357265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3357458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3357660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3357872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3358079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3358269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3358508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3358841Z 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:44:11.3359192Z 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:44:11.3359536Z 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:44:11.3359902Z 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:44:11.3360311Z 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:44:11.3360691Z 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:44:11.3360894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3361258Z 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:44:11.3361459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:11.3361838Z 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:44:11.3362202Z 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:44:11.3362562Z 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:44:11.3362910Z 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:44:11.3363141Z 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:44:11.3363511Z 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:44:11.3363901Z 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:44:11.3364263Z 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:44:11.3364472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3364807Z 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:44:11.3365010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3365218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3365413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:11.3365585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:11.3365739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:11.3365909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:11.3366073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:11.3366270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3366464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3366739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3366938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3367130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3367328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3367528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3367712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3367879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:11.3368048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:11.3368255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3368459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3368652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3368990Z 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:44:11.3369192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3369394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3369580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3369787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3369957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:11.3370119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:11.3370331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:11.3370491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:11.3370662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:11.3370858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:11.3371222Z 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:44:11.3371536Z 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:44:11.3371710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3371879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3372075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3372274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3372507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3372710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3372904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3373104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3373296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3373485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3373684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3373879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:11.3374044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3374372Z 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:44:11.3374817Z 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:44:11.3375155Z 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:44:11.3375385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3375620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3375857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3376094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3376312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3376501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 87%] 2022-12-01T10:44:11.3376735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3377124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 87%] 2022-12-01T10:44:11.3377294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3377468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3377703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:11.3377875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3378054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3378228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3378390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3378596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3378783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3378956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:11.3379126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3379294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:11.3379630Z 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:44:11.3379863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3380205Z 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:44:11.3380533Z 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:44:11.3380880Z 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:44:11.3381080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 88%] 2022-12-01T10:44:11.3381310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3381485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:11.3381712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3381951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3382191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3382363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:11.3382598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3382833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3383188Z 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:44:11.3383519Z 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:44:11.3383765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3384005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3384239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3384513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3384745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3384914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:11.3385245Z 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:44:11.3385479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3385656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:11.3385879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3386120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3386355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3386588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3386887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3387118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3387367Z 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:44:11.3387610Z 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:44:11.3387849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3388023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:11.3388376Z 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:44:11.3388594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3388860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3389091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:11.3389322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3389548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3389721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3389899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 PASSED [ 89%] 2022-12-01T10:44:11.3390107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3390360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3390594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3390821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3391048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3391279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3391514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3391684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3391910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3392096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3392287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 89%] 2022-12-01T10:44:11.3392471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3392703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3392935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3393154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3393386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3393614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3393959Z 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:44:11.3394324Z 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:44:11.3394668Z 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:44:11.3394996Z 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:44:11.3395330Z 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:44:11.3395659Z 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:44:11.3395829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3396026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3396184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3396357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 PASSED [ 89%] 2022-12-01T10:44:11.3396593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3396828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3397060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3397232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:11.3397571Z 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:44:11.3397804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3398035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:11.3398266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3398500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3398724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3398958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3399187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3399425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3399655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3399885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3400141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3400379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3400609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3400840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3401069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3401233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 PASSED [ 90%] 2022-12-01T10:44:11.3401461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3401694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3401929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3402160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3402384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3402567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 PASSED [ 90%] 2022-12-01T10:44:11.3402749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3402914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3403145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3403469Z 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:44:11.3403703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3403932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3404275Z 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:44:11.3404508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3404678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3404845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3405178Z 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:44:11.3405512Z 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:44:11.3405719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 PASSED [ 90%] 2022-12-01T10:44:11.3405900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3406060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3406233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3406411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:11.3406648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:11.3406881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3407140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3407473Z 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:44:11.3407808Z 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:44:11.3408144Z 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:44:11.3408473Z 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:44:11.3408797Z 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:44:11.3409132Z 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:44:11.3409361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3409581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:44:11.3409785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:44:11.3409999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:44:11.3410202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:44:11.3410405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:44:11.3410641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3410809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 PASSED [ 91%] 2022-12-01T10:44:11.3411045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3411270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3411507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3411777Z 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:44:11.3412012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3412254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3412496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3412731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3412994Z 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:44:11.3413346Z 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:44:11.3413709Z 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:44:11.3414066Z 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:44:11.3414261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:44:11.3414439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:44:11.3414819Z 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:44:11.3415072Z 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:44:11.3415304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:11.3415547Z 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:44:11.3415793Z 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:44:11.3416036Z 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:44:11.3416394Z 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:44:11.3416747Z 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:44:11.3416987Z 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:44:11.3417224Z 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:44:11.3417448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3417732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3417989Z 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:44:11.3418242Z 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:44:11.3418483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3418735Z 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:44:11.3419019Z 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:44:11.3419255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3419495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3419730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3419997Z 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:44:11.3420236Z 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:44:11.3420493Z 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:44:11.3420729Z 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:44:11.3420970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3421200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3421451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3421691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3421925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3422160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3422403Z 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:44:11.3422641Z 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:44:11.3423014Z 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:44:11.3423183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 PASSED [ 92%] 2022-12-01T10:44:11.3423342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 PASSED [ 92%] 2022-12-01T10:44:11.3423517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 PASSED [ 92%] 2022-12-01T10:44:11.3423681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 PASSED [ 92%] 2022-12-01T10:44:11.3423918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3424194Z 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:44:11.3424440Z 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:44:11.3424674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3425017Z 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:44:11.3425364Z 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:44:11.3425698Z 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:44:11.3426032Z 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:44:11.3426256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:11.3426491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3426725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3427025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3427260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3427493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3427726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3428075Z 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:44:11.3428421Z 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:44:11.3428659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3428937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3429172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3429392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3429636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3429873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3430149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3430395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3430632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3430868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3431106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3431340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3431577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3431807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3432040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3432265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3432495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3432730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3432962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3433190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3433418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3433666Z 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:44:11.3433923Z 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:44:11.3434184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:11.3434353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 PASSED [ 93%] 2022-12-01T10:44:11.3434699Z 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:44:11.3434875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 93%] 2022-12-01T10:44:11.3435063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 93%] 2022-12-01T10:44:11.3435237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 PASSED [ 93%] 2022-12-01T10:44:11.3435504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:11.3435741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:11.3435971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:11.3436318Z 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:44:11.3436661Z 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:44:11.3436892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:11.3437125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:11.3437363Z 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:44:11.3437683Z 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:44:11.3438028Z 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:44:11.3438383Z 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:44:11.3438724Z 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:44:11.3439059Z 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:44:11.3439383Z 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:44:11.3439723Z 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:44:11.3440062Z 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:44:11.3440322Z 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:44:11.3440606Z 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:44:11.3440855Z 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:44:11.3441105Z 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:44:11.3441356Z 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:44:11.3441625Z 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:44:11.3441841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:11.3442089Z 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:44:11.3442333Z 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:44:11.3442579Z 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:44:11.3442838Z 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:44:11.3443132Z 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:44:11.3443385Z 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:44:11.3443642Z 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:44:11.3443891Z 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:44:11.3444137Z 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:44:11.3444332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:11.3444514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:11.3444698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:11.3444946Z 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:44:11.3445159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:11.3445382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 94%] 2022-12-01T10:44:11.3445628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 95%] 2022-12-01T10:44:11.3445887Z 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:44:11.3446141Z 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:44:11.3446382Z 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:44:11.3446628Z 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:44:11.3446819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 XFAIL [ 95%] 2022-12-01T10:44:11.3447080Z 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:44:11.3447327Z 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:44:11.3447574Z 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:44:11.3447826Z 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:44:11.3448081Z 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:44:11.3448343Z 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:44:11.3448606Z 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:44:11.3448849Z 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:44:11.3449094Z 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:44:11.3449338Z 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:44:11.3449589Z 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:44:11.3449835Z 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:44:11.3450092Z 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:44:11.3450329Z 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:44:11.3450586Z 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:44:11.3450862Z 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:44:11.3451113Z 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:44:11.3451367Z 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:44:11.3451620Z 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:44:11.3451870Z 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:44:11.3452146Z 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:44:11.3452393Z 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:44:11.3452645Z 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:44:11.3452901Z 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:44:11.3453151Z 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:44:11.3453393Z 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:44:11.3453646Z 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:44:11.3453907Z 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:44:11.3454161Z 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:44:11.3454406Z 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:44:11.3454696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 95%] 2022-12-01T10:44:11.3454946Z 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:44:11.3455192Z 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:44:11.3455449Z 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:44:11.3455700Z 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:44:11.3455948Z 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:44:11.3456244Z 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:44:11.3456437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 96%] 2022-12-01T10:44:11.3456681Z 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:44:11.3456956Z 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:44:11.3457199Z 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:44:11.3457490Z 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:44:11.3457749Z 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:44:11.3457983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3458215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3458449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3458687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3458918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3459152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3459365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T10:44:11.3459703Z 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:44:11.3460047Z 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:44:11.3460285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3460519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3460747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3460983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3461213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3461472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3461663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 96%] 2022-12-01T10:44:11.3461867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:44:11.3462070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:44:11.3462293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3462523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3462759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3463014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3463189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 PASSED [ 96%] 2022-12-01T10:44:11.3463422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:11.3463763Z 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:44:11.3464106Z 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:44:11.3464449Z 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:44:11.3464791Z 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:44:11.3465022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3465193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3465371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3465547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3465717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3465958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3466191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3466430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3466663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3467074Z 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:44:11.3467311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3467578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3467794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3468025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3468200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3468432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3468616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3468837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3469012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3469183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3469369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3469543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3469728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3469909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3470260Z 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:44:11.3470511Z 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:44:11.3470850Z 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:44:11.3471030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3471365Z 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:44:11.3471538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3471713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3471873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:11.3472048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:11.3472278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3472509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:11.3472756Z 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:44:11.3473000Z 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:44:11.3473282Z 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:44:11.3473631Z 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:44:11.3473983Z 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:44:11.3474331Z 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:44:11.3474705Z 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:44:11.3475100Z 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:44:11.3475487Z 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:44:11.3475861Z 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:44:11.3476103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3476343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3476719Z 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:44:11.3476956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3477191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3477565Z 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:44:11.3477933Z 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:44:11.3478306Z 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:44:11.3478672Z 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:44:11.3478988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3479261Z 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:44:11.3479642Z 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:44:11.3480074Z 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:44:11.3480470Z 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:44:11.3480861Z 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:44:11.3481246Z 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:44:11.3481594Z 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:44:11.3481868Z 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:44:11.3482043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 PASSED [ 98%] 2022-12-01T10:44:11.3482214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:11.3482390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 PASSED [ 98%] 2022-12-01T10:44:11.3482559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:11.3482775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 PASSED [ 98%] 2022-12-01T10:44:11.3483022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3483264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3483497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3483669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 PASSED [ 98%] 2022-12-01T10:44:11.3483895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:11.3484064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 PASSED [ 98%] 2022-12-01T10:44:11.3484228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:11.3484461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3484635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:11.3484796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:11.3484963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:11.3485199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3485438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3485674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3486062Z 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:44:11.3486245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:11.3486473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3486714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3486887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:11.3487045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:11.3487214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:11.3487397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:11.3487598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:11.3487834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3488105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3488385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3488620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3488970Z 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:44:11.3489306Z 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:44:11.3489625Z 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:44:11.3489917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:11.3490095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:11.3490328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3490553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3490791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3491022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3491257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3491488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3491729Z 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:44:11.3492035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3492256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3492492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3492720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:11.3492891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 PASSED [ 99%] 2022-12-01T10:44:11.3493230Z 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:44:11.3493245Z 2022-12-01T10:44:11.3493610Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-66532105d299b988.xml - 2022-12-01T10:44:11.3493756Z = 1769 passed, 1980 skipped, 18 deselected, 35 xfailed, 97 warnings in 420.00s (0:06:59) = 2022-12-01T10:44:11.3493927Z 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:44:11.3493934Z 2022-12-01T10:44:11.3494316Z ##[endgroup] 2022-12-01T10:44:11.3494697Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_07op5ucm) 2022-12-01T10:44:11.3494716Z 2022-12-01T10:44:34.8858006Z 2022-12-01T10:44:34.8858441Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:44:34.8859338Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_j6wh80ax) 2022-12-01T10:44:34.8870350Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-1016ed3264e30c26.xml 2022-12-01T10:44:34.8870976Z ============================= test session starts ============================== 2022-12-01T10:44:34.8871681Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:44:34.8871981Z cachedir: .pytest_cache 2022-12-01T10:44:34.8872486Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:44:34.8873004Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:44:34.8873632Z 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:44:34.8874079Z collecting ... collected 7560 items / 14 deselected / 7546 selected 2022-12-01T10:44:34.9297246Z 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:44:34.9665872Z 2022-12-01T10:44:34.9666231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9666697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9667252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9667712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9668191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9668629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9669085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9669511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:44:34.9669902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:44:34.9670310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9670758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9671239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9671692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9672129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9672578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9673024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9673467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9674160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9674609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9675062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9675519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9675959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9676422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9676940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9677387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9678043Z 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:44:34.9678619Z 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:44:34.9679202Z 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:44:34.9679783Z 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:44:34.9680344Z 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:44:34.9680915Z 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:44:34.9681491Z 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:44:34.9682060Z 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:44:34.9682633Z 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:44:34.9683056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 0%] 2022-12-01T10:44:34.9683496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9683973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:44:34.9684432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9684865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9685311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9685796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9686240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9686668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9687115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9687565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9688016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9688492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9688950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9689405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9689850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9690314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9690760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9691216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9691666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9692220Z 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:44:34.9692694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9693277Z 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:44:34.9693752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9694229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9694781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9695229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9695678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9696245Z 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:44:34.9696692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9697214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9697687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9698150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9698592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9699038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9699499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9699997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9700451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9700914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9701370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:44:34.9701834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9702297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9702781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9703242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9703702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9704150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9704583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9705018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9705598Z 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:44:34.9706187Z 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:44:34.9706638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9707176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9707619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9708137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9708579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9709029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9709475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9709988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9710440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9710933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9711388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9711839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9712276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9712716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9713169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9713649Z 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:44:34.9714174Z 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:44:34.9714627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9715083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9715535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9715989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9716429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9716875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9717327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9717777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9718209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:44:34.9718784Z 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:44:34.9719406Z 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:44:34.9719996Z 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:44:34.9720560Z 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:44:34.9721122Z 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:44:34.9721690Z 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:44:34.9722153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9722613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9723066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9723573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9724196Z 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:44:34.9724655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9725099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9725551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9726001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9726458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9726903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9727358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9727816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9728268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9728706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9729148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9729603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9730062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9730542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9730999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9731445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9731894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9732328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9732770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9733250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9733831Z 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:44:34.9734279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9734823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9735398Z 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:44:34.9735980Z 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:44:34.9736448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:34.9736996Z 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:44:34.9737559Z 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:44:34.9738017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9738583Z 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:44:34.9739140Z 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:44:34.9739719Z 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:44:34.9740297Z 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:44:34.9740758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9741311Z 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:44:34.9741885Z 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:44:34.9742424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9742887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9743331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9743788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9744243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9744699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9745190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9745639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9746099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9746545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9747210Z 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:44:34.9747773Z 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:44:34.9748356Z 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:44:34.9748941Z 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:44:34.9749519Z 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:44:34.9750073Z 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:44:34.9750644Z 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:44:34.9751213Z 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:44:34.9751789Z 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:44:34.9752354Z 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:44:34.9752924Z 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:44:34.9753383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9753830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9754267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:44:34.9754739Z 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:44:34.9755169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:44:34.9755588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:44:34.9756016Z 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:44:34.9756451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9756895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:44:34.9757425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9757888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9758345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9758814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9759273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9759735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9760194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9760673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9761166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9761640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9762229Z 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:44:34.9762833Z 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:44:34.9763437Z 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:44:34.9764035Z 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:44:34.9764520Z 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:44:34.9764982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9765440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9765943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9766408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9766866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9767475Z 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:44:34.9767961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9768451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9768898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9769373Z 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:44:34.9769847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9770326Z 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:44:34.9770816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9771267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9771725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9772197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9772668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9773120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9773588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9774062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9774655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9775112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:44:34.9775581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9776180Z 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:44:34.9776826Z 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:44:34.9777285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9777723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9778172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9778622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9779071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9779555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9780021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9780480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9780939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9781374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9781956Z 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:44:34.9782551Z 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:44:34.9783143Z 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:44:34.9783713Z 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:44:34.9784282Z 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:44:34.9784848Z 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:44:34.9785297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9785735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9786188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9786635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9787160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9787730Z 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:44:34.9788280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9788748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9789212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9789679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9790132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9790602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9791098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9791565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9792018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9792487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9792952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9793412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9793863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:34.9794318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9794777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9795231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9795666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9796118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9796592Z 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:44:34.9797049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9797494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9797952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9798441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9798948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9799410Z 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:44:34.9799856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9800309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9800757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9801206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9801800Z 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:44:34.9802260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9802720Z 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:44:34.9803181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9803618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9804068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9804523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9804982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9805546Z 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:44:34.9805998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:44:34.9806561Z 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:44:34.9807159Z 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:44:34.9807757Z 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:44:34.9808324Z 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:44:34.9808904Z 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:44:34.9809488Z 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:44:34.9809974Z 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:44:34.9810494Z 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:44:34.9811015Z 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:44:34.9811495Z 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:44:34.9811971Z 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:44:34.9812432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9812919Z 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:44:34.9813458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9813940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9814423Z 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:44:34.9815030Z 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:44:34.9815514Z 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:44:34.9815997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9816438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 8%] 2022-12-01T10:44:34.9816870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9817378Z 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:44:34.9817914Z 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:44:34.9818437Z 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:44:34.9818920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9819372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9819843Z 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:44:34.9820281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 8%] 2022-12-01T10:44:34.9820723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9821204Z 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:44:34.9821762Z 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:44:34.9822246Z 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:44:34.9822738Z 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:44:34.9823223Z 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:44:34.9823727Z 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:44:34.9824255Z 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:44:34.9824738Z 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:44:34.9825227Z 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:44:34.9825706Z 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:44:34.9826181Z 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:44:34.9826673Z 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:44:34.9827260Z 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:44:34.9827734Z 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:44:34.9828223Z 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:44:34.9828701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:44:34.9829174Z 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:44:34.9829606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 8%] 2022-12-01T10:44:34.9830049Z 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:44:34.9830523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9831007Z 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:44:34.9831491Z 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:44:34.9832006Z 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:44:34.9832491Z 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:44:34.9832980Z 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:44:34.9833482Z 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:44:34.9833969Z 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:44:34.9834409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 PASSED [ 9%] 2022-12-01T10:44:34.9834887Z 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:44:34.9835380Z 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:44:34.9835858Z 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:44:34.9836340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9836989Z 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:44:34.9837486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9837963Z 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:44:34.9838437Z 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:44:34.9838927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9839409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9839888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9840367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9840852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9841330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9841817Z 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:44:34.9842315Z 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:44:34.9842868Z 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:44:34.9843466Z 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:44:34.9843935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9844390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9844946Z 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:44:34.9845516Z 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:44:34.9846015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9846472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9846911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9847341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:44:34.9847779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9848233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9848675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:34.9849121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9849565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9850009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9850567Z 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:44:34.9851147Z 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:44:34.9851721Z 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:44:34.9852173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9852606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9853059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9853522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9854011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9854582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9855025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9855478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9855935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9856509Z 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:44:34.9857136Z 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:44:34.9857721Z 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:44:34.9858189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9858646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9859077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9859521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9859971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9860421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9860859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9861314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9861776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9862245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9862671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 PASSED [ 10%] 2022-12-01T10:44:34.9863091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9863536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9863988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9864421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9864983Z 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:44:34.9865515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9865956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9866403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:44:34.9866918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9867366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9867805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9868296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9868737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9869200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9869677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9870272Z 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:44:34.9870906Z 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:44:34.9871515Z 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:44:34.9872140Z 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:44:34.9872784Z 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:44:34.9873416Z 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:44:34.9874047Z 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:44:34.9874685Z 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:44:34.9875173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9875628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9876069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9876676Z 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:44:34.9877201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9877692Z 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:44:34.9878317Z 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:44:34.9878942Z 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:44:34.9879421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9879874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9880358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9880796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9881248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9881692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9882135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9882573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9883031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9883476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9883924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9884353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9884793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9885238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9885699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:44:34.9886136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9886587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9887033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9887470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9887907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9888398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9888840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9889292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9889742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9890192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9890635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9891115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9891547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9892125Z 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:44:34.9892588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9893036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9893487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9893930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9894377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9894941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9895390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9895818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9896271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9896733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9897189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9897767Z 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:44:34.9898248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9898717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9899165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9899674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9900134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9900594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9901049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9901493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9901945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9902435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:34.9903009Z 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:44:34.9903570Z 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:44:34.9904145Z 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:44:34.9904560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9904916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9905268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9905636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9906010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9906379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9906807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9907184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:44:34.9907559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9907918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9908264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9908622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9908984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9909328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9909683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9910043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9910407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9910754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9911159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9911515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9911870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9912386Z 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:44:34.9912975Z 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:44:34.9913386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9913902Z 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:44:34.9914493Z 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:44:34.9915074Z 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:44:34.9915651Z 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:44:34.9916096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 13%] 2022-12-01T10:44:34.9916520Z 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:44:34.9916920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9917279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9917647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9918009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9918373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 PASSED [ 13%] 2022-12-01T10:44:34.9918740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:44:34.9919091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9919453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9919822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9920190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9920712Z 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:44:34.9921288Z 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:44:34.9921713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9922086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9922425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9922774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9923161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 XFAIL [ 14%] 2022-12-01T10:44:34.9923681Z 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:44:34.9924088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9924455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9924822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9925174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9925531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9925889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9926288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9926658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9927034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9927401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9927755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9928110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9928485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9928863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9929241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9929600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9929970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9930334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9930678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9931219Z 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:44:34.9931876Z 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:44:34.9932298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9932643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9932997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 PASSED [ 14%] 2022-12-01T10:44:34.9933356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 PASSED [ 14%] 2022-12-01T10:44:34.9933716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9934062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9934420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9935011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9935392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9935733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9956071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9956461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9956837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9957194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9957550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9957937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9958505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9958871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9959230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9959591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9959942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9960556Z 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:44:34.9961154Z 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:44:34.9961753Z 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:44:34.9962335Z 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:44:34.9962888Z 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:44:34.9963461Z 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:44:34.9963873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9964237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9964589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9964949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9965472Z 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:44:34.9965870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9966241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9966606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9966976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9967417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9967782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9968145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9968509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9968870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:34.9969241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 PASSED [ 15%] 2022-12-01T10:44:34.9969607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9969973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9970331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9970733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9971099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9971450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9971805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9972164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9972526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9972875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9973238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 XFAIL [ 16%] 2022-12-01T10:44:34.9973595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 XFAIL [ 16%] 2022-12-01T10:44:34.9973935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9974282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9975092Z 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:44:34.9975513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9975866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9976382Z 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:44:34.9976804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9977169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9977675Z 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:44:34.9978081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 XFAIL [ 16%] 2022-12-01T10:44:34.9978596Z 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:44:34.9979005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9979359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9979782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9980310Z 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:44:34.9980886Z 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:44:34.9981289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9981658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9982033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9982404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9982845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9983216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 PASSED [ 16%] 2022-12-01T10:44:34.9983587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9983942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 PASSED [ 16%] 2022-12-01T10:44:34.9984476Z 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:44:34.9985065Z 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:44:34.9985647Z 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:44:34.9986207Z 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:44:34.9986852Z 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:44:34.9987269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9987668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:44:34.9988097Z 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:44:34.9988536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:44:34.9988978Z 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:44:34.9989412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:44:34.9989828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:44:34.9990205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9990569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9990926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9991283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9991703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9992078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9992462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 XFAIL [ 17%] 2022-12-01T10:44:34.9992837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9993225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9993609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9994003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9994370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9994772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9995336Z 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:44:34.9995948Z 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:44:34.9996381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9996772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9997142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9997520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9997889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9998275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9998655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:34.9999025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:44:34.9999601Z 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:44:35.0000232Z 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:44:35.0000679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 PASSED [ 17%] 2022-12-01T10:44:35.0001039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0001425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 18%] 2022-12-01T10:44:35.0001817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0002190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0002561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0003020Z 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:44:35.0003492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0003864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0004253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0004647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0005035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0005421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0005785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0006157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0006734Z 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:44:35.0007150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0007492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0007845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0008210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0008575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0008962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0009339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0009708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0010237Z 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:44:35.0010834Z 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:44:35.0011429Z 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:44:35.0012018Z 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:44:35.0012424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0012955Z 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:44:35.0013533Z 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:44:35.0014102Z 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:44:35.0014628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0015000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0015357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0015770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 PASSED [ 18%] 2022-12-01T10:44:35.0016116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0016470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:35.0017009Z 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:44:35.0017603Z 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:44:35.0018025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0018408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0018823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0019200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0019557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0019928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0020299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0020663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0021040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0021410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0021785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0022139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0022503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0022864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0023228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0023578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0023952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0024341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0024719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0025090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0025472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0025852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0026225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0026599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0027036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0027442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0027785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0028139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0028492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0029026Z 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:44:35.0029430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 PASSED [ 19%] 2022-12-01T10:44:35.0029802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0030173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0030581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0030958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0031330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 PASSED [ 19%] 2022-12-01T10:44:35.0031694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0032049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0032580Z 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:44:35.0032980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0033515Z 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:44:35.0034100Z 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:44:35.0034682Z 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:44:35.0035269Z 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:44:35.0035712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0036112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0036520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0036917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0037323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0037739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0038150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0038539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:35.0038932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0039344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:35.0039750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:35.0040149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0040532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0040931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0041359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0041766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0042196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0042585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0042995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0043400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0043804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0044207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0044609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 20%] 2022-12-01T10:44:35.0045010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0045401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0045792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0046192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0046595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0046999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0047407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:44:35.0047805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0048204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0048591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0048986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0049385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0049796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0050181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0050622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0051004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0051587Z 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:44:35.0052020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0052412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0052811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0053209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0053629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0054043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0054612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0055134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0055567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0055967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0056535Z 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:44:35.0056953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0057325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0057687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0058050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0058402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0058765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0059295Z 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:44:35.0059889Z 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:44:35.0060449Z 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:44:35.0060869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0061238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0061604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0061996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:44:35.0062415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:44:35.0062885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 PASSED [ 21%] 2022-12-01T10:44:35.0063248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:35.0063590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0063941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0064288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0064639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0064983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0065521Z 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:44:35.0066151Z 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:44:35.0066808Z 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:44:35.0067219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0067581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0067938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0068293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0068672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0069041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0069404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0069764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0070311Z 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:44:35.0070736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0071100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0071447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0071812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0072182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0072573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T10:44:35.0072942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0073298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0073656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0073997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0074361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0074778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0075154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0075528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0075911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0076291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 XFAIL [ 22%] 2022-12-01T10:44:35.0076840Z 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:44:35.0077263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0077665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0078028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 PASSED [ 22%] 2022-12-01T10:44:35.0078381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 PASSED [ 22%] 2022-12-01T10:44:35.0078906Z 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:44:35.0079319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:35.0079676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0080016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:35.0080370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0080723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0081081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:35.0081437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0081796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0082189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:44:35.0082610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:44:35.0083159Z 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:44:35.0083764Z 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:44:35.0084363Z 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:44:35.0084962Z 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:44:35.0085590Z 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:44:35.0086228Z 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:44:35.0086904Z 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:44:35.0087355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0087910Z 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:44:35.0088542Z 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:44:35.0088980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0089543Z 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:44:35.0090206Z 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:44:35.0090634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0091008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0091409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0092014Z 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:44:35.0092660Z 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:44:35.0093340Z 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:44:35.0094009Z 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:44:35.0094796Z 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:44:35.0095424Z 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:44:35.0095867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0096415Z 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:44:35.0096829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 PASSED [ 23%] 2022-12-01T10:44:35.0097192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 PASSED [ 23%] 2022-12-01T10:44:35.0097566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0097923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0098281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0098621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0099029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0099384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0099746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0100115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0100466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0100826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0101174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0101525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0101890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0102291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0102650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0103028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0103395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0103761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0104112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0104469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0104827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0105170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0105535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0105898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0106269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 XFAIL [ 24%] 2022-12-01T10:44:35.0106639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 XFAIL [ 24%] 2022-12-01T10:44:35.0107090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0107446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0107811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0108160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0108524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0108897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0109245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 PASSED [ 24%] 2022-12-01T10:44:35.0109603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0110137Z 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:44:35.0110718Z 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:44:35.0111157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 PASSED [ 24%] 2022-12-01T10:44:35.0111516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0111879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0112248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0112594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0112955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0113319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0113671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0114051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0114414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0114768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0115113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0115649Z 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:44:35.0116225Z 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:44:35.0116805Z 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:44:35.0117385Z 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:44:35.0117789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0118139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0118542Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0118878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0119219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0119575Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:44:35.0119938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0120269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0120607Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0120945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0121273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0121612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0121959Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0122307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0122635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0123007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0123359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0123698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0124034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0124434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:35.0124886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:44:35.0125258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:35.0125596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 PASSED [ 25%] 2022-12-01T10:44:35.0126033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0126484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0126918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0127371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0127828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0128237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:44:35.0128591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 XFAIL [ 26%] 2022-12-01T10:44:35.0128944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0129286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0129621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0129948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0130291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0130631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0130954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:44:35.0131286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 XFAIL [ 26%] 2022-12-01T10:44:35.0131633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0131980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0132303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0132655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0133023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0133377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0133769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0134218Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:44:35.0134890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0135231Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0135572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0135927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0136290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0136634Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0136978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0137315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0137756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0138091Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0138432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0138768Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0139102Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 PASSED [ 26%] 2022-12-01T10:44:35.0139457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 PASSED [ 26%] 2022-12-01T10:44:35.0139812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0140164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0140497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0140837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0141068Z 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:44:35.0141232Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0141390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0141550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0141701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0141859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0142037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0142198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0142354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0142521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0142687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0142857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0143018Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0143161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0143335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0143555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0143717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0143877Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0144102Z 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:44:35.0144319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:35.0144474Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0144619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0144784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0144974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0145134Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0145357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:44:35.0145521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0145682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0145849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0146014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:44:35.0146162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0146333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0146494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0146656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 PASSED [ 27%] 2022-12-01T10:44:35.0146887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0147047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0147205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0147361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0147514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0147664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0147824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0147987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0148146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0148306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 XFAIL [ 28%] 2022-12-01T10:44:35.0148461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 XFAIL [ 28%] 2022-12-01T10:44:35.0148619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0148848Z 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:44:35.0148990Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0149182Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0149406Z 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:44:35.0149626Z 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:44:35.0149783Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0150005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0150224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0150393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0150633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0150792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 XFAIL [ 28%] 2022-12-01T10:44:35.0150936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 XFAIL [ 28%] 2022-12-01T10:44:35.0151161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0151380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0151544Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0151699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0151921Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0152141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:44:35.0152310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0152477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0152627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0152793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0152963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0153122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 PASSED [ 28%] 2022-12-01T10:44:35.0153286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:35.0153444Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0153658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0153879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0154100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0154305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0154550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0154771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0154991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:44:35.0155168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 XFAIL [ 29%] 2022-12-01T10:44:35.0155376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:35.0155570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:35.0155777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:35.0155999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:35.0156190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:44:35.0156337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0156494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0156654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0156813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0156972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0157152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0157331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0157497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0157668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0157830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0158016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0158179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0158348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0158511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0158745Z 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:44:35.0158980Z 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:44:35.0159211Z 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:44:35.0159439Z 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:44:35.0159611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 29%] 2022-12-01T10:44:35.0159790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 29%] 2022-12-01T10:44:35.0160015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0160179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0160350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 PASSED [ 29%] 2022-12-01T10:44:35.0160529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T10:44:35.0160700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0160876Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0161048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0161265Z 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:44:35.0161534Z 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:44:35.0161778Z 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:44:35.0161955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0162124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0162294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0162459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0162646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 30%] 2022-12-01T10:44:35.0162816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0162999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0163230Z 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:44:35.0163397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0163558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0163731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0163898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0164080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0164248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0164424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0164604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0164766Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0164934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0165103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0165264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0165452Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0165612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0165768Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0165927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0166069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0166247Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0166419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0166582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0166745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 PASSED [ 30%] 2022-12-01T10:44:35.0166907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 PASSED [ 30%] 2022-12-01T10:44:35.0167166Z 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:44:35.0167392Z 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:44:35.0167616Z 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:44:35.0167834Z 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:44:35.0168049Z 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:44:35.0168210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0168440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:35.0168662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:35.0168883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:35.0169103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:35.0169317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:44:35.0169475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0169643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0169799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0169962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0170120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0170277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0170426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0170655Z 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:44:35.0170831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0171033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0171207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0171362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0171530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0171702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0171870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_median_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0172036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_norm_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0172207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0172380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0172579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0172749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmin_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0172899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0173059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0173227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0173391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 PASSED [ 31%] 2022-12-01T10:44:35.0173553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0173718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0173897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0174056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:35.0174200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0174380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0174719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0174880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0175040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0175200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:35.0175362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0175526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:35.0175686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0175902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:44:35.0176061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:35.0176215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0176391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0176563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0176818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0176977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0177140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0177305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0177453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0177681Z 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:44:35.0177902Z 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:44:35.0178078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0178369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:44:35.0178533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 PASSED [ 32%] 2022-12-01T10:44:35.0178689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0178924Z 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:44:35.0179157Z 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:44:35.0179378Z 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:44:35.0179625Z 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:44:35.0179826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0180016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0180203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0180392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0180577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0180766Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0180954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0181133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:44:35.0181302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0181492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0181672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:35.0181845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0182031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0182255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0182445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0182620Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 33%] 2022-12-01T10:44:35.0182800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0182957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0183169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 33%] 2022-12-01T10:44:35.0183361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0183534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0183742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0183923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0184104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0184282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0184461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0184630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0184820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0185014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0185205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0185395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0185570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0185744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0185920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0186095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0186280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0186452Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0186628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0186886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0187079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0187272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:44:35.0187447Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0187630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0187857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0188035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:44:35.0188200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0188386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0188569Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0188756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0188943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0189127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0189346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0189528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0189718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0189879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0190050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0190291Z 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:44:35.0190462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0190647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0190831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0191005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0191179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0191359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0191526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0191731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0191911Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0192084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0192275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0192496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:35.0192655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0192875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:35.0193092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:44:35.0193345Z 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:44:35.0193498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0193655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0193843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:44:35.0194027Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:44:35.0194209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:44:35.0194370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0194529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0194718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0194875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 PASSED [ 34%] 2022-12-01T10:44:35.0195020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:35.0195173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0195331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0195553Z 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:44:35.0195711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0195867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0196038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0196204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0196353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0196511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0196674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0196850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0197072Z 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:44:35.0197241Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0197407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0197576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0197785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0197928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0198097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0198280Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:44:35.0198465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:44:35.0198626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0198808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0198966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0199125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0199291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0199436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0199608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0199833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:44:35.0200008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0200189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0200372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0200565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 PASSED [ 35%] 2022-12-01T10:44:35.0200790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:44:35.0201008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:44:35.0201160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0201381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:44:35.0201543Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 PASSED [ 35%] 2022-12-01T10:44:35.0201702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0201861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0202020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0202177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0202366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 36%] 2022-12-01T10:44:35.0202592Z 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:44:35.0202808Z 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:44:35.0203058Z 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:44:35.0203301Z 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:44:35.0203463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0203891Z 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:44:35.0204064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0204303Z 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:44:35.0204572Z 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:44:35.0204811Z 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:44:35.0205045Z 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:44:35.0205214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0205399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0205647Z 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:44:35.0205917Z 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:44:35.0206087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0206309Z 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:44:35.0206468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0206629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0206787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0206943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0207091Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0207253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0207411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0207567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0207735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0207890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0208048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0208206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0208361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0208515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0208681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 PASSED [ 36%] 2022-12-01T10:44:35.0208837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 PASSED [ 36%] 2022-12-01T10:44:35.0208994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0209150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0209312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0209476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0209637Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0209851Z 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:44:35.0210044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0210206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0210367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0210528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0210704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0210875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0211033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0211190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0211369Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0211529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0211686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0211848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0212071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:44:35.0212292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:44:35.0212525Z 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:44:35.0212693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0212854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0213000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0213157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0213324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0213484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0213643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0213801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0213954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0214112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0214317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:44:35.0214718Z 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:44:35.0214905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0215080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0215246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 PASSED [ 37%] 2022-12-01T10:44:35.0215415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 PASSED [ 37%] 2022-12-01T10:44:35.0215654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0215822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0216010Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 38%] 2022-12-01T10:44:35.0216178Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 38%] 2022-12-01T10:44:35.0216343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0216556Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0216716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0216881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0217040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0217248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0217416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0217585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0217736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0217898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0218077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0218244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0218604Z 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:44:35.0218938Z 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:44:35.0219270Z 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:44:35.0219433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0219763Z 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:44:35.0220076Z 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:44:35.0220397Z 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:44:35.0220734Z 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:44:35.0221055Z 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:44:35.0221392Z 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:44:35.0221724Z 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:44:35.0221918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 38%] 2022-12-01T10:44:35.0222108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 38%] 2022-12-01T10:44:35.0222329Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 XFAIL [ 38%] 2022-12-01T10:44:35.0222496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0222644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0222807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0222982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0223153Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0223326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:44:35.0223492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0223664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 PASSED [ 38%] 2022-12-01T10:44:35.0223864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 XFAIL [ 39%] 2022-12-01T10:44:35.0224036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0224192Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0224358Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0224539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0224712Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0225048Z 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:44:35.0225384Z 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:44:35.0225566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0225741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0225907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0226055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0226396Z 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:44:35.0226558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0226796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0226969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0227136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0227300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0227462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0227640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0227800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0227971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0228137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0228365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0228541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0228721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0228896Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0229068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0229233Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0229384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0229546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0229928Z 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:44:35.0230269Z 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:44:35.0230436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0230600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0230763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 PASSED [ 39%] 2022-12-01T10:44:35.0230930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 PASSED [ 39%] 2022-12-01T10:44:35.0231120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0231291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0231463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0231633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0231798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0231974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0232139Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0232307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0232469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0232649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0232824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0233005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0233165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0233333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0233501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0233665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0233829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0233993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0234348Z 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:44:35.0234687Z 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:44:35.0235008Z 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:44:35.0235336Z 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:44:35.0235658Z 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:44:35.0235821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0236012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0236186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0236351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0236514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0236831Z 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:44:35.0237152Z 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:44:35.0237323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0237493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0237666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0237842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0238016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0238187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:35.0238353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0238507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 PASSED [ 40%] 2022-12-01T10:44:35.0238677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0238844Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0239007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0239185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0239351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0239517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0239679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0239852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0240006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0240168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0240361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0240525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0240690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0240856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 XFAIL [ 41%] 2022-12-01T10:44:35.0241017Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 XFAIL [ 41%] 2022-12-01T10:44:35.0241191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0241340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0241499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0241856Z 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:44:35.0242025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0242346Z 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:44:35.0242673Z 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:44:35.0243007Z 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:44:35.0243174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0243339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0243509Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0243669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0243838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0244005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0244177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0244342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0244513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0244690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 PASSED [ 41%] 2022-12-01T10:44:35.0244862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 PASSED [ 41%] 2022-12-01T10:44:35.0245183Z 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:44:35.0245522Z 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:44:35.0245850Z 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:44:35.0246173Z 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:44:35.0246493Z 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:44:35.0246846Z 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:44:35.0247184Z 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:44:35.0247508Z 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:44:35.0247832Z 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:44:35.0248002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0248170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0248362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:44:35.0248589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:44:35.0248804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:44:35.0248972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0249141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0249305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0249468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0249644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0249821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0249979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0250158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0250330Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0250508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0250679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0250856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0251046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0251220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0251397Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0251555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0251908Z 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:44:35.0252255Z 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:44:35.0252613Z 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:44:35.0252957Z 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:44:35.0253186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 42%] 2022-12-01T10:44:35.0253360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 PASSED [ 42%] 2022-12-01T10:44:35.0253527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0253708Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 PASSED [ 42%] 2022-12-01T10:44:35.0254059Z 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:44:35.0254393Z 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:44:35.0254943Z 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:44:35.0255123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0255295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 XFAIL [ 43%] 2022-12-01T10:44:35.0255463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 XFAIL [ 43%] 2022-12-01T10:44:35.0255655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 43%] 2022-12-01T10:44:35.0255903Z 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:44:35.0256149Z 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:44:35.0256326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0256505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0256680Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0256867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0257039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0257217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0257391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0257569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0257912Z 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:44:35.0258244Z 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:44:35.0258410Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0258558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0258717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0258879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0259047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0259284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0259461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0259633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0259802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0259976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0260130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 PASSED [ 43%] 2022-12-01T10:44:35.0260296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0260641Z 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:44:35.0261009Z 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:44:35.0261348Z 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:44:35.0261683Z 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:44:35.0262017Z 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:44:35.0262183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0262516Z 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:44:35.0262848Z 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:44:35.0263003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:35.0263335Z 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:44:35.0263656Z 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:44:35.0263973Z 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:44:35.0264136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0264308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0264476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0264650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0264812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0265149Z 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:44:35.0265317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0265494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0265671Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0265874Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0266045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0266238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped!) [ 44%] 2022-12-01T10:44:35.0266418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0266592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0266837Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0267010Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0267179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0267383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0267554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0267735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0267918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0268085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0268265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0268417Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0268580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0268745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0268909Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0269079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0269239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0269403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0269564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 PASSED [ 44%] 2022-12-01T10:44:35.0269745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0269914Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0270084Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 PASSED [ 44%] 2022-12-01T10:44:35.0270249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0270424Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0270751Z 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:44:35.0270913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0271254Z 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:44:35.0271608Z 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:44:35.0271970Z 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:44:35.0272177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0272362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0272549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0272734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0272918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0273102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:35.0273314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0273511Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0273699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0273897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0274075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0274262Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0274440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 45%] 2022-12-01T10:44:35.0274625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0274810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0274990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0275203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0275420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 45%] 2022-12-01T10:44:35.0275632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0275816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0276017Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0276208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0276383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0276755Z 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:44:35.0276941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0277127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0277501Z 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:44:35.0277723Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0277910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0278087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0278283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 45%] 2022-12-01T10:44:35.0278480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0278675Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0278854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0279066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0279247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0279432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0279618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0279812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0279982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0280166Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0280369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 46%] 2022-12-01T10:44:35.0280561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0280743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0281134Z 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:44:35.0281327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0281514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0281701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0281887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0282083Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0282273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0282466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0282643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 XFAIL [ 46%] 2022-12-01T10:44:35.0282868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0283046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0283253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0283434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0283801Z 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:44:35.0283976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0284165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0284363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0284551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0284773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0284959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0285159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0285351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0285559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:44:35.0285731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:35.0285923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0286268Z 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:44:35.0286600Z 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:44:35.0286765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0286936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0287105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0287271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0287436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0287586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0287795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 47%] 2022-12-01T10:44:35.0288121Z 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:44:35.0288283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0288455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0288618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0288816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:35.0289016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:35.0289244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:35.0289434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:44:35.0289595Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0289761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0289922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0290086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0290247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0290412Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0290782Z 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:44:35.0291116Z 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:44:35.0291447Z 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:44:35.0291764Z 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:44:35.0292085Z 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:44:35.0292253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0292420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0292589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0292758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0292942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0293119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0293454Z 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:44:35.0293618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 PASSED [ 47%] 2022-12-01T10:44:35.0293791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 PASSED [ 47%] 2022-12-01T10:44:35.0293969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:35.0294133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:35.0294294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0294605Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0294859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 48%] 2022-12-01T10:44:35.0295037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:35.0295209Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:35.0295434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0295616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0295795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0296174Z 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:44:35.0296343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:35.0296517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0296678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0297009Z 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:44:35.0297376Z 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:44:35.0297529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0297688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0297849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0298011Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0298173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0298345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0298531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 PASSED [ 48%] 2022-12-01T10:44:35.0298719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0298882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0299211Z 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:44:35.0299558Z 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:44:35.0299902Z 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:44:35.0300239Z 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:44:35.0300629Z 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:44:35.0300804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0301173Z 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:44:35.0301536Z 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:44:35.0301709Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 PASSED [ 48%] 2022-12-01T10:44:35.0302075Z 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:44:35.0302478Z 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:44:35.0302837Z 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:44:35.0303178Z 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:44:35.0303353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0303723Z 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:44:35.0304131Z 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:44:35.0304517Z 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:44:35.0304906Z 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:44:35.0305266Z 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:44:35.0305603Z 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:44:35.0305783Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0305968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0306144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0306299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0306464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0306634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0306873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0307047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0307211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0307379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0307541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0307691Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0307852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0308025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0308194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0308361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0308520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0308722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0308887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0309049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0309211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0309385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0309547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0309711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0309872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0310220Z 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:44:35.0310416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0310584Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 PASSED [ 49%] 2022-12-01T10:44:35.0310755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 PASSED [ 49%] 2022-12-01T10:44:35.0310924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0311089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0311259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0311425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0311602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0311943Z 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:44:35.0312275Z 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:44:35.0312624Z 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:44:35.0312952Z 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:44:35.0313110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0313276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0313443Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0313611Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0313781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0313942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0314107Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0314269Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0314437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0314588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0314785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0314953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0315112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0315279Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0315440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0315781Z 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:44:35.0316113Z 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:44:35.0316276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0316459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0316622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0316794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0316962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0317137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0317304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 PASSED [ 50%] 2022-12-01T10:44:35.0317469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0317656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 50%] 2022-12-01T10:44:35.0317844Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 50%] 2022-12-01T10:44:35.0318006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0318175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:44:35.0318338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0318514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0318683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0318852Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0319018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0319207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0319376Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0319550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0319718Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0320047Z 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:44:35.0320381Z 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:44:35.0320552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0320749Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0321079Z 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:44:35.0321413Z 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:44:35.0321747Z 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:44:35.0322068Z 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:44:35.0322409Z 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:44:35.0322677Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 51%] 2022-12-01T10:44:35.0322864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0323048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0323216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0323388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0323559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0323723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0323888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0324064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0324231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0324394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0324564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0324734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 XFAIL [ 51%] 2022-12-01T10:44:35.0324913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0325077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0325417Z 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:44:35.0325593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0325775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:44:35.0325956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:44:35.0326297Z 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:44:35.0326631Z 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:44:35.0326813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0327011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0327180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0327352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 XFAIL [ 52%] 2022-12-01T10:44:35.0327527Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0327685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0327866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0328042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0328211Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0328385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0328582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0328750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0328932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0329110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0329275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0329458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0329635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0329813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0329986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0330154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0330322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0330495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0330668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0330839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0331014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0331185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0331355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0331522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0331689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0331851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0332040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0332211Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0332381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0332577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 PASSED [ 52%] 2022-12-01T10:44:35.0332753Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0332922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:44:35.0333091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0333426Z 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:44:35.0333775Z 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:44:35.0334115Z 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:44:35.0334586Z 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:44:35.0334987Z 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:44:35.0335157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0335325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0335487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0335660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0335826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0335999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0336176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0336344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0336506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0336675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0336852Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0337021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0337196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0337375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0337554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0337730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0337898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0338056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0338223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0338391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0338561Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:35.0338784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0338951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 XFAIL [ 53%] 2022-12-01T10:44:35.0339118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0339465Z 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:44:35.0339618Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0339782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0339943Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0340102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0340271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 PASSED [ 53%] 2022-12-01T10:44:35.0340642Z 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:44:35.0340812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0341153Z 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:44:35.0341330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0341502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0341815Z 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:44:35.0341985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 XFAIL [ 54%] 2022-12-01T10:44:35.0342325Z 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:44:35.0342656Z 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:44:35.0342994Z 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:44:35.0343167Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0343339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0343507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0343675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0343995Z 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:44:35.0344165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0344343Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0344522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0344697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0344867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0345200Z 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:44:35.0345591Z 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:44:35.0345933Z 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:44:35.0346264Z 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:44:35.0346577Z 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:44:35.0347017Z 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:44:35.0347391Z 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:44:35.0347610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:44:35.0347822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:44:35.0348036Z 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:44:35.0348235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:44:35.0348446Z 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:44:35.0348653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:44:35.0348851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:44:35.0349022Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0349180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0349348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 PASSED [ 54%] 2022-12-01T10:44:35.0349517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0349697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 PASSED [ 54%] 2022-12-01T10:44:35.0349870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0350049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0350222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0350393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0350555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0350733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0350909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0351093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0351293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0351508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0351866Z 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:44:35.0352060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:44:35.0352247Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:44:35.0352423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0352582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0352766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0352977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0353160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0353348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0353708Z 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:44:35.0354075Z 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:44:35.0354255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0354438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0354626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:44:35.0354808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0355053Z 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:44:35.0355227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0355395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0355569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0355751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0355929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0356118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0356292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0356453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0356632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0356804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 PASSED [ 55%] 2022-12-01T10:44:35.0356982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 PASSED [ 55%] 2022-12-01T10:44:35.0357191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0357530Z 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:44:35.0357703Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0357868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0358042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0358202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0358446Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0358788Z 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:44:35.0359165Z 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:44:35.0359505Z 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:44:35.0359846Z 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:44:35.0360176Z 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:44:35.0360341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0360515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0360688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0360880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0361042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0361212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0361553Z 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:44:35.0361732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0361913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0362093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0362269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0362445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0362607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0362793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0362965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0363146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0363322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0363535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0363716Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0363887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0364062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0364219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0364385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0364562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 PASSED [ 56%] 2022-12-01T10:44:35.0364735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0364939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:35.0365127Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0365297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0365466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0365654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0365835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:35.0366004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0366188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0366353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0366524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:35.0366866Z 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:44:35.0367031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:35.0367192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0367376Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0367548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0367722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0367891Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0368068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0368412Z 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:44:35.0368581Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:35.0368750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0368928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64 XFAIL [ 57%] 2022-12-01T10:44:35.0369156Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:44:35.0369477Z 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:44:35.0369800Z 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:44:35.0369968Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 PASSED [ 57%] 2022-12-01T10:44:35.0370315Z 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:44:35.0370648Z 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:44:35.0370977Z 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:44:35.0371351Z 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:44:35.0371688Z 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:44:35.0372020Z 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:44:35.0372231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0372429Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0372615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0372807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0372994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0373181Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T10:44:35.0373370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0373556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0373754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0373935Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0374127Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:35.0374296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0374609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:35.0374807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0374991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0375176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0375368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0375609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0375808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0375989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0376174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0376350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0376539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0376723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0376951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0377151Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0377352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0377553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0377737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0377924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:35.0378096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0378292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0378489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0378671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0378856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0379044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 58%] 2022-12-01T10:44:35.0379229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 XFAIL [ 58%] 2022-12-01T10:44:35.0379424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0379607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0379793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0379978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0380170Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 PASSED [ 58%] 2022-12-01T10:44:35.0380355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 PASSED [ 58%] 2022-12-01T10:44:35.0380549Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0380738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0380959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0381155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0381344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0381544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0381729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0381918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0382109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0382306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0382528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0382715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0382898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0383279Z 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:44:35.0383497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0383688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0383876Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0384063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0384250Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0384441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0384632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0384817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0385017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0385220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0385437Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0385637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0385821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0386006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0386202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0386539Z 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:44:35.0386834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0387005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0387175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0387349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:35.0387505Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 PASSED [ 59%] 2022-12-01T10:44:35.0387700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T10:44:35.0387909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T10:44:35.0388278Z 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:44:35.0388620Z 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:44:35.0388788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0388962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0389133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0389296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0389496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:44:35.0389687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:44:35.0389861Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0390025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0390193Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0390358Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0390521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0390867Z 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:44:35.0391203Z 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:44:35.0391547Z 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:44:35.0391877Z 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:44:35.0392210Z 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:44:35.0392550Z 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:44:35.0392723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0392891Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0393090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0393270Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0393445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0393616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0393804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0393965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0394129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0394300Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0394508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0394706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:44:35.0394873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0395042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 PASSED [ 60%] 2022-12-01T10:44:35.0395206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0395381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0395551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 60%] 2022-12-01T10:44:35.0395738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0395907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 PASSED [ 60%] 2022-12-01T10:44:35.0396241Z 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:44:35.0396418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0396588Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0396759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0396923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0397093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0397269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0397474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:44:35.0397672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:44:35.0398021Z 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:44:35.0398372Z 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:44:35.0398724Z 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:44:35.0399131Z 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:44:35.0399515Z 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:44:35.0399695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0400066Z 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:44:35.0400437Z 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:44:35.0400598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0401013Z 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:44:35.0401377Z 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:44:35.0401773Z 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:44:35.0402138Z 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:44:35.0402318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0402526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0402904Z 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:44:35.0403273Z 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:44:35.0403668Z 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:44:35.0404058Z 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:44:35.0404426Z 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:44:35.0404597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0404782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0404967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0405137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0405306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0405479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0405647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 PASSED [ 61%] 2022-12-01T10:44:35.0405854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0406027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 PASSED [ 61%] 2022-12-01T10:44:35.0406187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0406358Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0406529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0406706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0406878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0407044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0407228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0407435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0407593Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0407756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0407934Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0408108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0408279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0408449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0408622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0408793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0408959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0409110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0409275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0409449Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0409620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0409974Z 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:44:35.0410310Z 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:44:35.0410487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0410655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0410821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0410985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0411157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0411324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0411502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0411701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0411877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0412046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0412210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0412382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 PASSED [ 62%] 2022-12-01T10:44:35.0412535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0412700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 PASSED [ 62%] 2022-12-01T10:44:35.0412939Z 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:44:35.0413203Z 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:44:35.0413440Z 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:44:35.0413685Z 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:44:35.0413924Z 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:44:35.0414167Z 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:44:35.0414407Z 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:44:35.0414865Z 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:44:35.0415107Z 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:44:35.0415333Z 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:44:35.0415566Z 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:44:35.0415745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0415985Z 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:44:35.0416165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0416343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0416529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 63%] 2022-12-01T10:44:35.0416713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 PASSED [ 63%] 2022-12-01T10:44:35.0416888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0417078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0417345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0417697Z 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:44:35.0418043Z 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:44:35.0418282Z 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:44:35.0418629Z 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:44:35.0418978Z 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:44:35.0419218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 63%] 2022-12-01T10:44:35.0419398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 PASSED [ 63%] 2022-12-01T10:44:35.0419633Z 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:44:35.0419816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 PASSED [ 63%] 2022-12-01T10:44:35.0420061Z 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:44:35.0420293Z 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:44:35.0420539Z 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:44:35.0420778Z 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:44:35.0421022Z 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:44:35.0421259Z 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:44:35.0421494Z 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:44:35.0421748Z 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:44:35.0421988Z 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:44:35.0422336Z 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:44:35.0422573Z 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:44:35.0422807Z 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:44:35.0423016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:35.0423244Z 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:44:35.0423483Z 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:44:35.0423829Z 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:44:35.0424168Z 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:44:35.0424418Z 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:44:35.0424697Z 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:44:35.0424935Z 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:44:35.0425117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:35.0425298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:35.0425543Z 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:44:35.0425792Z 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:44:35.0426028Z 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:44:35.0426264Z 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:44:35.0426502Z 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:44:35.0426817Z 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:44:35.0427010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 64%] 2022-12-01T10:44:35.0427201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:35.0427448Z 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:44:35.0427694Z 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:44:35.0427932Z 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:44:35.0428110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 PASSED [ 64%] 2022-12-01T10:44:35.0428290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 PASSED [ 64%] 2022-12-01T10:44:35.0428456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:35.0428871Z 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:44:35.0429228Z 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:44:35.0429468Z 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:44:35.0429704Z 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:44:35.0429963Z 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:44:35.0430148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 64%] 2022-12-01T10:44:35.0430421Z 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:44:35.0430655Z 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:44:35.0430898Z 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:44:35.0431147Z 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:44:35.0431368Z 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:44:35.0431551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0431742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0431940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 65%] 2022-12-01T10:44:35.0432155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0432391Z 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:44:35.0432629Z 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:44:35.0432871Z 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:44:35.0433109Z 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:44:35.0433458Z 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:44:35.0433816Z 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:44:35.0434147Z 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:44:35.0434320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0434534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0434715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 PASSED [ 65%] 2022-12-01T10:44:35.0434890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0435132Z 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:44:35.0435373Z 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:44:35.0435553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 PASSED [ 65%] 2022-12-01T10:44:35.0435900Z 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:44:35.0436173Z 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:44:35.0436418Z 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:44:35.0436641Z 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:44:35.0436882Z 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:44:35.0437119Z 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:44:35.0437369Z 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:44:35.0437610Z 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:44:35.0437845Z 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:44:35.0438085Z 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:44:35.0438323Z 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:44:35.0438567Z 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:44:35.0438810Z 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:44:35.0439050Z 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:44:35.0439284Z 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:44:35.0439512Z 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:44:35.0439780Z 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:44:35.0440027Z 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:44:35.0440264Z 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:44:35.0440498Z 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:44:35.0440730Z 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:44:35.0440966Z 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:44:35.0441176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 PASSED [ 66%] 2022-12-01T10:44:35.0441352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0441591Z 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:44:35.0441833Z 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:44:35.0442056Z 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:44:35.0442296Z 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:44:35.0442537Z 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:44:35.0442725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 PASSED [ 66%] 2022-12-01T10:44:35.0442911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0443088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0443442Z 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:44:35.0443678Z 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:44:35.0444024Z 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:44:35.0444369Z 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:44:35.0444613Z 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:44:35.0444838Z 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:44:35.0445191Z 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:44:35.0445572Z 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:44:35.0445927Z 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:44:35.0446167Z 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:44:35.0446402Z 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:44:35.0446638Z 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:44:35.0446875Z 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:44:35.0447094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 66%] 2022-12-01T10:44:35.0447282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0447464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0447638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 PASSED [ 66%] 2022-12-01T10:44:35.0447820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0448002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 66%] 2022-12-01T10:44:35.0448248Z 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:44:35.0448488Z 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:44:35.0448726Z 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:44:35.0449083Z 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:44:35.0449433Z 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:44:35.0449771Z 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:44:35.0450123Z 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:44:35.0450463Z 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:44:35.0450790Z 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:44:35.0451134Z 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:44:35.0451475Z 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:44:35.0451715Z 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:44:35.0451984Z 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:44:35.0452204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:44:35.0452422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:44:35.0452634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:44:35.0452841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:44:35.0453103Z 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:44:35.0453315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:44:35.0453525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:44:35.0453747Z 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:44:35.0453985Z 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:44:35.0454325Z 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:44:35.0454708Z 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:44:35.0454950Z 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:44:35.0455196Z 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:44:35.0455439Z 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:44:35.0455689Z 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:44:35.0455942Z 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:44:35.0456187Z 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:44:35.0456427Z 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:44:35.0456663Z 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:44:35.0457017Z 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:44:35.0457377Z 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:44:35.0457629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:44:35.0457825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:44:35.0458064Z 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:44:35.0458313Z 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:44:35.0458558Z 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:44:35.0458848Z 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:44:35.0459102Z 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:44:35.0459351Z 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:44:35.0459716Z 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:44:35.0460104Z 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:44:35.0460345Z 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:44:35.0460589Z 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:44:35.0460830Z 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:44:35.0461084Z 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:44:35.0461341Z 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:44:35.0461584Z 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:44:35.0461827Z 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:44:35.0462070Z 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:44:35.0462317Z 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:44:35.0462564Z 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:44:35.0462855Z 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:44:35.0463112Z 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:44:35.0463352Z 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:44:35.0463587Z 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:44:35.0463832Z 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:44:35.0464080Z 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:44:35.0464353Z 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:44:35.0464604Z 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:44:35.0464849Z 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:44:35.0465201Z 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:44:35.0465382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 PASSED [ 68%] 2022-12-01T10:44:35.0465565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 PASSED [ 68%] 2022-12-01T10:44:35.0465742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 PASSED [ 68%] 2022-12-01T10:44:35.0465919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 PASSED [ 68%] 2022-12-01T10:44:35.0466157Z 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:44:35.0466398Z 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:44:35.0466637Z 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:44:35.0466997Z 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:44:35.0467351Z 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:44:35.0467705Z 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:44:35.0468051Z 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:44:35.0468229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 PASSED [ 68%] 2022-12-01T10:44:35.0468585Z 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:44:35.0468879Z 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:44:35.0469113Z 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:44:35.0469334Z 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:44:35.0469570Z 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:44:35.0469813Z 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:44:35.0470090Z 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:44:35.0470327Z 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:44:35.0470565Z 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:44:35.0470806Z 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:44:35.0471056Z 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:44:35.0471304Z 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:44:35.0471558Z 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:44:35.0471797Z 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:44:35.0472037Z 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:44:35.0472284Z 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:44:35.0472517Z 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:44:35.0472711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:35.0472962Z 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:44:35.0473204Z 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:44:35.0473445Z 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:44:35.0473682Z 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:44:35.0473946Z 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:44:35.0474195Z 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:44:35.0474433Z 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:44:35.0474669Z 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:44:35.0474910Z 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:44:35.0475197Z 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:44:35.0475447Z 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:44:35.0475702Z 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:44:35.0475937Z 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:44:35.0476185Z 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:44:35.0476424Z 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:44:35.0476659Z 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:44:35.0476893Z 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:44:35.0477131Z 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:44:35.0477313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 PASSED [ 69%] 2022-12-01T10:44:35.0477507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:35.0477697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 69%] 2022-12-01T10:44:35.0477928Z 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:44:35.0478172Z 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:44:35.0478453Z 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:44:35.0478816Z 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:44:35.0479049Z 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:44:35.0479332Z 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:44:35.0479580Z 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:44:35.0479924Z 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:44:35.0480272Z 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:44:35.0480619Z 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:44:35.0481000Z 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:44:35.0481345Z 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:44:35.0481687Z 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:44:35.0482043Z 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:44:35.0482344Z 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:44:35.0482780Z 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:44:35.0483052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 70%] 2022-12-01T10:44:35.0483345Z 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:44:35.0483628Z 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:44:35.0483901Z 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:44:35.0484242Z 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:44:35.0484574Z 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:44:35.0484866Z 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:44:35.0485181Z 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:44:35.0485371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 70%] 2022-12-01T10:44:35.0485596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 70%] 2022-12-01T10:44:35.0485930Z 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:44:35.0486214Z 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:44:35.0486472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 70%] 2022-12-01T10:44:35.0486767Z 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:44:35.0487064Z 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:44:35.0487389Z 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:44:35.0487730Z 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:44:35.0488017Z 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:44:35.0488302Z 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:44:35.0488589Z 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:44:35.0488783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 70%] 2022-12-01T10:44:35.0489066Z 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:44:35.0489363Z 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:44:35.0489654Z 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:44:35.0489949Z 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:44:35.0490253Z 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:44:35.0490531Z 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:44:35.0490814Z 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:44:35.0491104Z 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:44:35.0491388Z 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:44:35.0491712Z 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:44:35.0491993Z 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:44:35.0492310Z 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:44:35.0492552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:35.0492789Z 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:44:35.0493106Z 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:44:35.0493384Z 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:44:35.0493683Z 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:44:35.0493972Z 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:44:35.0494255Z 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:44:35.0494694Z 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:44:35.0494995Z 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:44:35.0495307Z 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:44:35.0495600Z 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:44:35.0495899Z 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:44:35.0496179Z 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:44:35.0496466Z 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:44:35.0496717Z 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:44:35.0497005Z 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:44:35.0497319Z 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:44:35.0497679Z 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:44:35.0497984Z 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:44:35.0498203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:35.0498484Z 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:44:35.0498768Z 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:44:35.0499106Z 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:44:35.0499336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 71%] 2022-12-01T10:44:35.0499640Z 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:44:35.0499930Z 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:44:35.0500267Z 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:44:35.0500518Z 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:44:35.0500935Z 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:44:35.0501204Z 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:44:35.0501466Z 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:44:35.0501773Z 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:44:35.0502022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 72%] 2022-12-01T10:44:35.0509587Z 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:44:35.0509913Z 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:44:35.0510165Z 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:44:35.0510419Z 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:44:35.0510667Z 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:44:35.0511036Z 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:44:35.0511241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:35.0511440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:44:35.0511647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:44:35.0511888Z 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:44:35.0512072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:35.0512352Z 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:44:35.0512754Z 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:44:35.0513106Z 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:44:35.0513459Z 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:44:35.0513818Z 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:44:35.0514064Z 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:44:35.0514302Z 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:44:35.0514475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:35.0514664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 PASSED [ 72%] 2022-12-01T10:44:35.0514907Z 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:44:35.0515163Z 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:44:35.0515422Z 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:44:35.0515664Z 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:44:35.0515905Z 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:44:35.0516259Z 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:44:35.0516616Z 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:44:35.0516863Z 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:44:35.0517132Z 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:44:35.0517366Z 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:44:35.0517545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 72%] 2022-12-01T10:44:35.0517745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:44:35.0517950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:44:35.0518129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0518401Z 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:44:35.0518591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0518771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0518966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0519158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 73%] 2022-12-01T10:44:35.0519414Z 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:44:35.0519578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0519930Z 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:44:35.0520274Z 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:44:35.0520459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 73%] 2022-12-01T10:44:35.0520636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0520807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 PASSED [ 73%] 2022-12-01T10:44:35.0521046Z 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:44:35.0521302Z 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:44:35.0521556Z 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:44:35.0521789Z 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:44:35.0522028Z 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:44:35.0522388Z 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:44:35.0522779Z 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:44:35.0523169Z 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:44:35.0523563Z 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:44:35.0523943Z 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:44:35.0524184Z 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:44:35.0524597Z 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:44:35.0524848Z 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:44:35.0525089Z 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:44:35.0525331Z 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:44:35.0525602Z 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:44:35.0525994Z 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:44:35.0526378Z 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:44:35.0526768Z 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:44:35.0527166Z 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:44:35.0527542Z 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:44:35.0527794Z 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:44:35.0528144Z 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:44:35.0528380Z 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:44:35.0528632Z 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:44:35.0528815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:35.0529024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:35.0529269Z 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:44:35.0529504Z 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:44:35.0529725Z 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:44:35.0529902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:35.0530144Z 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:44:35.0530421Z 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:44:35.0530659Z 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:44:35.0530893Z 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:44:35.0531127Z 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:44:35.0531298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:35.0531549Z 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:44:35.0531738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:35.0531978Z 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:44:35.0532218Z 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:44:35.0532444Z 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:44:35.0532678Z 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:44:35.0532916Z 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:44:35.0533273Z 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:44:35.0533515Z 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:44:35.0533752Z 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:44:35.0533936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:35.0534181Z 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:44:35.0534598Z 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:44:35.0534841Z 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:44:35.0535095Z 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:44:35.0535266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:35.0535446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:35.0535629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:35.0535821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 74%] 2022-12-01T10:44:35.0536062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 PASSED [ 74%] 2022-12-01T10:44:35.0536308Z 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:44:35.0536546Z 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:44:35.0536780Z 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:44:35.0537018Z 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:44:35.0537380Z 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:44:35.0537564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0537786Z 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:44:35.0538024Z 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:44:35.0538258Z 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:44:35.0538501Z 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:44:35.0538745Z 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:44:35.0538983Z 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:44:35.0539223Z 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:44:35.0539402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0539578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0539933Z 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:44:35.0540322Z 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:44:35.0540506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0540699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0540897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0541099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0541300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0541505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0541720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:44:35.0541921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0542251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 75%] 2022-12-01T10:44:35.0542423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:35.0542576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0542739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0542913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:35.0543086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0543258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:35.0543426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0543588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0543771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 PASSED [ 75%] 2022-12-01T10:44:35.0543936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 PASSED [ 75%] 2022-12-01T10:44:35.0544272Z 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:44:35.0544604Z 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:44:35.0544805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0545002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:44:35.0545334Z 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:44:35.0545655Z 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:44:35.0545984Z 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:44:35.0546312Z 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:44:35.0546685Z 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:44:35.0547103Z 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:44:35.0547285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 76%] 2022-12-01T10:44:35.0547498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0547709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0547878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:35.0548078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:35.0548245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:35.0548410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:35.0548581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:35.0548746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:35.0548902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 PASSED [ 76%] 2022-12-01T10:44:35.0549065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:35.0549272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0549479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0549682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0550015Z 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:44:35.0550342Z 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:44:35.0550665Z 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:44:35.0550876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0551077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0551261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0551457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0551790Z 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:44:35.0551997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0552205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0552413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0552665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0552868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0553061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0553227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 PASSED [ 76%] 2022-12-01T10:44:35.0553412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0553604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0553809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0554040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:44:35.0554239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0554431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0554638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0554838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0555041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0555245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0555399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 PASSED [ 77%] 2022-12-01T10:44:35.0555740Z 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:44:35.0555938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0556131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0556329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0556504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 PASSED [ 77%] 2022-12-01T10:44:35.0556675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0556843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0557058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0557211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0557409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0557612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0557816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0558058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0558255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0558448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0558630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0558832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0559026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0559214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0559580Z 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:44:35.0559920Z 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:44:35.0560253Z 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:44:35.0560584Z 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:44:35.0560908Z 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:44:35.0561071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0561238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0561407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0561561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 PASSED [ 77%] 2022-12-01T10:44:35.0561725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 PASSED [ 77%] 2022-12-01T10:44:35.0561930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0562132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:44:35.0562296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0562618Z 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:44:35.0562820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0563024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0563226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0563426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0563614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0563812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0564056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0564255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0564460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0564656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0564857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0565055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0565250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0565444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0565627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0565823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0566017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0566193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0566358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0566702Z 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:44:35.0566904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0567096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0567260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0567581Z 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:44:35.0567785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0567983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0568312Z 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:44:35.0568650Z 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:44:35.0568851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0569051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0569216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0569546Z 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:44:35.0569874Z 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:44:35.0570107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:35.0570263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 PASSED [ 78%] 2022-12-01T10:44:35.0570440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 PASSED [ 79%] 2022-12-01T10:44:35.0570611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 PASSED [ 79%] 2022-12-01T10:44:35.0570806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0571142Z 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:44:35.0571472Z 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:44:35.0571832Z 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:44:35.0572163Z 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:44:35.0572484Z 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:44:35.0572816Z 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:44:35.0573136Z 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:44:35.0573461Z 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:44:35.0573659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0573865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:35.0574080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:35.0574293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:35.0574655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:35.0574919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:35.0575136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:44:35.0575334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0575490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 PASSED [ 79%] 2022-12-01T10:44:35.0575819Z 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:44:35.0575984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 PASSED [ 79%] 2022-12-01T10:44:35.0576197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0576398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0576666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0576881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0577089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0577299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0577502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0577693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0577949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0578156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0578356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0578563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0578763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:44:35.0579113Z 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:44:35.0579470Z 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:44:35.0579657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:44:35.0579861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0580057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0580262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0580472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0580681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0580891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0581099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0581303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0581531Z 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:44:35.0581756Z 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:44:35.0581962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0582204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0582408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0582608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0582814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0583025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0583228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0583461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0583674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0583892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0584097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0584302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0584493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0584699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0584941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0585370Z 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:44:35.0585538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 PASSED [ 80%] 2022-12-01T10:44:35.0585702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 PASSED [ 80%] 2022-12-01T10:44:35.0585869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 PASSED [ 80%] 2022-12-01T10:44:35.0586031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 PASSED [ 80%] 2022-12-01T10:44:35.0586235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0586441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0586631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0586897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:44:35.0587247Z 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:44:35.0587592Z 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:44:35.0587931Z 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:44:35.0588314Z 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:44:35.0588651Z 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:44:35.0588819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 PASSED [ 81%] 2022-12-01T10:44:35.0589142Z 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:44:35.0589345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0589532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0589757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0589951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0590134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0590335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0590536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0590744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0590953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0591136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:44:35.0591309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 PASSED [ 81%] 2022-12-01T10:44:35.0591503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0591709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0591918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0592122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0592321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0592529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0592712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 PASSED [ 81%] 2022-12-01T10:44:35.0592917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0593120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0593314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0593503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0593798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0593994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0594191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0594387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0594583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0594803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0595002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0595228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0595427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0595605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0595798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0595994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:35.0596189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0596533Z 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:44:35.0596734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0596918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:35.0597103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:35.0597300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0597644Z 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:44:35.0597827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0598040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0598248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0598576Z 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:44:35.0598897Z 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:44:35.0599067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 PASSED [ 82%] 2022-12-01T10:44:35.0599229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:35.0599571Z 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:44:35.0599957Z 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:44:35.0600285Z 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:44:35.0600602Z 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:44:35.0600834Z 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:44:35.0601060Z 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:44:35.0601283Z 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:44:35.0601535Z 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:44:35.0601757Z 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:44:35.0601972Z 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:44:35.0602185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0602401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0602619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0602842Z 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:44:35.0603065Z 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:44:35.0603276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0603489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0603715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0603943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0604161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:44:35.0604349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:35.0604536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:35.0604715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 PASSED [ 82%] 2022-12-01T10:44:35.0604931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0605136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 83%] 2022-12-01T10:44:35.0605391Z 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:44:35.0605599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0605814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0606028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0606242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0606434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:44:35.0606677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0606904Z 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:44:35.0607120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0607342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0607555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0607778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0607992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0608204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0608419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0608633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0608858Z 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:44:35.0609073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0609293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0609516Z 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:44:35.0609732Z 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:44:35.0609899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:44:35.0610114Z 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:44:35.0610340Z 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:44:35.0610604Z 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:44:35.0610815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0611030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0611253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0611469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0611688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0611932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0612156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:44:35.0612326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:44:35.0612506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:44:35.0612879Z 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:44:35.0613098Z 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:44:35.0613317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0613545Z 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:44:35.0613770Z 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:44:35.0613986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0614208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0614429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0614877Z 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:44:35.0615076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0615272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0615470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0615666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0616002Z 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:44:35.0616260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0616458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0616655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0616857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0617045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0617240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0617429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:35.0617672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0617845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 PASSED [ 84%] 2022-12-01T10:44:35.0618011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:35.0618206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0618375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 PASSED [ 84%] 2022-12-01T10:44:35.0618538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 PASSED [ 84%] 2022-12-01T10:44:35.0618719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0618921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0619267Z 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:44:35.0619600Z 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:44:35.0619798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0619975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 PASSED [ 84%] 2022-12-01T10:44:35.0620172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0620388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0620598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0620799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:35.0621113Z 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:44:35.0621444Z 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:44:35.0621647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0621842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0622037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0622233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:44:35.0622402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:35.0622596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0622773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:35.0622944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0623102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:35.0623270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0623451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0623653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0623837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0624017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0624224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0624557Z 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:44:35.0624724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0624878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0625047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:35.0625211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0625377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 PASSED [ 85%] 2022-12-01T10:44:35.0625539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:44:35.0625740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0625957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0626303Z 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:44:35.0626655Z 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:44:35.0627104Z 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:44:35.0627304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0627667Z 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:44:35.0627869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0628072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0628476Z 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:44:35.0628688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0629055Z 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:44:35.0629260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0629469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:44:35.0629843Z 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:44:35.0630270Z 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:44:35.0630639Z 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:44:35.0631028Z 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:44:35.0631230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0631428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0631642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0631845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0632013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:35.0632215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0632408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0632605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0632758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:35.0632925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:35.0633121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0633314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0633519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0633717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0633911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0634105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0634345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0634511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:35.0634659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:35.0634869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0635072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0635266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0635427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:35.0635593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:35.0635823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0636027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0636226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0636405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0636594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0636790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0636988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0637182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0637357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 PASSED [ 86%] 2022-12-01T10:44:35.0637529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 PASSED [ 86%] 2022-12-01T10:44:35.0637734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:44:35.0637934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0638145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0638314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:35.0638481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:35.0638682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0638878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0639110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0639311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0639514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0639893Z 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:44:35.0640242Z 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:44:35.0640424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0640624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0640821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0641014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0641223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0641444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0641642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0641842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:35.0642011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 PASSED [ 87%] 2022-12-01T10:44:35.0642174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 PASSED [ 87%] 2022-12-01T10:44:35.0642495Z 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:44:35.0642733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0642960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0643200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0643438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0643669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0643906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0644149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0644382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0644613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0644849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0645035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 87%] 2022-12-01T10:44:35.0645253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0645454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:35.0645688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:44:35.0645859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 PASSED [ 87%] 2022-12-01T10:44:35.0646037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:35.0646208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:35.0646381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:35.0646550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:35.0646769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:35.0646930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:35.0647266Z 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:44:35.0647612Z 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:44:35.0647954Z 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:44:35.0648185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0648522Z 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:44:35.0648757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0648992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0649323Z 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:44:35.0649652Z 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:44:35.0650017Z 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:44:35.0650341Z 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:44:35.0650682Z 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:44:35.0650880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 88%] 2022-12-01T10:44:35.0651129Z 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:44:35.0651373Z 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:44:35.0651544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:35.0651744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:35.0651980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0652152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:35.0652319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 PASSED [ 88%] 2022-12-01T10:44:35.0652541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0652778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0653016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0653275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0653507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0653687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T10:44:35.0653925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0654164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0654405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0654828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0655061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0655290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:44:35.0655642Z 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:44:35.0655981Z 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:44:35.0656316Z 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:44:35.0656562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0656790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0657021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0657253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0657550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0657886Z 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:44:35.0658125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0658361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0658593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0658838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0659117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0659362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0659594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0659769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0659950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0660185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0660436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0660678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0660868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 PASSED [ 89%] 2022-12-01T10:44:35.0661036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0661271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0661444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0661688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0661922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0662095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 PASSED [ 89%] 2022-12-01T10:44:35.0662264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0662433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0662780Z 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:44:35.0663011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0663211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 PASSED [ 89%] 2022-12-01T10:44:35.0663464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0663639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 PASSED [ 89%] 2022-12-01T10:44:35.0663874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0664114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:44:35.0664348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0664616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0664862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0665141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0665373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0665559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:35.0665781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0666018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0666251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0666484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0666719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0667141Z 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:44:35.0667487Z 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:44:35.0667662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:35.0667832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 PASSED [ 90%] 2022-12-01T10:44:35.0668067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0668388Z 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:44:35.0668626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0668860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0669133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0669363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0669607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0669844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0670082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0670353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0670593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0670827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0671061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0671282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0671516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0671758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0672011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0672241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0672479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0672716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0672954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0673190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0673423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:35.0673686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0673919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0674137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0674422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0674591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 PASSED [ 91%] 2022-12-01T10:44:35.0674937Z 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:44:35.0675167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0675396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0675563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 PASSED [ 91%] 2022-12-01T10:44:35.0675940Z 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:44:35.0676174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0676505Z 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:44:35.0676828Z 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:44:35.0677158Z 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:44:35.0677396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0677638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0677970Z 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:44:35.0678206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0678537Z 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:44:35.0678884Z 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:44:35.0679231Z 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:44:35.0679469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0679701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0679936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0680154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0680335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 PASSED [ 91%] 2022-12-01T10:44:35.0680543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 PASSED [ 91%] 2022-12-01T10:44:35.0680724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 PASSED [ 91%] 2022-12-01T10:44:35.0680902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 PASSED [ 91%] 2022-12-01T10:44:35.0681145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:44:35.0681485Z 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:44:35.0681825Z 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:44:35.0682235Z 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:44:35.0682575Z 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:44:35.0682889Z 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:44:35.0683224Z 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:44:35.0683562Z 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:44:35.0683904Z 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:44:35.0684245Z 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:44:35.0684481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0684700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:44:35.0684914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:44:35.0685138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:44:35.0685340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:44:35.0685566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:44:35.0685911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0686144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0686378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0686611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0686943Z 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:44:35.0687155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 PASSED [ 92%] 2022-12-01T10:44:35.0687328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 PASSED [ 92%] 2022-12-01T10:44:35.0687568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0687807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0688045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0688295Z 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:44:35.0688549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0688786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0689028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0689266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0689507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0689770Z 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:44:35.0690021Z 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:44:35.0690255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0690494Z 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:44:35.0690853Z 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:44:35.0691212Z 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:44:35.0691558Z 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:44:35.0691795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:44:35.0692026Z 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:44:35.0692264Z 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:44:35.0692512Z 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:44:35.0692783Z 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:44:35.0693018Z 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:44:35.0693267Z 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:44:35.0693509Z 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:44:35.0693886Z 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:44:35.0694285Z 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:44:35.0694646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0694896Z 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:44:35.0695161Z 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:44:35.0695384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0695631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0695871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0696116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0696357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0696604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0696855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0697098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0697335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0697687Z 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:44:35.0697862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 PASSED [ 93%] 2022-12-01T10:44:35.0698023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 PASSED [ 93%] 2022-12-01T10:44:35.0698193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 PASSED [ 93%] 2022-12-01T10:44:35.0698490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0698730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0698968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0699201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0699552Z 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:44:35.0699929Z 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:44:35.0700279Z 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:44:35.0700620Z 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:44:35.0700967Z 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:44:35.0701308Z 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:44:35.0701468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 PASSED [ 93%] 2022-12-01T10:44:35.0701816Z 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:44:35.0702158Z 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:44:35.0702394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0702720Z 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:44:35.0702950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0703176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0703412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:35.0703645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0703870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0704116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0704339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0704610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0704792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 PASSED [ 94%] 2022-12-01T10:44:35.0704975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:35.0705221Z 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:44:35.0705461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0705700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0705969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0706208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0706398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 PASSED [ 94%] 2022-12-01T10:44:35.0706581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:35.0706870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0707110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0707346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0707591Z 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:44:35.0707837Z 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:44:35.0708075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0708309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0708561Z 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:44:35.0708818Z 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:44:35.0709052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0709300Z 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:44:35.0709530Z 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:44:35.0709763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0710030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0710261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0710490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0710725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0710958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0711133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 PASSED [ 94%] 2022-12-01T10:44:35.0711391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0711618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0711807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 94%] 2022-12-01T10:44:35.0712027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:44:35.0712266Z 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:44:35.0712601Z 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:44:35.0712780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 PASSED [ 95%] 2022-12-01T10:44:35.0712948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 PASSED [ 95%] 2022-12-01T10:44:35.0713287Z 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:44:35.0713642Z 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:44:35.0713986Z 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:44:35.0714325Z 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:44:35.0714599Z 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:44:35.0714862Z 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:44:35.0715117Z 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:44:35.0715366Z 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:44:35.0715617Z 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:44:35.0715911Z 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:44:35.0716159Z 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:44:35.0716407Z 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:44:35.0716654Z 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:44:35.0716908Z 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:44:35.0717196Z 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:44:35.0717389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 95%] 2022-12-01T10:44:35.0717643Z 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:44:35.0717901Z 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:44:35.0718147Z 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:44:35.0718393Z 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:44:35.0718645Z 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:44:35.0718907Z 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:44:35.0719171Z 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:44:35.0719428Z 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:44:35.0719690Z 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:44:35.0719939Z 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:44:35.0720132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 95%] 2022-12-01T10:44:35.0720378Z 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:44:35.0720625Z 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:44:35.0720875Z 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:44:35.0721162Z 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:44:35.0721349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 95%] 2022-12-01T10:44:35.0721587Z 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:44:35.0721848Z 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:44:35.0722111Z 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:44:35.0722389Z 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:44:35.0722643Z 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:44:35.0722897Z 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:44:35.0723145Z 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:44:35.0723405Z 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:44:35.0723667Z 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:44:35.0723913Z 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:44:35.0724166Z 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:44:35.0724425Z 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:44:35.0724676Z 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:44:35.0724920Z 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:44:35.0725161Z 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:44:35.0725402Z 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:44:35.0725589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 96%] 2022-12-01T10:44:35.0725963Z 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:44:35.0726177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 96%] 2022-12-01T10:44:35.0726432Z 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:44:35.0726695Z 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:44:35.0726942Z 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:44:35.0727192Z 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:44:35.0727446Z 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:44:35.0727733Z 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:44:35.0727996Z 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:44:35.0728243Z 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:44:35.0728585Z 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:44:35.0728922Z 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:44:35.0729164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:35.0729394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:35.0729595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T10:44:35.0729926Z 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:44:35.0730258Z 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:44:35.0730596Z 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:44:35.0730934Z 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:44:35.0731155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:35.0731393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:44:35.0731599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:44:35.0731801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:44:35.0732076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0732302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0732471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0732706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0732934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0733107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0733446Z 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:44:35.0733794Z 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:44:35.0734143Z 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:44:35.0734377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0734808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0735048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0735226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0735481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0735728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0735971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0736212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0736560Z 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:44:35.0736884Z 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:44:35.0737224Z 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:44:35.0737469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0737710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0737952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0738182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0738418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0738604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0738800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:44:35.0738997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:44:35.0739166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0739382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0739573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0739856Z 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:44:35.0740096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0740331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0740573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:44:35.0740749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 PASSED [ 97%] 2022-12-01T10:44:35.0740921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 PASSED [ 97%] 2022-12-01T10:44:35.0741304Z 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:44:35.0741538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:35.0741750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:35.0742010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:35.0742330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:35.0742758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0743017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0743254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0743502Z 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:44:35.0743864Z 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:44:35.0744208Z 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:44:35.0744579Z 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:44:35.0744870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0745241Z 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:44:35.0745482Z 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:44:35.0745852Z 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:44:35.0746094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0746514Z 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:44:35.0746950Z 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:44:35.0747198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0747434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0747667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0747911Z 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:44:35.0748160Z 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:44:35.0748403Z 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:44:35.0748564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:35.0748804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0749036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0749273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0749507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0749735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0749904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 PASSED [ 98%] 2022-12-01T10:44:35.0750137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0750377Z 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:44:35.0750649Z 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:44:35.0750880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0751096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:44:35.0751330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0751567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0751797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0752072Z 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:44:35.0752314Z 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:44:35.0752545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0752713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:35.0752954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0753191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0753426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0753640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0753867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0754101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0754331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0754571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0754806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0754987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:35.0755231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0755469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0755703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0756003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0756164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:35.0756344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:35.0756581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0756814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0757176Z 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:44:35.0757440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0757674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0757914Z 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:44:35.0758144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0758384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0758611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0758836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:44:35.0759008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 PASSED [ 99%] 2022-12-01T10:44:35.0759182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 PASSED [ 99%] 2022-12-01T10:44:35.0759516Z 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:44:35.0759859Z 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:44:35.0760198Z 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:44:35.0760213Z 2022-12-01T10:44:35.0760553Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-1016ed3264e30c26.xml - 2022-12-01T10:44:35.0760700Z = 1671 passed, 2034 skipped, 14 deselected, 39 xfailed, 68 warnings in 443.86s (0:07:23) = 2022-12-01T10:44:35.0760871Z 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:44:35.0760878Z 2022-12-01T10:44:35.0761272Z ##[endgroup] 2022-12-01T10:44:35.0761553Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_j6wh80ax) 2022-12-01T10:44:35.0761559Z 2022-12-01T10:44:35.1989464Z 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:44:35.198511] 2022-12-01T10:44:41.9942891Z 2022-12-01T10:44:41.9943398Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:44:41.9944167Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_yze0noqw) 2022-12-01T10:44:41.9944874Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-5968d3c622c4943b.xml 2022-12-01T10:44:41.9945268Z ============================= test session starts ============================== 2022-12-01T10:44:41.9945733Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:44:41.9946029Z cachedir: .pytest_cache 2022-12-01T10:44:41.9946548Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:44:41.9947104Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:44:41.9947524Z 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:44:41.9948002Z collecting ... collected 7560 items / 7528 deselected / 32 selected 2022-12-01T10:44:41.9951510Z 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:44:41.9955086Z 2022-12-01T10:44:41.9955334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:44:41.9955859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:44:41.9956385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:44:41.9956865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:44:41.9957319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 PASSED [ 15%] 2022-12-01T10:44:41.9957707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 PASSED [ 18%] 2022-12-01T10:44:41.9958094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 21%] 2022-12-01T10:44:41.9958485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 25%] 2022-12-01T10:44:41.9958844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 PASSED [ 28%] 2022-12-01T10:44:41.9979098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 PASSED [ 31%] 2022-12-01T10:44:41.9979662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 PASSED [ 34%] 2022-12-01T10:44:41.9980040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 37%] 2022-12-01T10:44:41.9980441Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 PASSED [ 40%] 2022-12-01T10:44:41.9980815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 PASSED [ 43%] 2022-12-01T10:44:41.9981181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 46%] 2022-12-01T10:44:41.9981561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 50%] 2022-12-01T10:44:41.9981938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 PASSED [ 53%] 2022-12-01T10:44:41.9982306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 PASSED [ 56%] 2022-12-01T10:44:41.9982824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 PASSED [ 59%] 2022-12-01T10:44:41.9983548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 PASSED [ 62%] 2022-12-01T10:44:41.9984277Z 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:44:41.9985171Z 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:44:41.9987181Z 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:44:41.9987701Z 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:44:41.9988189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:44:41.9988741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:44:41.9989165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:44:41.9989601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:44:41.9990069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:44:41.9990568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:44:41.9991055Z 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:44:41.9991610Z 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:44:41.9991871Z 2022-12-01T10:44:41.9992289Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-5968d3c622c4943b.xml - 2022-12-01T10:44:41.9992667Z ========== 16 passed, 16 skipped, 7528 deselected, 1 warning in 3.78s ========== 2022-12-01T10:44:41.9993010Z 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:44:41.9993192Z 2022-12-01T10:44:41.9993543Z ##[endgroup] 2022-12-01T10:44:41.9993942Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_yze0noqw) 2022-12-01T10:44:41.9994166Z 2022-12-01T10:44:41.9994335Z Running test_reductions ... [2022-12-01 10:44:41.995175] 2022-12-01T10:44:41.9994797Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:44:41.995494] 2022-12-01T10:47:39.4360747Z 2022-12-01T10:47:39.4361318Z Expand the folded group to see the log file of test_reductions 2022-12-01T10:47:39.4362247Z ##[group]PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_5oh14zd3) 2022-12-01T10:47:39.4369711Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-12-01T10:47:39.4370008Z 2022-12-01T10:47:39.4374839Z Running tests... 2022-12-01T10:47:39.4375385Z ---------------------------------------------------------------------- 2022-12-01T10:47:39.4375871Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:47:39.4376330Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4376791Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4378464Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... test_reductions.py:1736: 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:47:39.4381630Z _test_all_any(x.T) 2022-12-01T10:47:39.4383116Z test_reductions.py:1700: 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:47:39.4384885Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4386315Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4387694Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4389226Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4390567Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4391948Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4393259Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4394648Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4395938Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4468069Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4469097Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4470947Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4471899Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4474048Z test_reductions.py:1700: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4475274Z torch.all(x, dim, out=out) 2022-12-01T10:47:39.4475577Z ok (0.054s) 2022-12-01T10:47:39.4476866Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2391: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:47:39.4477604Z torch_result = torch_fn(t).cpu() 2022-12-01T10:47:39.4477912Z ok (0.334s) 2022-12-01T10:47:39.4478341Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.334s) 2022-12-01T10:47:39.4478879Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.335s) 2022-12-01T10:47:39.4479336Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.334s) 2022-12-01T10:47:39.4479836Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.334s) 2022-12-01T10:47:39.4480342Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.328s) 2022-12-01T10:47:39.4481948Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.328s) 2022-12-01T10:47:39.4482412Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.329s) 2022-12-01T10:47:39.4482868Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.328s) 2022-12-01T10:47:39.4483340Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.054s) 2022-12-01T10:47:39.4483774Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4484137Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4484512Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4484893Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4485257Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4485638Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4486008Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4486393Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T10:47:39.4486784Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4487156Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4488505Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4488867Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4489242Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4489608Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4489986Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4490358Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4490907Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4491356Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4492070Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... test_reductions.py:1620: 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:47:39.4492711Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-12-01T10:47:39.4493281Z test_reductions.py:1623: 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:47:39.4493948Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-12-01T10:47:39.4494298Z ok (0.011s) 2022-12-01T10:47:39.4494776Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:47:39.4495284Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:47:39.4495699Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:47:39.4496115Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:47:39.4496504Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:47:39.4496914Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-12-01T10:47:39.4497329Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:47:39.4497699Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.203s) 2022-12-01T10:47:39.4498077Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.048s) 2022-12-01T10:47:39.4498482Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-12-01T10:47:39.4546929Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:47:39.4547519Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:47:39.4548087Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:47:39.4548644Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-12-01T10:47:39.4549176Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4549618Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4549909Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4550208Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4550489Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.4550810Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.159s) 2022-12-01T10:47:39.4551125Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.157s) 2022-12-01T10:47:39.4551435Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4551772Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4552101Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4552424Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4552732Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4553051Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4553367Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4553675Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4553996Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4554286Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4554567Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4554829Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4555107Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4555379Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4555637Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4555901Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4556170Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4556434Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4556774Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4557051Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4557325Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4557595Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4557878Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4558156Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4558473Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-12-01T10:47:39.4558803Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4559119Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4559434Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4559768Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4560082Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4560409Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-12-01T10:47:39.4560726Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4561060Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4561382Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4561713Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4562030Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4562365Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4562702Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4563014Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4563332Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4563651Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4563965Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4564267Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4564585Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4564906Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4565219Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4565538Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4565866Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4566192Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4566492Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4566808Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4567123Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4567424Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4567736Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4568110Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4568426Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4568730Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4569051Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4569367Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4569670Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4569984Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4570295Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4570622Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4570940Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4571282Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4571593Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4571894Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4572239Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4572561Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4572885Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4573198Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4573514Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4573834Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4574143Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4574669Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4575141Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4575557Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4575962Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4576367Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4576772Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4577152Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4577443Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4577727Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4578011Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4578277Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4578565Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4578849Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4579110Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4579386Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4579663Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4579929Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4580208Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4580485Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4580853Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4581117Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4581396Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4581674Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4581939Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4582217Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4582489Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4582747Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4583022Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4583293Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4586011Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4586276Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4586729Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4587004Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4587262Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4587533Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4587806Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4588078Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4588334Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4588599Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4588900Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4589267Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:47:39.4589532Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4589856Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4590122Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4590451Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4590725Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4591087Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4591365Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4591720Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4592026Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4592385Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4592691Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4593061Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4593364Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4593717Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4594012Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4594374Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4594667Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4595034Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4595343Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4595693Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4595988Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4596385Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4596686Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4597013Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-12-01T10:47:39.4597293Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4597652Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:47:39.4597934Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4598297Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:47:39.4598592Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4598954Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-12-01T10:47:39.4599235Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4599583Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4599902Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4600245Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4600536Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4600889Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4601163Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4601514Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4601800Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4602147Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4602419Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4602768Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4603065Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4603378Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4603649Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4603966Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4604230Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4604575Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4604852Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4605174Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4605426Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4605744Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4606009Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4606316Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4606627Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4606918Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-12-01T10:47:39.4607169Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4607471Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-12-01T10:47:39.4607736Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4608049Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4608301Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4608614Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4608869Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4609164Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4609488Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4609799Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4610048Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4610359Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-12-01T10:47:39.4610615Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4610921Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4611161Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4611464Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4611724Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4612015Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4612270Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4612537Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4612794Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4613091Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4613379Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4613651Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4613912Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4614202Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:47:39.4614638Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4614932Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:47:39.4615241Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4615540Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:47:39.4615852Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4616148Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-12-01T10:47:39.4616448Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4616744Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4617028Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4617326Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4617632Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4617922Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4618215Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4618508Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4618801Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4619085Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4619382Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4619675Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4619955Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4620248Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4620544Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4620836Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4621117Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4621410Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-12-01T10:47:39.4621765Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4622045Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-12-01T10:47:39.4622339Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4622636Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:47:39.4622924Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4623200Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-12-01T10:47:39.4623488Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4623778Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:47:39.4624047Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4624330Z Tests that an error is raised if dim has duplicate entries. ... ok (0.004s) 2022-12-01T10:47:39.4624612Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4624924Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-12-01T10:47:39.4625211Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4625519Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4625827Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4626117Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4626510Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4626848Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4627169Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4627492Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4627814Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4628130Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4628425Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4628739Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4629063Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4629383Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4629679Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4629985Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4630291Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4630591Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4630898Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4631207Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4631528Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4631831Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4632137Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4632447Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4632740Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4633083Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4633384Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4633690Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4633978Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4634292Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4634598Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4634895Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4635193Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4635496Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4635794Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4636114Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4636409Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4636715Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4637011Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4637299Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4637575Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4637852Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4638110Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4638379Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4638663Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4638935Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4639206Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4639479Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4639742Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4640014Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4640286Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4640558Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4640818Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4641087Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4641354Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4641611Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4641881Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4642150Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4642410Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4642659Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4642922Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4643194Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4643442Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4643703Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4643963Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4644213Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4644507Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4644769Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4645046Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4645319Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4645603Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4645888Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4646245Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4646694Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4667699Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4668144Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4668487Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4668920Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4669258Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4669610Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4669946Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4670281Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4670605Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4670935Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4671250Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4671577Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4671908Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4672246Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4672557Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4672880Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4673199Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4673507Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4673826Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4674152Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4674482Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4674789Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4675111Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4675435Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4675743Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4676063Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-12-01T10:47:39.4676378Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4676700Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4677002Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4677369Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4677687Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4677992Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4678306Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4678618Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4678935Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4679237Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4679551Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4679872Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-12-01T10:47:39.4680190Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4680521Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4680817Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4681109Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4681390Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4681680Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4681979Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4682266Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4682557Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4682846Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4683137Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4683419Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4683724Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4684030Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4684315Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4684621Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4684919Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4685199Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4685489Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4685780Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4686067Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4686401Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4686685Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4686973Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4687243Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4687532Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4687813Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4688096Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4688361Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4688641Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4688919Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4689215Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-12-01T10:47:39.4689511Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4689940Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4690228Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4690589Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4690893Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4691262Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4691552Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4691919Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4692231Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4692620Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4692929Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4693300Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4693600Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4693949Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-12-01T10:47:39.4694229Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4694675Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-12-01T10:47:39.4694944Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4695237Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4695529Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4695814Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4696109Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4696402Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4696691Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4696967Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4697267Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4697564Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4697840Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4698140Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4698439Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4698742Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:47:39.4699032Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4699339Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4699631Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4699913Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4700203Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4700500Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4700802Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4701088Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4701384Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4701746Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4702032Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4702335Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-12-01T10:47:39.4702633Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4702931Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4703207Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4703512Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4703811Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4704092Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4704393Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4704764Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4705049Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4705347Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4705645Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4705937Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4706209Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4706573Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4706868Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4707147Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4707439Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4707739Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4708028Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4708306Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-12-01T10:47:39.4708590Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4708874Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:47:39.4709149Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4709439Z Tests that an exception is raised when reducing a tensor with more ... ok (0.004s) 2022-12-01T10:47:39.4709721Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4710006Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-12-01T10:47:39.4710271Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4710550Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-12-01T10:47:39.4710828Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4711078Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4711338Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4711602Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4711843Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4712118Z Tests that dim=None reduces all dimensions. ... expected failure (0.003s) 2022-12-01T10:47:39.4712394Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4712656Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4712901Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4713160Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4713463Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4713719Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4713998Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4714319Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.003s) 2022-12-01T10:47:39.4714622Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4714923Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4715224Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4715523Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4715806Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4716170Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-12-01T10:47:39.4716498Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4716852Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4717171Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4717492Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4717821Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4718133Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4718466Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4718788Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4719084Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4719398Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4719708Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4720019Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4720316Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4720654Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4720961Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4721256Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4721570Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4721884Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4722196Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4722492Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4722797Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4723107Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4723399Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4723706Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4724011Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4724319Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4724625Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4724932Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4725264Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4725554Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4725851Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4726146Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4726444Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4726733Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4727030Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4727331Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4727614Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4727930Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4728279Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4728576Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4728856Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4729152Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4729441Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4729721Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4730019Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4730295Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4730550Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4730822Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4731098Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4731369Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4731626Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4731895Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4732159Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4732412Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4732679Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4732952Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4733205Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4733471Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4733738Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4734004Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4734257Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4734676Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4734948Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4735195Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4735457Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4735718Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4735964Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4736224Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4736479Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4736737Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4736982Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4737310Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4737572Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4737819Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4738077Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4738355Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-12-01T10:47:39.4738615Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4738875Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4739130Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4739385Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4739625Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4739881Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4740147Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4740537Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4740809Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4741128Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4741382Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4741699Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4741961Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4742264Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4742534Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4742860Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4743133Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4743434Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4743717Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4744047Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:47:39.4744313Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4744644Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4744919Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4745232Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4745501Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4745829Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4746104Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4746484Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4746767Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4747102Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4747374Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4747714Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4747992Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4748306Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4748577Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4748902Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4749177Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4749488Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4749762Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4750087Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4750387Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4750710Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4750980Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4751294Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-12-01T10:47:39.4751565Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4751881Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4752152Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4752460Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4752729Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4753049Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4753301Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4753618Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-12-01T10:47:39.4753913Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4754219Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:47:39.4754478Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4754791Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-12-01T10:47:39.4755053Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4755355Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-12-01T10:47:39.4756098Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... test_reductions.py:1941: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.4756787Z torch.sum(x, 0, out=y) 2022-12-01T10:47:39.4756975Z ok (0.027s) 2022-12-01T10:47:39.4757201Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T10:47:39.4757510Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T10:47:39.4757821Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T10:47:39.4758119Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:47:39.4758404Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:47:39.4758704Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:47:39.4759001Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.024s) 2022-12-01T10:47:39.4759299Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4759625Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4759938Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.071s) 2022-12-01T10:47:39.4760210Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4760466Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4760723Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4760986Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4761232Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4761486Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4761742Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4761983Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4762247Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4762547Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4762793Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4763057Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4763321Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4763589Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4763841Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4764137Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4764438Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4764721Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4765023Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4765322Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4765610Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4765936Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4766236Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4766535Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4766818Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4767111Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4767419Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4767727Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.4768050Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4768359Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4768668Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4768957Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4769256Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4769551Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4769838Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4770139Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4770444Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4770745Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4771040Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4771352Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4771653Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4771940Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4772240Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4772538Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4772835Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4773122Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4773414Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4773707Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4774022Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4774321Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4774763Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4775061Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4775340Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4775633Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4775928Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4776212Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4776503Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4776803Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4777101Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4777436Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4777730Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4778024Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4778300Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4778595Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-12-01T10:47:39.4778885Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4779168Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-12-01T10:47:39.4779466Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4779736Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4780004Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4780254Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4780515Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4780774Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4781026Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4781292Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4781553Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4781802Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4782072Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4782337Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4782602Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4782848Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4783118Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4783376Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4783622Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4783881Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4784138Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4784383Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4784642Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4784899Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4785156Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4785398Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-12-01T10:47:39.4785648Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4785900Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4786192Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4786526Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4786783Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4787023Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4787274Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4787527Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4787766Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4788021Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4788271Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4788531Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4788768Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4789027Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-12-01T10:47:39.4789300Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4789630Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4789934Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4790236Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-12-01T10:47:39.4790533Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4790817Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-12-01T10:47:39.4791119Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4791420Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4791776Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4792077Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4792417Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4792706Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4793014Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4793320Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4793633Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4793936Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4794247Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4794554Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-12-01T10:47:39.4794846Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4795155Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-12-01T10:47:39.4795462Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4795771Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4796063Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4796370Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4796688Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4797008Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.4797325Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4797634Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4797937Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4798274Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4798577Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4798879Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4799171Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4799475Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4799777Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4800080Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4800370Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4800677Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4800980Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4801314Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4801615Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4801920Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4802217Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4802504Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4802801Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4803101Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-12-01T10:47:39.4803380Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4803680Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4803978Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4804280Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4804565Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4804865Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-12-01T10:47:39.4805166Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4805463Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4805771Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4806084Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4806376Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4806692Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4807002Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4807310Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4807604Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4807920Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4808230Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4808527Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4808843Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4809160Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4809481Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4809827Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4810139Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4810455Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4810755Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4811068Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4811383Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4811700Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4812000Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4812313Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4812641Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4812979Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4813291Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4813609Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4813922Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4814224Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4814687Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4815005Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:47:39.4815304Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4815615Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:47:39.4815926Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4816236Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4816531Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4816838Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-12-01T10:47:39.4817142Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4817433Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4817739Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4818052Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4818358Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4818656Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4818958Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4819269Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4819560Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4819875Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4820172Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4820477Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4820763Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4821060Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-12-01T10:47:39.4821430Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4821700Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:47:39.4822277Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.4822644Z return n/db/n.sum(), bin_edges 2022-12-01T10:47:39.4822831Z ok (7.073s) 2022-12-01T10:47:39.4823071Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.048s) 2022-12-01T10:47:39.4823640Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.4823986Z hist /= s 2022-12-01T10:47:39.4824134Z ok (19.374s) 2022-12-01T10:47:39.4824358Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4824656Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:47:39.4824981Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4825255Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4825546Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4825836Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4826113Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4826398Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4826763Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4827040Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4827338Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4827632Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4827917Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4828191Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4828477Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4828761Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4829027Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4829308Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4829586Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4829873Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4830138Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4830418Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4830699Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4830967Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4831249Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4831533Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4831798Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4832077Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4832372Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4832665Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4832937Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4833221Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4833537Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4833810Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4834090Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4834373Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4834654Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4834924Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4835216Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4835492Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4835757Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4836039Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4836318Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4836588Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4836902Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4837190Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4837469Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4837737Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4838030Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4838329Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4838614Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4838913Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4839214Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4839522Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4839811Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4840108Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4840400Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4840685Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4840974Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4841266Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4841547Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4841844Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4842131Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4842424Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4842699Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4842995Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4843301Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4843581Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4843869Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4844162Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4844453Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4844734Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4845037Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4845376Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4845670Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4845984Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4846298Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4846599Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4846888Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4847186Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4847480Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4847765Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4848066Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4848400Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4848692Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4848973Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4849268Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4849563Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4849842Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4850137Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4850433Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4850718Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4851010Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4851308Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4851607Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4851897Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4852193Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4852493Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4852778Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4853084Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4853376Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4853679Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4853960Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4854259Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4854723Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4855012Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4855313Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4855612Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4855908Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4856191Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4856482Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4856622Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4856758Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4856967Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4857087Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4857226Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4857366Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4857507Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4857644Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4857782Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4857916Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4858053Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4858171Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4858341Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4858473Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4858611Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4858737Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4858872Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4858999Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4859138Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-12-01T10:47:39.4859253Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4859386Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4859514Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4859650Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4859778Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4859915Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4860045Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4860181Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4860292Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4860427Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4860556Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4860697Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4860826Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4860964Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4861090Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4861226Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4861338Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4861472Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4861597Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4861729Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4861853Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4861986Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4862112Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4862278Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4862405Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4862538Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4862686Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4862821Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4862950Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4863083Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4863212Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4863333Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4863455Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4863586Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4863711Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4863873Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4863998Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4864131Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4864254Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4864373Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4864496Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4864633Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4864755Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4864890Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4865014Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4865148Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4865273Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4865397Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4865518Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4865655Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4865783Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4865918Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4866046Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4866179Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4866305Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4866500Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4866627Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4866762Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4866887Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4867020Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4867142Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4867279Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4867400Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4867521Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4867641Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4867810Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4867933Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4868071Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4868194Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4868331Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-12-01T10:47:39.4868446Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4868584Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.513s) 2022-12-01T10:47:39.4868708Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4868835Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4868959Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4869086Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4869258Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4869395Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4869518Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4869652Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4869789Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4869925Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4870060Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4870184Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (12.949s) 2022-12-01T10:47:39.4870327Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4870471Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.4870886Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1116: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:47:39.4870982Z overwrite_input=overwrite_input) 2022-12-01T10:47:39.4871049Z ok (0.045s) 2022-12-01T10:47:39.4871194Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.041s) 2022-12-01T10:47:39.4871340Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:47:39.4871482Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-12-01T10:47:39.4871626Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-12-01T10:47:39.4871769Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-12-01T10:47:39.4871880Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4872010Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4872136Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4872258Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4872382Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4872515Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4872668Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:39.4872804Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4872928Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4873064Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4873198Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4873407Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.4873549Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.035s) 2022-12-01T10:47:39.4873703Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-12-01T10:47:39.4873783Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-12-01T10:47:39.4873860Z tensor([1374, 1374, 1374, 1374]) 2022-12-01T10:47:39.4873921Z tensor([344, 344, 344, 344]) 2022-12-01T10:47:39.4873991Z tensor([2720]) 2022-12-01T10:47:39.4874060Z tensor([680]) 2022-12-01T10:47:39.4874128Z ok (0.004s) 2022-12-01T10:47:39.4874260Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4874387Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4874514Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4874626Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4874752Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4874909Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4875039Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4875202Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4875365Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4875524Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4875679Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4875823Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4875979Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4876135Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4876287Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4876441Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4876599Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.4876740Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.033s) 2022-12-01T10:47:39.4876882Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4876992Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-12-01T10:47:39.4877131Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4877251Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4877385Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4877512Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4877643Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4877762Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4877891Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4878000Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4878134Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4878253Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4878385Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4878503Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4878630Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4878781Z Tests that NaN values do not affect the result. ... ok (0.001s) 2022-12-01T10:47:39.4878924Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4879045Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4879185Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4879317Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4879455Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4879586Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4879722Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4879852Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4879993Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4880113Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4880277Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4880407Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4880543Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4880671Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4880807Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4880936Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4881094Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4881214Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4881371Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4881501Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4881662Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4881791Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4881947Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4882077Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4882229Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4882345Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4882498Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4882628Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4882780Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4882910Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4883059Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4883188Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4883336Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4883454Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4883602Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4883730Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4883880Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4884009Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4884183Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4884314Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4884459Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4884574Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4884718Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4884847Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4885003Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4885134Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4885287Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4885416Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4885599Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4885717Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4885866Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4885995Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4886195Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4886320Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4886474Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4886605Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4886752Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4886871Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4887021Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4887149Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4887295Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4887423Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4887571Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4887699Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4887843Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4887958Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4888101Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4888233Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4888381Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4888510Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4888662Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4888789Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4888944Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4889061Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4889208Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4889337Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4889481Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4889643Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4889793Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4889924Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4890077Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4890192Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-12-01T10:47:39.4890343Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4890474Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4890624Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4890753Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4890902Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4891033Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4891209Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4891328Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4891482Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4891613Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4891764Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4891895Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4892042Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4892170Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4892319Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4892437Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4892584Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4892715Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4892863Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4892994Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4893146Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4893277Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4893426Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4893545Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4893694Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4893823Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4893971Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4894102Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4894249Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4894381Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4894674Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4894796Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4894942Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4895073Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4895279Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4895411Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4895551Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4895682Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4895820Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4895936Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4896076Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4896206Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4896354Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4896483Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4896630Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4896797Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4896938Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4897054Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4897197Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4897328Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4897462Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4897591Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4897737Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4897865Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4898011Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4898128Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4898265Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4898416Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4898555Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4898684Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4898821Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4898949Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4899084Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4899198Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4899339Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4899472Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4899615Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4899742Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4899878Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4900004Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4900129Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4900260Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4900394Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4900520Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4900658Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4900813Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4900956Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4901082Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4901211Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4901336Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4901472Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4901598Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4901735Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4901862Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4901997Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4902127Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-12-01T10:47:39.4902290Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:47:39.4902437Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-12-01T10:47:39.4902570Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4902703Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4902833Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4902963Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4903092Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4903218Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4903328Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4903457Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4903582Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4903997Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-12-01T10:47:39.4904121Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:47:39.4904190Z ok (0.004s) 2022-12-01T10:47:39.4904335Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4904476Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.4904603Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4904747Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4904890Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4905031Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4905170Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4905565Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-12-01T10:47:39.4905689Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:47:39.4905756Z ok (0.018s) 2022-12-01T10:47:39.4905884Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T10:47:39.4906025Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-12-01T10:47:39.4906163Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.4906301Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.4906537Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.4906678Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.4906814Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.4906953Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4907081Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4907215Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4907352Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4907492Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4907628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4907767Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4907955Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4908093Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4908215Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4908348Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4908483Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4908613Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4908745Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4908877Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4909009Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4909141Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4909265Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4909393Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4909527Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4909658Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4909790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4909923Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4910059Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4910196Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4910317Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4910449Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4910582Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4910717Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4910849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4910986Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4911117Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4911250Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4911372Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4911507Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4911638Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4911768Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4911930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4912064Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4912197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4912316Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4912448Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4912580Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4912711Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4912846Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4912977Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4913109Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4913241Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4913393Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4913525Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4913657Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4913787Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4913918Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4914048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4914181Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4914312Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4914433Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4914564Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4914701Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4914834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4914966Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4915098Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4915232Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4915365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4915488Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4915620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4915750Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4915883Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4916021Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4916152Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4916295Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4916486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4916606Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4916734Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4916867Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4916999Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4917132Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4917262Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4917427Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4917558Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4917676Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4917809Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4917937Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4918069Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4918198Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4918329Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4918462Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4918583Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4918723Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4918883Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4919017Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4919147Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4919279Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4919410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4919542Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4919661Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4919796Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4919928Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4920065Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4920201Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4920336Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4920469Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4920602Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4920720Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4920853Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4920984Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4921123Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4921256Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4921389Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4921523Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4921657Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4921778Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4921911Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4922042Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4922174Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4922306Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4922441Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4922573Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4922705Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4922854Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4922987Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4923116Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4923251Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4923381Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4923530Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4923660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4923802Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4923921Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4924073Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4924236Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4924387Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4924520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4924666Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4924821Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4924963Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4925082Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4925228Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4925359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4925504Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4925637Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4925780Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4925912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4926053Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4926172Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4926320Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4926451Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4926594Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4926731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4926889Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4927023Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4927182Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4927305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4927459Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4927593Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4927744Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4927881Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4928029Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4928195Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4928349Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4928472Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4928618Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4928750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4928895Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4929028Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4929171Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4929305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4929448Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4929569Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4929736Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4929869Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4930013Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4930148Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4930290Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4930425Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4930564Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4930685Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4930825Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4930961Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4931110Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4931242Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4931386Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4931538Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4931683Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4931805Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4931948Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4932080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4932222Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4932359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4932502Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4932637Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4932777Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4932897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4933038Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4933173Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4933315Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4933446Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4933597Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4933764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4933900Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4934034Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4934179Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4934314Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4934595Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4934764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4934910Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4935045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4935177Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4935371Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4935516Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4935650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4935796Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4935931Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4936077Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4936211Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4936347Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4936481Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4936629Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4936766Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4936909Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4937044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4937186Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4937319Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4937449Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4937584Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4937726Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4937860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4938007Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4938144Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4938289Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4938425Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4938554Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4938685Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4938840Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4938972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4939124Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4939255Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4939456Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4939591Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4939727Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4939859Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4940007Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4940142Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4940288Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4940418Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4940564Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4940700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4940868Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4941002Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4941150Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4941285Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4941426Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4941562Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4941709Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4941842Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4941976Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4942110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4942254Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4942389Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4942532Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4942667Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4942810Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4942941Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4943069Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4943202Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4943342Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4943478Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4943618Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4943748Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4943889Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4944020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4944148Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4944280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4944426Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4944559Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4944702Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4944864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4945009Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4945143Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4945275Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4945409Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4945551Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4945684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4945835Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4945967Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4946115Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4946291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4946488Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4946636Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4946780Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4946913Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4947056Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4947188Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4947331Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4947465Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4947594Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4947729Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4947872Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4948007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4948148Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4948282Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4948425Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4948561Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4948716Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4948847Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4948998Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4949132Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4949277Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4949411Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4949556Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4949690Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4949818Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4949950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4950089Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4950222Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4950398Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4950535Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4950677Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4950811Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4950940Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4951073Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4951215Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4951348Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4951488Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4951621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4951768Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4951930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4952065Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4952198Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4952343Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4952475Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4952616Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4952749Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4952890Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4953025Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4953154Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4953287Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4953430Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4953564Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4953703Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4953837Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4953976Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4954110Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4954236Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4954366Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4954512Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4954646Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4954792Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4954923Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4955069Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4955204Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4955378Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4955512Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4955653Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4955840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4956016Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4956148Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4956290Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4956421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4956546Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4956679Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4956818Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4956952Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4957090Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4957223Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4957436Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4957557Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4957693Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4957824Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4957962Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4958095Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4958231Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4958363Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4958501Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4958622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4958764Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4958897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4959034Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4959168Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4959309Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4959444Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4959587Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4959708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4959847Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4959979Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4960122Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4960256Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4960394Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4960527Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4960662Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4960781Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4960911Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4961042Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4961176Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4961308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4961475Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4961606Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4961742Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4961860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4961996Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4962126Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4962260Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4962393Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4962526Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4962656Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4962794Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4962939Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4963076Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4963212Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4963353Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4963488Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4963627Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4963757Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4963892Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4964011Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4964148Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4964281Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4964416Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4964547Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4964682Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4964815Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4964936Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4965067Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4965200Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4965331Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4965468Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4965602Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4965737Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4965869Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4965992Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4966124Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4966262Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4966393Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-12-01T10:47:39.4966527Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4966657Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4966818Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4966952Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4967074Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4967204Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4967338Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4967471Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4967601Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4967731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4967919Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4968049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4968176Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4968334Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4968469Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4968599Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4968732Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4968862Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4968993Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4969123Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4969242Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4969376Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4969507Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4969644Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4969773Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4969907Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4970038Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4970169Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4970288Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4970419Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4970555Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4970689Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4970826Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4970961Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4971103Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4971224Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4971361Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4971494Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4971631Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4971764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4971898Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4972032Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-12-01T10:47:39.4972181Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4972343Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4972484Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4972624Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4972773Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4972912Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4973060Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4973201Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4973345Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4973469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4973609Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4973747Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4973919Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4974061Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4974201Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4974342Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4974750Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4974949Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4975089Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4975230Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4975370Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4975513Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4975652Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4975791Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4975941Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4976065Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4976207Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4976345Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4976487Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4976624Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4976767Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4976906Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4977048Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4977171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4977312Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4977447Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4977587Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4977731Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4977873Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4978010Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4978212Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4978336Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4978480Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4978622Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4978766Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4978903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4979044Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4979181Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4979320Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4979443Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4979585Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4979757Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4979897Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4980032Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4980170Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4980303Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4980445Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4980566Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4980703Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4980837Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4980977Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4981115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4981257Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4981392Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4981534Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4981656Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4981798Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4981933Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4982081Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4982216Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4982366Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4982503Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4982646Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4982769Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4982908Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4983044Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4983180Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4983314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4983451Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4983621Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4983762Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4983908Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4984044Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4984177Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4984315Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4984451Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4984592Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4984725Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4984874Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4984999Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4985192Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4985329Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4985469Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4985602Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4985745Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4985877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4986016Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4986139Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4986276Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4986488Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4986638Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4986772Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4986915Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4987054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4987194Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4987318Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4987465Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4987600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4987746Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4987884Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4988032Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4988167Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4988307Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4988427Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4988568Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4988704Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4988844Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4988979Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4989155Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4989291Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4989434Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4989557Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4989696Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4989833Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4990029Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4990165Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4990318Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4990453Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4990614Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4990766Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4990925Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4991060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4991216Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4991352Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4991509Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4991647Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4991800Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4991925Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4992080Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4992218Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4992369Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4992505Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4992654Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4992789Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4992940Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4993061Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4993210Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4993349Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4993510Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4993648Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4993814Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4993955Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4994119Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4994243Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4994402Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4994541Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4994730Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4994866Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4995023Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4995160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.4995314Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4995450Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4995589Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4995725Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4995875Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4996013Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4996189Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4996326Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4996480Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4996614Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4996750Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4996888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4997037Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4997173Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4997321Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4997457Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4997609Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4997788Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4997930Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4998066Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4998215Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4998349Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4998497Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4998669Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4998821Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4998958Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4999096Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4999228Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4999378Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4999515Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4999662Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.4999798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.4999947Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5000083Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5000253Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5000391Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5000551Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5000688Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5000845Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5000984Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5001137Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5001272Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5001411Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5001547Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5001727Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5001867Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5002020Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5002157Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5002307Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5002444Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5002583Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5002716Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5002867Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5003008Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5003165Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5003302Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5003456Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5003592Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5003734Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5003869Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5004020Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5004155Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5004308Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5004447Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5004597Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5004732Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5004869Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5005004Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5005155Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5005292Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5005451Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5005617Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5005780Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5005918Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5006064Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5006201Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5006357Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5006494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5006649Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5006787Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5006942Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5007109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5007264Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5007388Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5007541Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5007677Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5007835Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5007972Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5008126Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5008262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5008412Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5008539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5008693Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5008829Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5008983Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5009119Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5009274Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5009409Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5009561Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5009687Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5009838Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5009976Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5010126Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5010260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5010406Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5010539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5010691Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5010814Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5010962Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5011128Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5011280Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5011416Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5011570Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5011708Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5011861Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5011983Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5012133Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5012271Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5012424Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5012588Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5012741Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5012877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5013037Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5013162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5013322Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5013459Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5013612Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5013751Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5013909Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5014048Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5014200Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5014324Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5014616Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5014826Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5015007Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5015145Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5015295Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5015436Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5015590Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5015716Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5015869Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5016007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5016166Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5016305Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5016460Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5016601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5016757Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5016940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5017090Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5017229Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5017378Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5017517Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5017663Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5017800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5017947Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5018072Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5018224Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5018398Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5018551Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5018685Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5018839Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5018977Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5019127Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5019251Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5019408Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5019543Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5019701Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5019838Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5020022Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5020161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5020310Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5020433Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5020585Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5020723Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5020872Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5021014Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5021160Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5021297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5021444Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5021581Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5021715Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5021854Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5022000Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5022139Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5022292Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5022464Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5022622Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5022756Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5022897Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5023036Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5023185Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5023321Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5023471Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5023609Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5023760Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5023947Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5024081Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5024220Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5024366Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5024501Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5024646Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5024780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5024926Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5025065Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5025201Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5025340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5025487Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5025622Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5025769Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5025905Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5026053Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5026187Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5026315Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5026527Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5026732Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5026901Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5027070Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5027277Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5027455Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5027620Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5027756Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5027902Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5028213Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5028418Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5028593Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5028757Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5028934Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5029101Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5029284Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5029409Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5029584Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5029775Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5029945Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5030111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5030349Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5030522Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5030697Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5030823Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5030990Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5031154Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5031340Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5031506Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5031682Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5031850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5032027Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5032152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5032322Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5032485Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5032665Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5032849Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5033024Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5033215Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5033393Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5033515Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5033684Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5033845Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5034014Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5034179Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5034366Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5034534Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5034711Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5034835Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5035038Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5035205Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5035372Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5035538Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5035706Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5035898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5036104Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5036227Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5036400Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5036564Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-12-01T10:47:39.5036736Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5036941Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5037110Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5037283Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5037468Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5037591Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5037758Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5037922Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5038089Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5038254Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5038434Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5038607Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5038781Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5038914Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5039139Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5039302Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5039472Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5039635Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5039806Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5039981Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5040154Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5040278Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5040448Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5040638Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5040807Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5040972Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5041140Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5041313Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5041481Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5041639Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5041811Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5042004Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5042199Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5042364Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5042546Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5042709Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5042880Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5043005Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5043172Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5043340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5043538Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5043723Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-12-01T10:47:39.5043906Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5044076Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5044248Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5044372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5044550Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5044713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5044920Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5045088Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5045291Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5045457Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5045628Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5045751Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5045920Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5046084Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5046256Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5046420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5046599Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5046787Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5046955Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5047081Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5047249Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5047416Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5047580Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5047744Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5047963Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5048124Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5048309Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5048468Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5048643Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5048863Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5049035Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5049206Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5049380Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5049543Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5049672Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5049834Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5050025Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5050190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5050389Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5050559Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5050760Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5050925Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5051056Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5051218Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5051391Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5051579Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5051747Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5051919Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5052092Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5052255Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5052386Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5052550Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5052722Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5052884Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5053072Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5053242Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5053414Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5053578Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5053709Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5053899Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5054066Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5063024Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5063279Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5063425Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5063576Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5063704Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5063851Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5064132Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5064288Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5064423Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5064614Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5064752Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5064896Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5065022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5065169Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5065304Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5065448Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5065628Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5065774Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5065909Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5066052Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5066176Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5066317Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5066543Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5066686Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5066824Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5066966Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5067105Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5067259Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5067382Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5067531Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5067668Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5067815Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5067949Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5068094Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5068228Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5068376Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5068501Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5068648Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5068785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5068932Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5069067Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5069211Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5069347Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5069493Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5069615Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5069799Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5069937Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5070085Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5070223Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5070367Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5070503Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5070632Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5070764Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5070909Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5071044Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5071190Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5071376Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5071523Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5071654Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5071785Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5071919Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5072063Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5072198Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5072358Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5072496Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5072653Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5072795Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5072942Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5073079Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5073238Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5073375Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5073529Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5073662Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5073817Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5074001Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5074159Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5074281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5074434Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5074569Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5074720Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5074855Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5075009Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5075142Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5075293Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5075440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5075596Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5075730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5075895Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5076026Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5076195Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5076329Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5076491Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5076613Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5076774Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5076939Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5077099Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5077233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5077390Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5077523Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5077677Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5077797Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5077951Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5078083Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5078237Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5078372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5078523Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5078657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5078810Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5078931Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5079081Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5079211Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5079359Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5079491Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5079642Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5079778Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5079927Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5080048Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5080200Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5080333Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5080481Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5080614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5080765Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5080928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5081082Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5081203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5081351Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5081483Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5081630Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5081763Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5081905Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5082035Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5082184Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5082336Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5082486Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5082619Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5082776Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5082912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5083066Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5083199Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5083355Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5083509Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5083664Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5083799Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5083951Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5084083Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5084235Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5084368Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5084519Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5084640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5084791Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5084926Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5085085Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5085217Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5085378Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5085511Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5085670Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5085790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5085941Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5086074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5086227Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5086387Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5086544Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5086678Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5086827Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5086947Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5087101Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5087233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5087383Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5087515Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5087665Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5087800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5087990Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5088111Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5088269Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5088400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5088561Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5088694Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5088849Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5088986Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5089144Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5089270Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5089429Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5089562Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5089721Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5089854Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5090010Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5090145Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5090300Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5090437Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5090579Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5090714Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5090871Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5091004Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5091158Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5091290Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5091444Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5091579Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5091714Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5091873Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5092030Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5092168Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5092319Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5092454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5092602Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5092734Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5092884Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5093021Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5093172Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5093308Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5093485Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5093620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5093773Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5093904Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5094042Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5094178Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5094325Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5094678Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5094911Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5095053Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5095203Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5095337Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5095481Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5095615Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5095770Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5095903Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5096054Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5096190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5096343Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5096479Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5096614Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5096748Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5096895Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5097027Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5097176Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5097309Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5097459Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5097591Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5097785Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5097917Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5098068Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5098200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5098355Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5098489Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5098646Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5098783Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5098921Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5099056Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5099245Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5099384Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5099537Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5099673Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5099822Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5099958Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5100089Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5100220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5100367Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5100499Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5100650Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5100784Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5100934Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5101069Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5101205Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5101334Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5101489Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5101618Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5101774Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5101911Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5102063Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5102199Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5102401Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5102534Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5102686Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5102819Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5102969Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5103102Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5103284Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5103419Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5103551Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5103691Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5103837Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5103968Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5104115Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5104252Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5104404Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5104535Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5104678Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5104840Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5104995Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5105130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5105283Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5105416Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5105567Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5105700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5105834Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5105967Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5106114Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5106248Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5106392Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5106606Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5106768Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5106903Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5107038Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5107173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5107319Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5107453Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5107603Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5107739Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5107887Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5108021Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5108156Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5108291Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5108437Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5108571Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5108718Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5108891Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5109041Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5109177Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5109313Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5109450Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5109599Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5109732Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5109877Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5110016Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5110163Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5110343Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5110501Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5110635Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5110780Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5110917Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5111064Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5111200Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5111345Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5111481Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5111613Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5111748Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5111895Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5112029Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5112174Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5112311Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5112456Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5112588Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5112718Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5112852Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5112999Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5113136Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5113279Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5113414Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5113563Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5113696Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5113833Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5113965Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5114112Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5114248Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5114424Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5114564Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5114711Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5114843Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5114998Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5115134Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5115279Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5115412Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5115552Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5115687Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5115838Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5115988Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5116136Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5116268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5116417Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5116551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5116697Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5116831Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5116972Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5117094Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5117238Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5117372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5117516Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5117654Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5117798Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5117933Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5118073Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5118194Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5118340Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5118470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5118619Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5118753Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5118894Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5119027Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5119168Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5119288Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5119430Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5119562Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5119706Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5119838Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5120009Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5120145Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5120285Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5120408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5120546Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5120682Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5120822Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5120954Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5121097Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5121230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5121381Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5121529Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5121675Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5121807Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5121948Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5122082Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5122225Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5122357Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5122510Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5122631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5122776Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5122912Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5123054Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5123188Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5123337Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5123473Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5123619Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5123739Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5123878Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5124012Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5124156Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5124289Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5124428Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5124561Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5124698Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5124818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5124958Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5125091Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5125229Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5125365Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5125544Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5125680Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5125819Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5125939Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5126130Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5126261Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5126399Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5126532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5126677Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5126813Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5126957Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5127106Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5127255Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5127391Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5127534Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5127669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5127809Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5127943Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5128083Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5128204Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5128345Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5128481Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5128621Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5128755Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5128902Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5129036Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5129178Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5129300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5129442Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5129577Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5129723Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5129858Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5130002Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5130137Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5130265Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5130397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5130537Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5130669Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5130809Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5130943Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5131114Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5131247Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5131374Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5131509Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5131654Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5131788Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5131929Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5132062Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5132211Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5132344Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5132504Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5132641Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5132783Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5132918Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5133061Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5133194Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5133334Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5133466Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5133598Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5133731Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5133876Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5134009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5134144Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5134276Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5134415Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5134741Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5134934Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5135073Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5135222Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5135356Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5135505Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5135640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5135784Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5135916Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5136044Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5136174Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5136318Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5136454Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5136598Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5136831Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5136978Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5137109Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5137237Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5137371Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5137518Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5137652Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5137799Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5137933Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5138078Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5138213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5138378Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5138512Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5138652Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5138784Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5138929Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5139060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5139201Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5139334Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5139464Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5139596Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5139739Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5139875Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5140018Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5140153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5140312Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5140451Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5140591Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5140725Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5140887Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5141023Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5141183Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5141316Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5141469Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5141600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5141741Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5141873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5142028Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5142161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5142341Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5142475Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5142628Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5142764Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5142902Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5143035Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5143184Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5143317Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5143469Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5143604Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5143803Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5143939Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5144090Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5144223Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5144387Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5144521Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5144683Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5144815Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5144972Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5145108Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5145256Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5145390Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5145548Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5145681Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5145832Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5145971Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5146126Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5146263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5146475Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5146619Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5146770Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5146906Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5147052Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5147185Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5147329Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5147461Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5147598Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5147730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5147915Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5148053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5148209Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5148344Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5148496Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5148631Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5148769Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5148902Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5149053Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5149186Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5149337Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5149522Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5149667Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5149800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5149930Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5150064Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5150215Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5150350Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5150499Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5150636Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5150798Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5150935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5151078Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5151213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5151368Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5151504Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5151659Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5151795Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5151948Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5152084Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5152240Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5152361Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5152514Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5152649Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5152803Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5152939Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5153091Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5153227Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5153416Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5153539Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5153695Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5153827Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5153982Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5154118Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5154273Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5154408Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5154560Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5154681Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5154836Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5155000Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5155153Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5155288Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5155441Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5155576Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5155729Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5155850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5156014Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5156152Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5156311Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5156445Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5156606Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5156743Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5156902Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5157050Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5157208Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5157344Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5157504Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5157641Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5157797Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5157931Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5158088Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5158210Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5158362Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5158495Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5158645Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5158777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5158962Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5159099Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5159250Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5159370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5159521Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5159655Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5159804Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5159976Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5160127Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5160259Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5160413Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5160560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5160709Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5160841Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5160987Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5161118Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5161266Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5161397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5161547Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5161668Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5161825Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5161958Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5162108Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5162241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5162393Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5162527Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5162679Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5162801Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5162949Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5163084Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5163246Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5163380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5163535Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5163668Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5163821Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5163942Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5164089Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5164221Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5164373Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5164533Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5164683Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5164817Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5164964Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5165086Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5165234Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5165366Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5165514Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5165647Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5165799Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5165959Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5166113Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5166234Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5166390Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5166524Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5166674Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5166809Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5166959Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5167093Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5167246Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5167369Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5167515Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5167647Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5167794Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5167927Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5168073Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5168205Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5168352Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5168475Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5168635Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5168765Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5168912Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5169043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5169199Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5169330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5169485Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5169607Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5169762Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5169928Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5170080Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5170213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5170362Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5170497Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5170645Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5170767Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5170919Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5171053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5171197Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5171336Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5171510Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5171643Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5171789Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5171910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5172059Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5172192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5172345Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5172478Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5172634Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5172772Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5172926Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5173048Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5173196Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5173327Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5173477Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5173610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5173756Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5173887Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5174037Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5174157Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5174303Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5174438Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5174778Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5174980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5175128Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5175261Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-12-01T10:47:39.5175408Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5175530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5175740Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5175876Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5176022Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5176154Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5176302Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5176438Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5176583Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5176705Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5176850Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5176984Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5177135Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5177307Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5177458Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5177590Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5177735Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5177854Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5178001Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5178134Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5178277Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5178413Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5178559Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5178696Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5178841Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5178962Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5179105Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5179237Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5179377Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5179507Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5179650Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5179787Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5179931Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5180053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5180195Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5180327Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5180469Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5180605Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5180746Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5180883Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5181025Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5181186Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5181333Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5181466Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5181612Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5181745Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5181887Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5182021Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5182167Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5182288Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5182430Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5182567Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5182735Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5182871Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5183012Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5183144Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5183287Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5183409Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5183553Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5183689Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5183835Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5183970Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5184116Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5184250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5184399Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5184520Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5184659Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5184793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5184934Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5185067Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5185212Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5185347Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5185492Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5185613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5185755Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5185888Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5186034Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5186167Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5186312Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5186593Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5186736Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5186894Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5187036Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5187169Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5187310Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5187443Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5187586Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5187719Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5187858Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5187977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5188115Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5188253Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5188433Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5188570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5188711Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5188846Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5188989Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5189109Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5189253Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5189386Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5189531Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5189665Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5189808Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5189942Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5190071Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5190203Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5190343Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5190476Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-12-01T10:47:39.5190623Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5190733Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5190886Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5190999Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5191138Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5191249Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5191398Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5191510Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5191657Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5191765Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5191912Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5192068Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5192198Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5192305Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5192486Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5192600Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5192745Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5192856Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5193004Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5193115Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5193244Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5193354Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5193498Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5193610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5193761Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5193872Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5194046Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5194142Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5194292Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5194400Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5194549Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5194660Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5194807Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5194916Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5195062Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5195158Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5195303Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5195414Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5195557Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5195670Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5195814Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5195923Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5196055Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5196164Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5196314Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5196422Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5196569Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5196681Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5196832Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5196944Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5197075Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5197186Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5197333Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5197443Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5197588Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5197701Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5197844Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5197952Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5198111Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5198222Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5198367Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5198477Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5198618Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5198725Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5198873Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5198969Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5199110Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5199219Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5199367Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5199477Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5199652Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5199761Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5199909Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5200003Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5200146Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5200256Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5200403Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5200511Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5200653Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5200760Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5200908Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5201006Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5201147Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5201253Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5201394Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5201500Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5201643Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5201751Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5201891Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5201999Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5202146Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5202263Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5202412Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5202520Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5202668Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5202778Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5202911Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5203022Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5203168Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5203275Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5203424Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5203530Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5203707Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5203815Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5203947Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5204056Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5204210Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5204373Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5204522Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5204631Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5204779Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5204875Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5205022Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5205130Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5205304Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5205412Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5205559Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5205672Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5205817Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5205913Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5206063Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5206187Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5206335Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5206445Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5206604Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5206713Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5206867Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5206962Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5207121Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5207229Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5207392Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5207502Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5207658Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5207767Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5207916Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5208026Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5208186Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5208295Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5208450Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5208558Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5208709Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5208816Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5208951Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5209057Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5209238Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5209351Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5209506Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5209614Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5209777Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5209888Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5210041Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5210148Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5210313Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5210424Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5210588Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5210726Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5210887Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5210995Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5211141Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5211248Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5211402Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5211513Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5211668Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5211777Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5211932Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5212040Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5212179Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5212287Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5212440Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5212549Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5212699Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5212807Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5212954Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5213050Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5213198Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5213307Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5213461Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5213569Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5213723Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5213830Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5213984Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5214079Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5214227Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5214335Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5214630Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5214791Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5215027Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5215136Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5215286Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5215380Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5215525Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5215633Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5215782Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5215891Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5216042Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5216150Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5216312Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5216445Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5216604Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5216716Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5216873Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5216981Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5217140Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5217247Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5217388Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5217495Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5217647Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5217756Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5217908Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5218014Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5218167Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5218276Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5218417Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5218523Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5218681Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5218788Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5218946Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5219054Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5219209Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5219317Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5219460Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5219568Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5219723Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5219833Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5219986Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5220094Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5220243Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5220351Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5220523Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5220631Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5220784Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5220893Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5221055Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5221167Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5221328Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5221424Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5221583Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5221689Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5221849Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5222076Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5222236Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5222346Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5222503Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5222597Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5222753Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5222862Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5223019Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5223127Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5223283Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5223397Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5223549Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5223643Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5223800Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5223909Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5224069Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5224176Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5224328Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5224439Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5224591Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5224686Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5224837Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5224943Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5225096Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5225204Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5225354Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5225463Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5225608Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5225701Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5225851Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5225988Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5226141Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5226251Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5226510Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5226620Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5226760Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5226868Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5227020Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5227130Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5227284Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5227391Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5227547Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5227699Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5227846Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5227953Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5228108Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5228215Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5228367Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5228473Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5228625Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5228734Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5228874Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5228985Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5229136Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5229244Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5229389Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5229495Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5229644Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5229751Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5229890Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5229997Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5230151Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5230259Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5230422Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5230535Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5230692Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5230787Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5230940Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5231049Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5231199Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5231308Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5231461Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5231571Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5231766Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5231867Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5232018Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5232127Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5232279Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5232390Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5232540Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5232652Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5232807Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5232955Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5233113Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5233260Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5233420Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5233531Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5233688Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5233798Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5233951Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5234046Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5234197Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5234308Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5234462Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5234574Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5234730Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5234840Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5234975Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5235084Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5235235Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5235345Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5235498Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5235610Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5235760Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5235873Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5236016Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5236126Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5236283Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5236390Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5236549Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5236657Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5236813Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5236921Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5237059Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5237168Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5237355Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5237468Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-12-01T10:47:39.5237618Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5237726Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5237875Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5237971Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5238119Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5238225Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5238376Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5238488Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5238638Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5238751Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5238929Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5239026Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5239174Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5239281Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5239430Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5239545Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5239690Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5239798Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5239943Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5240041Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5240188Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5240297Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5240447Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5240555Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5240705Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5240812Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5240960Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5241055Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5241205Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5241312Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5241464Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5241575Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5241721Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5241830Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5241966Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5242073Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5242225Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5242334Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5242480Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5242589Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5242736Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5242879Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5243013Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5243121Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5243264Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5243374Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5243520Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5243628Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5243773Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5243881Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5244012Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5244120Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5244275Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5244413Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5244565Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5244674Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5244817Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5244911Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5245054Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5245160Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5245306Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5245414Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5245559Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5245668Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5245811Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5245906Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5246048Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5246157Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5246300Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5246407Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5246551Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5246658Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5246795Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5246902Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5247052Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5247164Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5247310Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5247418Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5247615Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5247723Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5247854Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5247961Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5248104Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5248211Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5248351Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5248499Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5248650Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5248759Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5248894Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5249002Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5249147Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5249254Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5249396Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5249503Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5249645Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5249741Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5249884Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5250020Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5250165Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5250272Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5250414Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5250523Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5250663Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5250757Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5250898Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5251006Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5251151Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5251263Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5251415Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5251526Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5251673Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5251768Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5251910Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5252019Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5252163Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5252273Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5252419Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5252527Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-12-01T10:47:39.5252653Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.5252782Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.5252913Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.5253070Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5253228Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5253367Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.205s) 2022-12-01T10:47:39.5253504Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.5254020Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1372: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:47:39.5254191Z overwrite_input=overwrite_input, interpolation=interpolation 2022-12-01T10:47:39.5254597Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-12-01T10:47:39.5254738Z overwrite_input, interpolation) 2022-12-01T10:47:39.5254837Z ok (3.297s) 2022-12-01T10:47:39.5254983Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.188s) 2022-12-01T10:47:39.5255117Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.028s) 2022-12-01T10:47:39.5255249Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:47:39.5255393Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:47:39.5255538Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5255733Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:47:39.5255928Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:47:39.5256179Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:47:39.5256370Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:47:39.5256555Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:39.5256738Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:39.5256916Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:39.5257099Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:39.5257240Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5257384Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5257528Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5257683Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5257825Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5257980Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5258119Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5258270Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5258407Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5258547Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5258686Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5258835Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5258972Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5259124Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5259259Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5259411Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5259543Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5259679Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5259814Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5260007Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5260147Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5260298Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5260432Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5260579Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5260716Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5260854Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5260992Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5261146Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5261281Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5261461Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5261599Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5261749Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5261886Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5262022Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5262156Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5262302Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5262438Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5262587Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5262726Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5262878Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5263014Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5263148Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5263286Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5263435Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5263575Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5263722Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5263856Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5264001Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5264142Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5264293Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5264416Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5264563Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5264695Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5264841Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5264977Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5265126Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5265264Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5265442Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5265567Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5265715Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5265860Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5266010Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5266150Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5266296Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5266512Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5266660Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5266786Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5266989Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5267128Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5267278Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5267413Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5267562Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5267697Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5267847Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5267968Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5268118Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5268256Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5268407Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5268543Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5268689Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5268833Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5268983Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5269111Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5269258Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5269399Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5269552Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5269691Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5269837Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5269972Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5270117Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5270243Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5270390Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5270527Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5270676Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5270815Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5271001Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5271145Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5271294Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5271422Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5271570Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5271712Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5271864Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5272001Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5272151Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5272293Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5272472Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5272610Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5272745Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5272886Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5273036Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5273176Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5273326Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5273478Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5273631Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5273785Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5273916Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5274070Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5274215Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5274368Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5274519Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5274668Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5274819Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5274968Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5275104Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5275254Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5275403Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5275553Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5275701Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5275847Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5275994Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5276142Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5276280Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5276459Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5276609Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5276756Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5276904Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5277050Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5277200Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5277346Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5277494Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5277625Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5277806Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5277950Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5278099Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5278246Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5278394Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5278540Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5278695Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5278831Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5278978Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5279126Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5279275Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5279424Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5279573Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5279717Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5279863Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5279992Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5280143Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5280286Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5280437Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5280580Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5280727Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5280868Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5281013Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5281144Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5281293Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5281443Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5281591Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5281768Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5281918Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5282062Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5282206Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5282358Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5282505Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5282650Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5282801Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5282949Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5283096Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5283269Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5283419Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5283563Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5283719Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5283868Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5284015Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5284162Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5284309Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5284456Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5284604Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5284749Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5284886Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5285029Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5285178Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5285322Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5285468Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5285614Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5285767Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5285913Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5286048Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5286192Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5286387Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5286539Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5286685Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5286837Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5286988Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5287161Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5287312Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5287446Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5287593Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5287738Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5287886Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5288030Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5288177Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5288321Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5288471Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5288633Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5288781Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5288923Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5289069Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5289215Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5289363Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5289516Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5289663Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5289800Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5289951Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5290098Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5290246Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5290392Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5290541Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5290684Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5290831Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5290962Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5291109Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5291254Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5291405Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5291546Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5291695Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5291838Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5291987Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5292118Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5292265Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5292407Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5292586Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5292729Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5292877Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5293015Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5293162Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5293298Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5293433Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5293571Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5293717Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5293861Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5294039Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5294182Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5294332Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5294639Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5294857Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5295026Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5295172Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5295315Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5295465Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5295609Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5295759Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5295898Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5296033Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5296169Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5296318Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5296455Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5296655Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5296789Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5296940Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5297080Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5297215Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5297352Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5297498Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5297634Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5297781Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5297930Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5298077Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5298218Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5298433Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5298572Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5298722Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5298861Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5299009Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5299147Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5299297Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5299431Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5299566Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5299704Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5299890Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5300029Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5300179Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5300315Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5300485Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5300627Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5300791Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5300921Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5301089Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5301229Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5301390Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5301525Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5301684Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5301818Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5301974Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5302096Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5302246Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5302387Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5302539Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5302680Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5302829Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5302969Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5303136Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5303260Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5303410Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5303544Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5303727Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5303864Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5304013Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5304149Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5304299Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5304421Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5304570Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-12-01T10:47:39.5304706Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5304853Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5304986Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5305137Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-12-01T10:47:39.5305320Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5305488Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5305617Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5305778Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5305918Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5306080Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5306214Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5306375Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5306593Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5306760Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5306899Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5307041Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5307177Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5307329Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5307465Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5307613Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5307751Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5307902Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5308042Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5308179Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5308315Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5308462Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5308602Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5308750Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5308890Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5309037Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5309186Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5309394Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5309540Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5309690Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5309835Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5309984Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5310131Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5313345Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5313497Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5313649Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5313859Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5313998Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5314157Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5314307Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5314457Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5314605Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5314753Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5314976Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5315122Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5315254Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5315396Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5315870Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.5315969Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:47:39.5316084Z ok (0.002s) 2022-12-01T10:47:39.5316223Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5316370Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5316513Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5316648Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5316788Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5316937Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5317082Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5317233Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5317373Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5317523Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5317663Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5318058Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.5318241Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T10:47:39.5318531Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:47:39.5318654Z x = asanyarray(arr - arrmean) 2022-12-01T10:47:39.5318722Z ok (0.003s) 2022-12-01T10:47:39.5318863Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5319015Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5319154Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5319288Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5319424Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5319625Z Compares op against reference for input tensors with extremal values ... ok (0.001s) 2022-12-01T10:47:39.5319765Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5319914Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5320081Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5320231Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-12-01T10:47:39.5320367Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5320515Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:47:39.5320652Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5320811Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.021s) 2022-12-01T10:47:39.5320948Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5321108Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.021s) 2022-12-01T10:47:39.5321242Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5321404Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-12-01T10:47:39.5321542Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5321685Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:47:39.5321825Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5321981Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:47:39.5322128Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5322288Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:47:39.5322435Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5322590Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:47:39.5322732Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5322884Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:47:39.5323016Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5323174Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:47:39.5323322Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5323477Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.021s) 2022-12-01T10:47:39.5323624Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5323777Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-12-01T10:47:39.5323921Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5324076Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:47:39.5324198Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5324353Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:47:39.5324494Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5324648Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-12-01T10:47:39.5324787Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5324987Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-12-01T10:47:39.5325122Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5325274Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-12-01T10:47:39.5325429Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5325583Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:47:39.5325715Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5325869Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-12-01T10:47:39.5326004Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5326156Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-12-01T10:47:39.5326293Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5326455Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.033s) 2022-12-01T10:47:39.5326577Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5326742Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-12-01T10:47:39.5326875Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5327034Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-12-01T10:47:39.5327168Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5327324Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-12-01T10:47:39.5327461Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5327623Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-12-01T10:47:39.5327749Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5327905Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-12-01T10:47:39.5328052Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5328205Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-12-01T10:47:39.5328347Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5328504Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-12-01T10:47:39.5328643Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5328801Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-12-01T10:47:39.5328947Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5329088Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-12-01T10:47:39.5329233Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5329394Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-12-01T10:47:39.5329535Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5329691Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-12-01T10:47:39.5329831Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5329992Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-12-01T10:47:39.5330127Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5330301Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-12-01T10:47:39.5330438Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5330591Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.049s) 2022-12-01T10:47:39.5330756Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5330913Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.046s) 2022-12-01T10:47:39.5331049Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5331205Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-12-01T10:47:39.5331342Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5331483Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.060s) 2022-12-01T10:47:39.5331618Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5331770Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-12-01T10:47:39.5331903Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5332064Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.060s) 2022-12-01T10:47:39.5332211Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5332385Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.392s) 2022-12-01T10:47:39.5332535Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5332743Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.168s) 2022-12-01T10:47:39.5332880Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5333055Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.169s) 2022-12-01T10:47:39.5333203Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5333371Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.411s) 2022-12-01T10:47:39.5333524Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5333696Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.582s) 2022-12-01T10:47:39.5333848Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5334018Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.606s) 2022-12-01T10:47:39.5334177Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5334332Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.779s) 2022-12-01T10:47:39.5334736Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5334933Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.165s) 2022-12-01T10:47:39.5335094Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5335262Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.239s) 2022-12-01T10:47:39.5335420Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5335589Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.594s) 2022-12-01T10:47:39.5335750Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5335967Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.562s) 2022-12-01T10:47:39.5336124Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5336292Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.292s) 2022-12-01T10:47:39.5336484Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5336653Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.153s) 2022-12-01T10:47:39.5336806Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5336971Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.215s) 2022-12-01T10:47:39.5337125Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5337294Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.188s) 2022-12-01T10:47:39.5337433Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5337601Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.203s) 2022-12-01T10:47:39.5337751Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5337916Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.306s) 2022-12-01T10:47:39.5338066Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5338232Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.483s) 2022-12-01T10:47:39.5338381Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5338546Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.073s) 2022-12-01T10:47:39.5338691Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5338846Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.633s) 2022-12-01T10:47:39.5338978Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5339115Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5339252Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5339388Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5339524Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5339660Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5339793Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5339916Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5340047Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5340178Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5340310Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5340449Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5340578Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5340710Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5340837Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5340956Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5341084Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5341268Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5341395Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5341528Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5341656Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5341815Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5341932Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5342061Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5342198Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5342329Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5342461Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5342594Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5342729Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5342860Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5342979Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5343118Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5343248Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5343379Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5343510Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5343643Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5343773Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5343907Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5344026Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5344154Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5344282Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5344414Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5344550Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5344681Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5344813Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5344942Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5345062Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5345193Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5345324Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5345457Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5345587Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5345718Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5345853Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5345986Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5346101Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5346231Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5346361Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5346564Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5346695Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5346866Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5347004Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5347123Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5347286Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5347423Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5347558Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5347688Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5347821Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5347954Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5348087Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5348208Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5348336Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5348466Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5348592Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5348725Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5348851Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5348982Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5349111Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5349227Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5349355Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5349486Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5349628Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5349759Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5349895Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5350026Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5350161Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5350279Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5350412Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5350545Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5350679Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5350809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5350945Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5351076Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5351209Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5351328Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5351462Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5351595Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5351731Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5351864Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5351998Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5352128Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5352295Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5352412Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5352544Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5352675Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5352833Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5352964Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5353098Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5353227Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5353350Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5353482Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5353616Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5353751Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5353895Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5354025Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5354179Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5354310Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5354445Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5354575Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5354718Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5354850Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5354992Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5355123Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5355265Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5355397Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5355530Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5355660Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5355801Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5355933Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5356072Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5356203Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5356346Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5356478Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5356606Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5356737Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5356880Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5357011Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5357154Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5357283Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5357422Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5357553Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5357708Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5357839Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5357978Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5358110Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5358274Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5358406Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5358545Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5358676Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5358800Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5358931Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5359076Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5359208Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5359352Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5359483Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5359627Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5359760Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5359886Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5360018Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5360155Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5360288Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5360429Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5360562Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5360702Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5360838Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5360963Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5361099Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5361244Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5361376Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5361519Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5361649Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5361797Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5361930Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5362061Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5362195Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5362340Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5362474Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5362616Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5362749Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5362892Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5363026Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5363186Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5363319Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5363464Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5363597Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5363766Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5363898Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5364039Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5364170Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5364297Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5364429Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5364573Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5364709Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5364851Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5364984Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5365127Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5365260Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5365388Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5365521Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5365662Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5365799Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5365949Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5366083Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5366236Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5366369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5366497Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5366630Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5366773Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5366906Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5367043Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5367173Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5367313Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5367431Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5367568Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5367701Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5367882Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5368013Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5368152Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5368284Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5368422Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5368540Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5368716Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5368845Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5368990Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5369152Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5369291Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5369423Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5369563Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5369681Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5369821Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5369952Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5370092Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5370221Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5370358Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5370492Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5370625Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5370742Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5370878Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5371011Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5371147Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5371278Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5371416Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5371547Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5371682Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5371803Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5371937Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5372068Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5372201Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5372332Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5372463Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5372593Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5372732Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5372851Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5372986Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5373116Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5373253Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5373384Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5373519Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5373649Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5373784Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5373902Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5374037Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5374206Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5374345Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5374610Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5374870Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5375004Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5375135Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5375252Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5375385Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5375516Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5375650Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5375784Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5375918Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5376049Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5376168Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5376301Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5376441Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5376572Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5376710Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5376841Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5376976Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5377110Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5377230Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5377362Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5377492Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5377625Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5377757Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5377890Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5378021Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5378152Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5378268Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5378399Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5378529Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5378660Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5378849Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5379283Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:47:39.5379363Z keepdims=keepdims) 2022-12-01T10:47:39.5379661Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T10:47:39.5379741Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:47:39.5379808Z ok (0.001s) 2022-12-01T10:47:39.5379944Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5380323Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.5380477Z ret = ret.dtype.type(ret / rcount) 2022-12-01T10:47:39.5380544Z ok (0.001s) 2022-12-01T10:47:39.5380681Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5380848Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5380970Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5381104Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5381237Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5381369Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5381498Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5381631Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5381769Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5381902Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5382022Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5382154Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5382286Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5382418Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5382549Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5382681Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5382814Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5382945Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5383063Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5383206Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5383334Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5383466Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5383595Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5383725Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5383854Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5383973Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5384099Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5384228Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5384367Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5384751Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:47:39.5384817Z **kwargs) 2022-12-01T10:47:39.5384881Z ok (0.001s) 2022-12-01T10:47:39.5385018Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5385139Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5385270Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5385400Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5385532Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5385664Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5385794Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5385960Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-12-01T10:47:39.5386088Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5386209Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5386365Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5386567Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5386699Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5386830Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5386961Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5387091Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5387219Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5387339Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5387466Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5387598Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5387729Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5387863Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5387990Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5388122Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5388234Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5388362Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5388488Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5388620Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5388748Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5388879Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5389006Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5389137Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5389274Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5389402Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5389532Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5389665Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5389796Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5389925Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5390056Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5390185Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5390300Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5390431Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5390560Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5390691Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5390818Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5390949Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5391075Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5391204Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5391319Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5391522Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5391652Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5391781Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5391937Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5392068Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5392198Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5392327Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5392441Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5392570Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5392695Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5392827Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5392950Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5393079Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5393207Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5393326Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5393454Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5393585Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5393714Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5393847Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5393986Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5394115Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5394261Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5394376Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5394504Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5394633Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5394761Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5394889Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5395022Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5395154Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5395280Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5395397Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5395523Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5395654Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5395780Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5395908Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5396037Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5396168Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5396296Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5396414Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5396549Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5396677Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5396810Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5396971Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5397104Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5397235Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5397393Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5397509Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5397641Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5397769Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5397904Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5398036Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5398168Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5398297Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5398415Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5398548Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5398679Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5398809Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5398944Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5399073Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5399206Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5399336Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5399454Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5399586Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5399717Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5399846Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5399978Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5400108Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5400243Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5400374Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5400494Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5400620Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5400762Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5400896Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5401049Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5401180Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5401328Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5401463Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5401595Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5401726Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5401869Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5402001Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5402142Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5402275Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5402445Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5402578Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5402705Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5402863Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5403005Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5403137Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5403276Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5403408Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5403550Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5403686Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5403813Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5403944Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5404083Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5404217Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5404358Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5404491Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5404629Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5404761Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5404883Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5405016Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5405153Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5405286Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5405425Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5405558Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5405699Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5405831Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5405954Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5406086Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5406225Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5406356Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5406496Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5406628Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5406764Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5406896Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5407019Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5407151Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5407288Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5407422Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5407557Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5407685Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5407871Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5408002Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5408131Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5408299Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5408444Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5408573Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5408715Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5408845Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5408987Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5409103Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5409244Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5409373Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5409511Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5409644Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5409783Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5409914Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5410053Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5410171Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5410311Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5410440Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5410583Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5410712Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5410854Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5410986Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5411125Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5411242Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5411379Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5411509Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5411647Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5411781Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5411924Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5412052Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5412190Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5412308Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5412445Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5412571Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5412715Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5412845Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5412992Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5413121Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5413290Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5413408Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5413544Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5413699Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5413836Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5413988Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5414128Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5414278Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5414414Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5414695Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5414896Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5415044Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5415180Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5415312Z Compares op against reference for small input tensors ... ok (0.006s) 2022-12-01T10:47:39.5415450Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5415583Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5415727Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5415845Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5415990Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5416119Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5416258Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5416390Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5416530Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5416660Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5416801Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5416918Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5417054Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5417184Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5417318Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5417500Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5417635Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5417765Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5417901Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5418020Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5418153Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5418282Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:47:39.5418416Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5418545Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5418681Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5418813Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5419013Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5419148Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5419280Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5419410Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5419576Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5419708Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5419843Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5419993Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5420127Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5420242Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5420377Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5420509Z Compares op against reference for small input tensors ... ok (0.003s) 2022-12-01T10:47:39.5420642Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5420771Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5420910Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5421056Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5421188Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5421304Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5421438Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5421569Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5421704Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5421851Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5421982Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5422110Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5422227Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5422354Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5422486Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5422616Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5422746Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5422876Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:47:39.5423004Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5423138Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5423262Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5423390Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5423529Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5423677Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5423809Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5423939Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5424070Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5424208Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5424326Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5424489Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5424616Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5424746Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5424871Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5425027Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5425156Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5425287Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5425402Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5425531Z Compares op against reference for small input tensors ... ok (0.004s) 2022-12-01T10:47:39.5425665Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5425812Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5425945Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5426092Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5426223Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5426373Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5426563Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5426710Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5426843Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5426989Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5427117Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5427253Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5427390Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5427523Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5427640Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5427772Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5427904Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5428048Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5428178Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5428309Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5428438Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5428570Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5428686Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5428819Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5428944Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5429076Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5429202Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5429332Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5429458Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5429576Z Compares op against reference for small input tensors ... ok (0.002s) 2022-12-01T10:47:39.5429700Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5429828Z Compares op against reference for small input tensors ... ok (0.005s) 2022-12-01T10:47:39.5429997Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5430143Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5430274Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5430420Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5430640Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5430775Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5430903Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5431047Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5431176Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5431321Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-12-01T10:47:39.5431468Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5431724Z Test masked reduction operations on strided-only tensors using ... ok (0.034s) 2022-12-01T10:47:39.5431870Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5432073Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5432214Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5432419Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5432563Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5432772Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:47:39.5432912Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5433123Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5433265Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5433458Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5433597Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5433807Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-12-01T10:47:39.5433946Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5434150Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5434287Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5434490Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5434633Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5434827Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:47:39.5435009Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5435252Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5435538Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5435799Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5435982Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5455836Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:47:39.5456105Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5456366Z Test masked reduction operations on strided-only tensors using ... ok (0.023s) 2022-12-01T10:47:39.5456517Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5456881Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5457027Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5457242Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5457433Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5457641Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5457783Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5457994Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5458130Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5458369Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-12-01T10:47:39.5458521Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5458758Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5458906Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5459147Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5459296Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5459532Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5459664Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5459894Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5460034Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5460262Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5460462Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5460687Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5460831Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5461055Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5461181Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5461404Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5461550Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5461829Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5461977Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5462208Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5462352Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5462582Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5462715Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5462941Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5463082Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5463311Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5463449Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5463706Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5463843Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5464069Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5464240Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5464455Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5464593Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5464817Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-12-01T10:47:39.5464955Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5465209Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5465359Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5465567Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-12-01T10:47:39.5465712Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5465911Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:47:39.5466055Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5466263Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:47:39.5466489Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5466701Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5466842Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5467094Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5467241Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5467476Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5467619Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5467827Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-12-01T10:47:39.5467969Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5468222Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5468366Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5468575Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-12-01T10:47:39.5468720Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5468914Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-12-01T10:47:39.5469054Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5469297Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5469441Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5469643Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-12-01T10:47:39.5469785Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5469991Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-12-01T10:47:39.5470133Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5470329Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5470503Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5470708Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-12-01T10:47:39.5470846Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5471081Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-12-01T10:47:39.5471228Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5471476Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5471617Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5471864Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5471988Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5472195Z Test masked reduction operations on strided-only tensors using ... ok (0.021s) 2022-12-01T10:47:39.5472336Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5472582Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-12-01T10:47:39.5472728Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5472936Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-12-01T10:47:39.5473075Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.069s) 2022-12-01T10:47:39.5473212Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5473321Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5473449Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5473571Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5473709Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5473829Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5473962Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5474078Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5474194Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5474311Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5474438Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5474555Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5474681Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5474800Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5474927Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5475048Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5475159Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5475276Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5475400Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5475518Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5475644Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5475763Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5475889Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5476012Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T10:47:39.5476141Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5476256Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5476385Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5476586Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5476716Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5476834Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5476998Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5477105Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5477232Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5477350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5477479Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5477600Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5477728Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5477861Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5477992Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5478096Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5478226Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5478345Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5478474Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5478594Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5478728Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5478844Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5478956Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5479071Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5479201Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5479319Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5479448Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5479566Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5479696Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5479815Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5479930Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5480044Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5480170Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5480286Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5480413Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5480530Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5480658Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5480761Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5480888Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5481003Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5481133Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5481251Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5481378Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5481494Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5481627Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5481730Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5481860Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5482004Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5482134Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5482251Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5482378Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5482523Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5482651Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5482755Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5482880Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5482995Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5483122Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5483241Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5483364Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5483483Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5483594Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5483709Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5483833Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5483972Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-12-01T10:47:39.5484108Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5484224Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5484356Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5484472Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5484591Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5484705Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5484837Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5484952Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5485081Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5485196Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5485327Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5485430Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5485559Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5485675Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5485803Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5485921Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5486052Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5486187Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5486321Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5486424Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5486554Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5486672Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5486803Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5486919Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5487048Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5487162Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5487290Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5487393Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5487551Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5487666Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5487796Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5487912Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5488069Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5488185Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5488300Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5488416Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5488559Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5488675Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5488810Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5488955Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5489173Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5489334Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5489469Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5489584Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5489725Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5489841Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5489981Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5490096Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5490234Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5490355Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5490481Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5490600Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5490742Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5490863Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5491002Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5491121Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5491263Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5491365Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5491504Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5491618Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5491768Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5491880Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5492029Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5492153Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5492304Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5492408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5492552Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5492668Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5492804Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5492916Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5493090Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5493202Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5493337Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5493441Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5493619Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5493730Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5493861Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5493972Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5494106Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5494217Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5494345Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5494598Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5494781Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5494895Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5495023Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5495138Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5495267Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5495378Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5495503Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5495614Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5495747Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5495859Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5495995Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5496108Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5496240Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5496352Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5496477Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5496588Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5496716Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5496826Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5496955Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5497066Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5497193Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5497304Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5497426Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5497535Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5497665Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5497774Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5497909Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5498019Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5498152Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5498255Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5498386Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5498553Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5498681Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5498789Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5498921Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5499065Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5499197Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5499301Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5499428Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5499536Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5499667Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5499777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5499908Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5500017Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5500152Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5500254Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5500389Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5500495Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5500626Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5500734Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5500862Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5500970Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5501101Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5501207Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5501336Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5501446Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5501578Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5501688Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5501816Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5501923Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5502045Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5502155Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5502295Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5502405Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5502544Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5502652Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5502789Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5502899Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5503026Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5503132Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5503263Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5503368Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5503497Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5503621Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5503784Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5503889Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5504014Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5504120Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5504285Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5504395Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5504523Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5504632Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5504767Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5504870Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5505002Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5505112Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5505242Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5505348Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5505479Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5505589Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5505719Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5505823Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5505951Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5506061Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5506187Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5506300Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5506506Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5506619Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5506746Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5506851Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5506979Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5507086Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5507219Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5507329Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5507457Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5507568Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5507694Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5507803Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5507929Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5508038Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5508168Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5508278Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5508414Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5508525Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5508655Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5508764Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5508893Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5509033Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5509165Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5509273Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5509429Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5509539Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5509661Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5509769Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5509896Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5510004Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5511613Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5511743Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5511881Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5511992Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5512124Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5512236Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5512363Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5512474Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5512607Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5512720Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5512850Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5513000Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5513125Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5513235Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5513366Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5513476Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5513603Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5513712Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5513844Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5513958Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5514080Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5514196Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5514329Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5514447Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5514588Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5514706Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5514843Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5514963Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5515091Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5515209Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5515348Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5515463Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5515597Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5515717Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5515896Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5516000Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5516135Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5516250Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5516385Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5516501Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5516634Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5516749Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5516880Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5516982Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5517158Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5517277Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5517411Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5517529Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5517668Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5517788Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5517929Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5518031Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5518169Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5518286Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5518421Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5518537Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5518676Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5518791Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5518924Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5519027Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5519160Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5519274Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5519408Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5519523Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5519655Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5519772Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5519895Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5520010Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5520142Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5520257Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5520388Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5520505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5520638Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5520753Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5520873Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5520987Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5521118Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5521262Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5521390Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5521505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5521633Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5521736Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5521873Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5521987Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5522119Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5522236Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5522369Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5522533Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5522668Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5522770Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5522901Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5523016Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5523146Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5523260Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5523391Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5523507Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5523637Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5523739Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5523869Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5523986Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5524117Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5524235Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5524363Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5524479Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5524592Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5524710Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5524839Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5524957Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5525087Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5525203Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5525333Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5525451Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5525575Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5525692Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5525825Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5525939Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5526067Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5526183Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5526311Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5526413Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5526538Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5526658Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5526810Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5526926Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5527051Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5527168Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5527295Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5527398Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5527523Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5527639Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5527767Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5527881Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5528047Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5528166Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5528296Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5528398Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5528528Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5528643Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5528768Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5528886Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5529037Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5529153Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5529268Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5529385Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5529513Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5529628Z Tests that the result has the correct dtype ... ok (0.001s) 2022-12-01T10:47:39.5529758Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5529874Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5530005Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5530119Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5530235Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5530350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5530475Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5530591Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5530718Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5530840Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5530967Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5531071Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5531195Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5531311Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5531436Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5531554Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5531679Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5531794Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5531920Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5532023Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5532152Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5532322Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5532453Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5532567Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5532698Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5532813Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5532941Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5533045Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5533170Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5533285Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5533415Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-12-01T10:47:39.5533562Z Tests that the result has the correct dtype ... ok (0.002s) 2022-12-01T10:47:39.5534047Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:39.5534214Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:47:39.5534284Z ok (0.009s) 2022-12-01T10:47:39.5534429Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:47:39.5534789Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5534956Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.5535088Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.136s) 2022-12-01T10:47:39.5535225Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.5535385Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:47:39.5535539Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:47:39.5535686Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5535815Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5535942Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.019s) 2022-12-01T10:47:39.5536081Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s) 2022-12-01T10:47:39.5536225Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.5536369Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.5536509Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.5536652Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.5536784Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.5536901Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.025s) 2022-12-01T10:47:39.5537072Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5537269Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:39.5537876Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... test_reductions.py:456: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:39.5538015Z torch.sum(x, 0, out=y) 2022-12-01T10:47:39.5538083Z ok (0.002s) 2022-12-01T10:47:39.5538224Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.190s) 2022-12-01T10:47:39.5538391Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5538525Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:47:39.5538645Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.172s) 2022-12-01T10:47:39.5539044Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-12-01T10:47:39.5539172Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-12-01T10:47:39.5539246Z ok (0.017s) 2022-12-01T10:47:39.5539433Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-12-01T10:47:39.5539574Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-12-01T10:47:39.5539707Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5539841Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5539958Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5540094Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5540228Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.5540405Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.022s) 2022-12-01T10:47:39.5540550Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.026s) 2022-12-01T10:47:39.5540927Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. 2022-12-01T10:47:39.5541003Z out=out, **kwargs) 2022-12-01T10:47:39.5541294Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.5541454Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:47:39.5541724Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:47:39.5541791Z **kwargs) 2022-12-01T10:47:39.5542081Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.5542260Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-12-01T10:47:39.5542548Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:47:39.5542711Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:47:39.5542985Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:47:39.5543066Z keepdims=keepdims) 2022-12-01T10:47:39.5543120Z ok (0.021s) 2022-12-01T10:47:39.5543533Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:47:39.5543694Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:47:39.5543760Z ok (0.008s) 2022-12-01T10:47:39.5543915Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5544071Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.5544221Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-12-01T10:47:39.5544369Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5544511Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.087s) 2022-12-01T10:47:39.5544667Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:39.5544802Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.5544953Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-12-01T10:47:39.5545102Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-12-01T10:47:39.5545251Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5545393Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-12-01T10:47:39.5545519Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.121s) 2022-12-01T10:47:39.5545642Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.033s) 2022-12-01T10:47:39.5545803Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-12-01T10:47:39.5545939Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-12-01T10:47:39.5546071Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-12-01T10:47:39.5546216Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.5546356Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-12-01T10:47:39.5546569Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:47:39.5546710Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-12-01T10:47:39.5546718Z 2022-12-01T10:47:39.5546907Z ---------------------------------------------------------------------- 2022-12-01T10:47:39.5547034Z Ran 2905 tests in 174.679s 2022-12-01T10:47:39.5547039Z 2022-12-01T10:47:39.5547136Z OK (skipped=98, expected failures=48) 2022-12-01T10:47:39.5547144Z 2022-12-01T10:47:39.5547230Z Generating XML reports... 2022-12-01T10:47:39.5547531Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201104443.xml 2022-12-01T10:47:39.5547536Z 2022-12-01T10:47:39.5547896Z ##[endgroup] 2022-12-01T10:47:39.5548187Z FINISHED PRINTING LOG FILE of test_reductions (/var/lib/jenkins/workspace/test/test-reports/test_reductions_5oh14zd3) 2022-12-01T10:47:39.5548193Z 2022-12-01T10:47:39.5548341Z Running test_nn ... [2022-12-01 10:47:39.447684] 2022-12-01T10:47:39.5548648Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:39.448131] 2022-12-01T10:51:11.5732294Z 2022-12-01T10:51:11.5733380Z Expand the folded group to see the log file of test_nn 2022-12-01T10:51:11.5734392Z ##[group]PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_y8rhq2wy) 2022-12-01T10:51:11.5736559Z Test results will be stored in test-reports/python-unittest/test_nn 2022-12-01T10:51:11.5736820Z 2022-12-01T10:51:11.5736933Z Running tests... 2022-12-01T10:51:11.5737388Z ---------------------------------------------------------------------- 2022-12-01T10:51:11.5739537Z test_add_relu (__main__.TestAddRelu) ... ok (0.002s) 2022-12-01T10:51:11.5739983Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-12-01T10:51:11.5740573Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-12-01T10:51:11.5741028Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-12-01T10:51:11.5741479Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-12-01T10:51:11.5741940Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.268s) 2022-12-01T10:51:11.5742404Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5742875Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5744056Z 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-01T10:51:11.5745228Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:51:11.5745638Z ok (0.008s) 2022-12-01T10:51:11.5746107Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-12-01T10:51:11.5746618Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T10:51:11.5747177Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5747662Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:51:11.5748195Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5748665Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T10:51:11.5749257Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5749768Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5750229Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5750718Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T10:51:11.5751007Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5751278Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:51:11.5751537Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T10:51:11.5751814Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5752080Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.041s) 2022-12-01T10:51:11.5752341Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.014s) 2022-12-01T10:51:11.5752625Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5752917Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T10:51:11.5753212Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5753508Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.020s) 2022-12-01T10:51:11.5753805Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-12-01T10:51:11.5754107Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5754503Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.203s) 2022-12-01T10:51:11.5754805Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.070s) 2022-12-01T10:51:11.5755105Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5755387Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.011s) 2022-12-01T10:51:11.5755665Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-12-01T10:51:11.5756354Z 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-01T10:51:11.5756915Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:51:11.5757136Z ok (0.012s) 2022-12-01T10:51:11.5757364Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T10:51:11.5757659Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5757948Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:51:11.5758237Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5758531Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:51:11.5758832Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:51:11.5759175Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T10:51:11.5759467Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5759767Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T10:51:11.5760043Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5760323Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5760606Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5760893Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5761166Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5761536Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-12-01T10:51:11.5762832Z 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-01T10:51:11.5763753Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:51:11.5764111Z ok (0.001s) 2022-12-01T10:51:11.5764481Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5764927Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5765342Z test_linear (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5765767Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T10:51:11.5766237Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5766719Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5767152Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T10:51:11.5767574Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5768014Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T10:51:11.5769476Z 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-01T10:51:11.5770639Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T10:51:11.5771056Z ok (0.003s) 2022-12-01T10:51:11.5771459Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T10:51:11.5771994Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T10:51:11.5772497Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-12-01T10:51:11.5773023Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T10:51:11.5773652Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-12-01T10:51:11.5774181Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T10:51:11.5775536Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T10:51:11.5776105Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.010s) 2022-12-01T10:51:11.5776563Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:51:11.5777054Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5777593Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5778311Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5778851Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5779393Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5779937Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5780459Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5780967Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5781520Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5781901Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5782347Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5782651Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5782966Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5783283Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5783604Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5783926Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5784245Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5784566Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5784881Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5785196Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5785514Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5785815Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5786224Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5786541Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5786866Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5787162Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.068s) 2022-12-01T10:51:11.5787466Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5787764Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5788055Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5788369Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5788699Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5789018Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5789329Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5789648Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.5789965Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5790263Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5790574Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5790891Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5791265Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5791573Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5791903Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5792216Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5792518Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5792839Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5793179Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5793498Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5793835Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5794159Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5794498Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5794824Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5795135Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5795424Z test_AvgPool1d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5795701Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5795976Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5796275Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5796565Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5796857Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5797134Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5797438Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5797723Z test_AvgPool2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5797985Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5798264Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5798555Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5798838Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5799141Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5799456Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5799777Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5800088Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5800438Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5800783Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5801122Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5801435Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5801763Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5802072Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5802397Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5802687Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5802972Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5803261Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5803546Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5803829Z test_AvgPool3d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5804105Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5804374Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5804666Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5804989Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5805279Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5805609Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5805963Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5806333Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5806691Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5806996Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5807312Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5807648Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5807993Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5808360Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5808747Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5809113Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5809457Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5809825Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5810214Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5810579Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5810925Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5811294Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5811677Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5812026Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5812373Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5812707Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5813045Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5813396Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5813719Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5814024Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5814613Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5815075Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5815520Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5816030Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5816564Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5817138Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5817607Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5818082Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5818614Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5819144Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5819704Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5822327Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5822926Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5823433Z test_BCELoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5823864Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5824360Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5824692Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5825006Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5825294Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5825594Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5826033Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5826386Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5826682Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5826993Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5827341Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5827681Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5827968Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5828276Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5828620Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5828953Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5829249Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5829665Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5829959Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5830251Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5830549Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5830860Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5831210Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5831544Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5831886Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5832220Z test_BCELoss_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5832509Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5832842Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5833168Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5833501Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5833784Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5834090Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5834400Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5834709Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5835018Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5835325Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5835668Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5835993Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5836683Z 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-01T10:51:11.5837082Z warnings.warn(warning.format(ret)) 2022-12-01T10:51:11.5837566Z /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-12-01T10:51:11.5837908Z warnings.warn(warning.format(ret)) 2022-12-01T10:51:11.5838108Z ok (0.007s) 2022-12-01T10:51:11.5838380Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5838697Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5839037Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5839417Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5839793Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5840112Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5840452Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5840830Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5841279Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5841596Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5841934Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5842305Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5842665Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5842988Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5843311Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5843666Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.5843994Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5844319Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5844659Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5845033Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5845397Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5845721Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5846049Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5846404Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5846768Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5847075Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5847377Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5847658Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5847971Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5848279Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5848583Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5848903Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5849230Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5849535Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5849813Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5850108Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.5850411Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5850711Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5851040Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5851368Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.5851710Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5852046Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5852347Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5852649Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5852962Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5853258Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5853582Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5853903Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5854284Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5854825Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5855134Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5855435Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5855735Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5856021Z test_BatchNorm2d (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5856281Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5856584Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5856900Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5857226Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5857561Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5857832Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5858118Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5858408Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5858690Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5858986Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5859291Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5859592Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.5859887Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5860184Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5860496Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5860793Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5861111Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5861428Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5861754Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5862046Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5862342Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5862645Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5862970Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5863305Z test_BatchNorm3d (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5863565Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5863885Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5864185Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5864509Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5864838Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5865106Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5865392Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5865679Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5866094Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5866382Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5866690Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5866991Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.5867277Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5867577Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5867887Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5868200Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5868506Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5868822Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5869152Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5869445Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5869743Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5870042Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5870355Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5870620Z test_CELU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5870878Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5871147Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5871419Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5871724Z test_CELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5871996Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5872297Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.5872622Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5872995Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5873340Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5873693Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5874095Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5874476Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5874811Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5875169Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5875512Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5875872Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5876267Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5876585Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5876946Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5877303Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5877628Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5877962Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5878339Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5878684Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5878967Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5879264Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5879557Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5879870Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5880211Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5880530Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5880868Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5881240Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5881543Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5881855Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5882202Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5882511Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5882849Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5883221Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5883557Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5883827Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.5884111Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5884387Z test_ConstantPad1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5884632Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5884929Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5885267Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.5885570Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5885883Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5886161Z test_ConstantPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5886416Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.5886702Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5887028Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5887323Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5887665Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5887948Z test_ConstantPad3d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5888209Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5888511Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5888822Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5889117Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.5889428Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5889713Z test_Conv1d (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5889951Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:51:11.5890264Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5890586Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5890846Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5891123Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5891400Z test_Conv1d_groups (__main__.TestNN) ... ok (0.052s) 2022-12-01T10:51:11.5891680Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5892444Z test_Conv1d_module_same_padding (__main__.TestNN) ... test_nn.py:752: 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:51:11.5893027Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-12-01T10:51:11.5893253Z ok (0.005s) 2022-12-01T10:51:11.5893445Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5893724Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5894004Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5894290Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5894726Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5895131Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5895532Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5895924Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5896334Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5896688Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5897094Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5897492Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5897856Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5898159Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5898435Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5898716Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5899007Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5899321Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5899612Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5899928Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5900271Z test_Conv1d_stride (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5900545Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5900823Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.5901111Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5901403Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5901694Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5901972Z test_Conv2d (__main__.TestNN) ... ok (0.037s) 2022-12-01T10:51:11.5902202Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5902428Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5902677Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5902945Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.030s) 2022-12-01T10:51:11.5903247Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5903567Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5903840Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.024s) 2022-12-01T10:51:11.5904125Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5904405Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:51:11.5904710Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5905009Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.026s) 2022-12-01T10:51:11.5905300Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5905597Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:51:11.5905900Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5906290Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.026s) 2022-12-01T10:51:11.5906603Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5906899Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5907183Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5907468Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5907783Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5908075Z test_Conv2d_groups (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:51:11.5908357Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5908658Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.5908949Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5909203Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:51:11.5909478Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5909784Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5910105Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5910424Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5910725Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5911028Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5911375Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5911725Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5912032Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.5912298Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5912553Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.5912817Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5913109Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5913420Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5913696Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5913981Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5914268Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5914567Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5914845Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5915129Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5915407Z test_Conv2d_padding (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5915677Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5915970Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5916287Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5916591Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5916892Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5917199Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5917512Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5917793Z test_Conv2d_strided (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5918071Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5918363Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5918677Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5918962Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5919257Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5919545Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.5919852Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5920149Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5920471Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5920778Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5921091Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5921365Z test_Conv3d (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5921602Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.5921878Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5922215Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5922537Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5922848Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-12-01T10:51:11.5923148Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5923464Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5923744Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5924011Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5924297Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5924592Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5924880Z test_Conv3d_groups (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5925152Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5925440Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5925695Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5925949Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5926261Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5926565Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5926820Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.5927088Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5927384Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5927699Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5927982Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:51:11.5928261Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5928546Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:51:11.5928832Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5929118Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:51:11.5929398Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5929695Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.023s) 2022-12-01T10:51:11.5929999Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5930288Z test_Conv3d_stride (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5930568Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5930871Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5931165Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5931472Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5931802Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5932107Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5932420Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5932718Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5933017Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5933321Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.5933613Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5933914Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5934224Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5934708Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5935023Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5935318Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5935595Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5935891Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.5936203Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5936494Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5936802Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5937102Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.5937405Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5937687Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5937975Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5938268Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5938560Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5938881Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5939228Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5939554Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.5939851Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5940170Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5940514Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5940855Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.5941152Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.5941459Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5941780Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5942182Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5942504Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5942812Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (2.756s) 2022-12-01T10:51:11.5943107Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5943432Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5943731Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5944007Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.5944304Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5944638Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.5944952Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5945241Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.5945558Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5945912Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5946339Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5946647Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5946977Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5947346Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5947703Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5948044Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5948402Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5948799Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5949180Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5949523Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.5949870Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5950256Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5950629Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5950964Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.5951309Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5951693Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5952060Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5952398Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.5952742Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5953112Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5953529Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5953864Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.5954208Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5954573Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5954947Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5955256Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5955514Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5955835Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5956182Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5956516Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5974116Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5974623Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5975011Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5975373Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5975717Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5976088Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5976495Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5976877Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5977246Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5977630Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5978050Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5978455Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5978837Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5979227Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5979651Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5980053Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5980424Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5980798Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5981209Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5981737Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5982116Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5982450Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5982806Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5983171Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5983547Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5983904Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5984324Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5984710Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5985072Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5985454Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5985856Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5986346Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5986715Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5987087Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5987477Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5987875Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5988231Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.5988591Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5988973Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5989365Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5989714Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5990066Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5990441Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5990822Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5991183Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5991549Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5991961Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5992410Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5992755Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5993078Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5993446Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5993818Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5994142Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.5994454Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5994864Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5995226Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5995563Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5995912Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5996305Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5996697Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5997063Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.5997434Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5997854Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5998269Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5998647Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.5999021Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5999440Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.5999856Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6000247Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6000647Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6001089Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6001527Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6001890Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6002210Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6002581Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6002976Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6003295Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6003649Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6004032Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6004412Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6004760Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6005168Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6005585Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6005995Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6006343Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6006704Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6007096Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6007486Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6007822Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6008174Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6008559Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6008941Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6009284Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6009660Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6010070Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6010477Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6010812Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6011143Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6011511Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6011863Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6012200Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6012559Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6012953Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6013332Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6013705Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6014052Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6014437Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6014959Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6015318Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6015694Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6016150Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6016546Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6016917Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6017259Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6017597Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6017887Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6018209Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6018561Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6018900Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6019227Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6019572Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6019954Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6020320Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6020644Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6020974Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6021331Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6021682Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6022015Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6022370Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6022747Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6023129Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6023449Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6023767Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6024112Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6024510Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6024808Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6025092Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6025346Z test_ELU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6025604Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6025871Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6026214Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6026485Z test_ELU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6026760Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6027053Z test_Embedding (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6027319Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6027639Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6027936Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6028216Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6028518Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6028836Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6029123Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6029414Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6029721Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6030042Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6030339Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.078s) 2022-12-01T10:51:11.6030636Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6030923Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6031200Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6031498Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6031815Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6032141Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6032417Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6032729Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6033019Z test_Embedding_sparse (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6033295Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6033565Z test_Flatten (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6033832Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6034107Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6034385Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6034655Z test_Fold (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6034913Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6035167Z test_Fold_int_input (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6035448Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6035766Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6036063Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6036350Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6036654Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6036960Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6037267Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6037594Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6037935Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6038324Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6038694Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6039050Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6039400Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6039714Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6040025Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6040348Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6040689Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6041036Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6041414Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6041757Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6042083Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6042385Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6042702Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6043030Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6043361Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6043718Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6044098Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6044454Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6044792Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6045117Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6045430Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6045804Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6046138Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6046495Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6046907Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6047199Z test_GELU (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6047460Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6047729Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6048014Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6048278Z test_GELU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6048552Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6048815Z test_GLU (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6049063Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6049346Z test_GLU_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6049618Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6049873Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6050153Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6050437Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.6050695Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6050981Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6051280Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6051588Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6051905Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6052195Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.021s) 2022-12-01T10:51:11.6052499Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6052849Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6053189Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6053496Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6053799Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6054103Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6054404Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6054880Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6055186Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6055473Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6055786Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6056083Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:51:11.6056374Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6056699Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:51:11.6057001Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6057348Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6057696Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6058077Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6058391Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6058696Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6058997Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6059298Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6059601Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6059889Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6060201Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6060588Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6060953Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6061237Z test_Hardshrink (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6061517Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6061802Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6062090Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6062380Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6062668Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6062962Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6063255Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6063550Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6063848Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6064114Z test_Hardtanh (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6064390Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6064669Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6064961Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6065234Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6065519Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6065810Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6066169Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6066519Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6066866Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6067176Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6067490Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6067849Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6068210Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6068543Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6068870Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6069244Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6069656Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6070035Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6070425Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6070765Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6071110Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6071530Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6071911Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6072298Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6072641Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6073005Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6073379Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6073714Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6074044Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6074418Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6074795Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6075121Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6075434Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6075755Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6076094Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6076467Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6076828Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6077174Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6077548Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6077952Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6078339Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6078682Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6079022Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6079386Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6079761Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6080107Z test_HuberLoss (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6080391Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6080702Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6081020Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6081336Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6081605Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.055s) 2022-12-01T10:51:11.6081886Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6082180Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6082528Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6082875Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6083226Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6083535Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6083850Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6084188Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6084537Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6084838Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6085144Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6085489Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6085831Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6086128Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6086427Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6086776Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6087127Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6087473Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6087753Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6088043Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6088332Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6088613Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6088908Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6089219Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6089525Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6089832Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6090136Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6090451Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6090761Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6091119Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6091452Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6091799Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6092127Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6092478Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6092786Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6093059Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6093374Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6093670Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6093970Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6094272Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6094735Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6095058Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6095362Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6095682Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6095999Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6096332Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6096657Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6097002Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6097344Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6097697Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6097995Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6098281Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6098566Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6098847Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6099147Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6099461Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6099771Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6100080Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6100393Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6100710Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6101017Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6101345Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6101678Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6102085Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6102416Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6102766Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6103735Z 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-01T10:51:11.6104397Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6105328Z /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:51:11.6106039Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6106817Z /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:51:11.6107436Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6107677Z ok (0.005s) 2022-12-01T10:51:11.6107884Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6108158Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6108466Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6108781Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6109100Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6109953Z 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-01T10:51:11.6110604Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6111377Z /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:51:11.6111979Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6112046Z ok (0.005s) 2022-12-01T10:51:11.6112214Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6112377Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6112539Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6112674Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6112854Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6113074Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6113252Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6113365Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6113536Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6113704Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6113869Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6113997Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6114198Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6114369Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6114534Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6114657Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6114812Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6114980Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6115143Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6115260Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6115416Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6115547Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6115715Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6115840Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6115991Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6116129Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6116304Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6116974Z 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-01T10:51:11.6117198Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6117801Z /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:51:11.6118017Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6118614Z /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:51:11.6118865Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6118932Z ok (0.004s) 2022-12-01T10:51:11.6119093Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6119252Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6119397Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6120109Z 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-01T10:51:11.6120333Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6120927Z /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:51:11.6121142Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6121210Z ok (0.004s) 2022-12-01T10:51:11.6121384Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6121557Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6121728Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6121874Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6122047Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6122232Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6122418Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6122549Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6122723Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6122900Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6123073Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6123194Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6123363Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6123518Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6123683Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6123817Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6123989Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6124119Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6124288Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6124418Z test_L1Loss (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6124567Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6124714Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6124849Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6124994Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6125137Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6125256Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6125421Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6125616Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6125783Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6125901Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6126051Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6126213Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6126372Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6126492Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6126652Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6126811Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6126977Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6127088Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6127210Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6127356Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6127505Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6127624Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6127781Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6127890Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6128046Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6128203Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6128355Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6128496Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6128647Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6128751Z test_LPPool1d (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6128898Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6129017Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6129172Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6129282Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6129458Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6129550Z test_LPPool2d (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6129693Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6129801Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6129943Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6130045Z test_LSTM_cell (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6130172Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6130300Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6130432Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.6130636Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6130778Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6130951Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6131087Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6131265Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6131407Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6131589Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6131723Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6131881Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6132021Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6132199Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6132327Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6132493Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6132628Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6132801Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6132935Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.645s) 2022-12-01T10:51:11.6133103Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6133235Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.654s) 2022-12-01T10:51:11.6133414Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6133548Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6133718Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6133858Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6134033Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6134138Z test_LeakyReLU (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6134282Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6134388Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6134704Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6134884Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6135039Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6135166Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6135333Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6135455Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6135617Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6135718Z test_Linear (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6135844Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6135996Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6136153Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6136261Z test_Linear_no_bias (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6136408Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6136533Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6136695Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6136819Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6136991Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6137131Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6137311Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6137418Z test_LogSigmoid (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6137561Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6137679Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6137836Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6137953Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6138092Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6138199Z test_LogSoftmax (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6138344Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6138465Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6138625Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6138756Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6138921Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6139040Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6139185Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6139288Z test_MSELoss (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6139435Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6139581Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6139725Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6139845Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6140014Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6140209Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6140361Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6140480Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6140644Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6140812Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6140975Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6141093Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6141282Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6141446Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6141608Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6141709Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6141860Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6141981Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6142140Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6142248Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6142403Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6142555Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6142707Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6142870Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6142979Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6143135Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6143289Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6143440Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6143589Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6143718Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6143892Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6144053Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6144223Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6144393Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6144511Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6144675Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6144837Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6144999Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6145154Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6145318Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6145467Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6145627Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6145752Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6146005Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6146179Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6146352Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6146526Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6146715Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6146899Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6147067Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6147206Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6147386Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6147564Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6147742Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6147882Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6148064Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6148241Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6148417Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6148540Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6148718Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6148894Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6149070Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6149208Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6149387Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6149564Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6149743Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6149882Z test_MaxPool1d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6150014Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6150136Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6150308Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6150422Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6150645Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6150760Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6150912Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6151024Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6151156Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6151279Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6151438Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6151541Z test_MaxPool3d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6151708Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6151832Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6151992Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6152104Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6152241Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6152362Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6152522Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6152635Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6152784Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6152912Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6153076Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6153190Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6153326Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6153452Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6153613Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6153724Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6153871Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6153998Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6154160Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6154262Z test_Mish (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6154387Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6154499Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6154647Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6154759Z test_Mish_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6154903Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6155009Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6155111Z test_ModuleList (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6155260Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.016s) 2022-12-01T10:51:11.6155387Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6155563Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6155690Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6155892Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6156064Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6156233Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6156402Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6156540Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6156704Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6156847Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6157063Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6157253Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6157438Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6157621Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6157793Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6157963Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6158132Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6158287Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6158424Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6158596Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6158738Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6158928Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6159113Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6159296Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6159438Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6159624Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6159798Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6159975Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6160116Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6160298Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6160479Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6160658Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6160796Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6160966Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6161140Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6161311Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6161493Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6161671Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6161852Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6161984Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6162188Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6162369Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6162542Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6162689Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6162880Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6163071Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6163258Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6163408Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6163600Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6163792Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6163979Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6164126Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6164316Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6164493Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6164681Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6164821Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6165004Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6165142Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6165327Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6165507Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6165690Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6165842Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6166020Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6166176Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6166406Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6166601Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6166799Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6166915Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6167031Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6167188Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6167348Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6167537Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6167667Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6167831Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6167962Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6168138Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6168313Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6168484Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6168641Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6168796Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6168941Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6169063Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6169269Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6169436Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6169595Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6169724Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6169888Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6170027Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6170198Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6170379Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6170559Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6170684Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6170843Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6170960Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6171115Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6171273Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6171432Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6171575Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6171734Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6171868Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6172039Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6172215Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6172388Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6172517Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6172717Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6172894Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6173054Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6173172Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6173342Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6173504Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6173669Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6173804Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6173976Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6174118Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6174289Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6174607Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6174825Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6174929Z test_NLLLoss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6175043Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6175196Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6175327Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6175497Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6175624Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6175775Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6175891Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6176041Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6176171Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6176338Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6176464Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6176644Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6176749Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6176943Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6177094Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6177242Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6177386Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6177507Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6177674Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6177840Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6178037Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6178207Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6178316Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6178484Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6178649Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6178813Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6178975Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6179089Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6179250Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6179413Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6179560Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6179716Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6179864Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6180010Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6180155Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6180300Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6180410Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6180567Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6180724Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6180866Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6181018Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6181146Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6181318Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6181490Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6181660Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6181831Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6181978Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6182128Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6182288Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6182445Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6182601Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6182732Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6182909Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6183108Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6183286Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6183459Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6183565Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6183728Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6183891Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6184050Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6184206Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6184329Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6184498Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6184664Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6184829Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6184939Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6185103Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6185262Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6185424Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6185544Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6185706Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6185870Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6186108Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6186221Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6186361Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6186483Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6186646Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6186765Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6186926Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6187101Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6187274Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6187418Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6187584Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6187702Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6187866Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6188025Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6188188Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6188367Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6188481Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6188638Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6188781Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6188935Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6189087Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6189214Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6189385Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6189553Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6189724Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6189888Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6190020Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6190183Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6190351Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6190524Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6190693Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6190793Z test_PReLU_1d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6190938Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6191054Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6191210Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6191306Z test_PReLU_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6191436Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6191552Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6191701Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6191798Z test_PReLU_3d (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6191939Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6192052Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6192234Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6192367Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6192468Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6192616Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6192719Z test_PReLU_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6192864Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6192984Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6193144Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6193263Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6193443Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6193553Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6193705Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6193820Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6193975Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6194092Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6194244Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6194359Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6194517Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6194626Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6194784Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6194901Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6195057Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6195170Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6195318Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6195435Z test_PairwiseDistance (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6195566Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6195729Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6195862Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6196033Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6196186Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6196316Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6196484Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6196626Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6196801Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6196901Z test_ParameterDict (__main__.TestNN) ... ok (0.019s) 2022-12-01T10:51:11.6197029Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6197133Z test_ParameterList (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6197254Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6197406Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6197514Z test_PixelShuffle (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6197660Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6197773Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6197912Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6198032Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6198200Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6198366Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6198565Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6198708Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6198886Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6199060Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6199236Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6199356Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6199529Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6199703Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6199875Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6200011Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6200181Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6200350Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6200519Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6200649Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6200808Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6200977Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6201150Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6201281Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6201450Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6201617Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6201781Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6201926Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6202096Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6202275Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6202482Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6202604Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6202763Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6202862Z test_RNN_cell (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6202985Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6203107Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6203236Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6203344Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.034s) 2022-12-01T10:51:11.6203480Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-12-01T10:51:11.6203714Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-12-01T10:51:11.6203932Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-12-01T10:51:11.6204128Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-12-01T10:51:11.6204409Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-12-01T10:51:11.6204693Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-12-01T10:51:11.6204942Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6205165Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6205374Z test_RReLU (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6205660Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6205893Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6206225Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6206461Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6206777Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6207037Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6207362Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6207565Z test_ReLU (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6207772Z test_ReLU6 (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6208061Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6208292Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6208617Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6208847Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6209142Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6209428Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6209659Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6209977Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6210195Z test_ReLU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6210503Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6210747Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6211002Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6211331Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6211598Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6212009Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6212335Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6212579Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6212848Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6213197Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6213517Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6213772Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6214136Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6214434Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6214806Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.026s) 2022-12-01T10:51:11.6215165Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6215492Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6215778Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6216141Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6216388Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6216638Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6216988Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6217263Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6217627Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6217967Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6218209Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6218468Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6218823Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6219130Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6219413Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6219775Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6220025Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6220297Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6220656Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6220982Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6221265Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6221607Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6221809Z test_SELU (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6222097Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6222341Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6222658Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6222883Z test_SELU_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6223199Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6223524Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6223752Z test_Sequential_append (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6223995Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6224236Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6224479Z test_Sequential_getitem (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6224711Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6224940Z test_Sequential_imul (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6225177Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6225417Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6225647Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6225996Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6226242Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6226484Z test_Sequential_setitem (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6226740Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6226944Z test_SiLU (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6227235Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6227453Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6227770Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6227992Z test_SiLU_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6228300Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6228516Z test_Sigmoid (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6228822Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6229071Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6229402Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6229615Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6229929Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6230155Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6230399Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6230725Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6231061Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6231391Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6231722Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6231981Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6232358Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6232728Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6233094Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6233362Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6233730Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6234094Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6234454Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6234777Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6235125Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6235484Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6235848Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6236103Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6236438Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6236712Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6237107Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6237367Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6237702Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6238050Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6238393Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6238690Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6239074Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6239456Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6239840Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6240111Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6240485Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6240832Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6241195Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6241447Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6241787Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6242060Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6242407Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6242751Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6243094Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6243360Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6243742Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6244122Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6244497Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6244785Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6245166Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6245548Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6245977Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6246260Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6246626Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6247007Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6247376Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6247643Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6247993Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6248306Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6248686Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6249065Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6249439Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6249637Z test_Softmax (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6249858Z test_Softmax2d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6250166Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6250420Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6250765Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6251070Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6251326Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6251662Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6251881Z test_Softmax_scalar (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6252203Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6252411Z test_Softmin (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6252713Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6252947Z test_Softmin_multidim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6253268Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6253515Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6253842Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6254060Z test_Softmin_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6254374Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6254699Z test_Softplus (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6254941Z test_Softplus_beta (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6255258Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6255513Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6255863Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6256122Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6256492Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6256798Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6257120Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6257456Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6257681Z test_Softshrink (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6257991Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6258235Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6258575Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6258819Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6259164Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6259422Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6259815Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6260038Z test_Softsign (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6260343Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6260594Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6260926Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6261146Z test_Softsign_scalar (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6261465Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6261668Z test_Tanh (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6261966Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6262203Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6262534Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6262757Z test_Tanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6263044Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6263270Z test_Tanhshrink (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6263579Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6263836Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6264204Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6264453Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6264781Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6265033Z test_Threshold_large_value (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6265352Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6265607Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6266003Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6266277Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6266626Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6266904Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6267269Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6267597Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.063s) 2022-12-01T10:51:11.6268011Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6268370Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.064s) 2022-12-01T10:51:11.6268771Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6269086Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.037s) 2022-12-01T10:51:11.6269495Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6269816Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.147s) 2022-12-01T10:51:11.6270215Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6270443Z test_Transformer_cell (__main__.TestNN) ... ok (0.607s) 2022-12-01T10:51:11.6270719Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.361s) 2022-12-01T10:51:11.6271100Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6271403Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6271801Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6272190Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6272572Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6272866Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6273255Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6273647Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6274031Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6274309Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6274701Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6275082Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6275464Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6275718Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6276054Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6276265Z test_Unfold (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6276554Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6276796Z test_Unfold_int_input (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6277095Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6277316Z test_ZeroPad2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6277555Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6277886Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6278186Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6278445Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6278787Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6279035Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6279360Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6279670Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6279892Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6280182Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6280413Z test_affine_grid (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6280650Z test_affine_grid_3d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6280917Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6281123Z test_assignment (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6281451Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6281766Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:51:11.6282139Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T10:51:11.6282387Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6282695Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6282950Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6283297Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:51:11.6283613Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6283955Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6284306Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6284655Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6285033Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6285379Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6285648Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6285919Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6286167Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6286403Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6286701Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6286985Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6287317Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6287715Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.032s) 2022-12-01T10:51:11.6288015Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6288309Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6288642Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6288976Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6289238Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6289572Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6289787Z test_bilinear (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6290045Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6290285Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.022s) 2022-12-01T10:51:11.6290538Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6291252Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:51:11.6291706Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:51:11.6292232Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:51:11.6292496Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6292768Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6293033Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6293305Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6293586Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6293897Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6294120Z test_caching_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6294393Z Test the caching system of a parametrization ... ok (0.002s) 2022-12-01T10:51:11.6294863Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T10:51:11.6295390Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-12-01T10:51:11.6297044Z 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-01T10:51:11.6297530Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-12-01T10:51:11.6297675Z ok (0.002s) 2022-12-01T10:51:11.6297919Z test_channel_shuffle (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6298194Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6298392Z test_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6298623Z test_clip_grad_norm (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6298860Z test_clip_grad_value (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6299093Z test_compute_nparams_to_prune (__main__.TestNN) 2022-12-01T10:51:11.6299401Z Test that requested pruning `amount` gets translated into the ... ok (0.001s) 2022-12-01T10:51:11.6299637Z test_container_copy (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6299913Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6300156Z test_conv_backcompat (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6300495Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:51:11.6300743Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6301066Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.096s) 2022-12-01T10:51:11.6301308Z test_conv_padding_mode (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6303150Z 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-01T10:51:11.6303495Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:51:11.6303637Z ok (0.143s) 2022-12-01T10:51:11.6303851Z test_conv_tbc (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6304171Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6304535Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6304839Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6305120Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6305413Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.041s) 2022-12-01T10:51:11.6305658Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6305903Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6306259Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.018s) 2022-12-01T10:51:11.6306518Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6306804Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6307189Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:51:11.6307760Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-12-01T10:51:11.6308070Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T10:51:11.6308379Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T10:51:11.6308600Z test_custom_from_mask_pruning (__main__.TestNN) 2022-12-01T10:51:11.6308890Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-12-01T10:51:11.6309151Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6309654Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.008s) 2022-12-01T10:51:11.6309858Z test_dir (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6310074Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6310335Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6310585Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6310830Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.020s) 2022-12-01T10:51:11.6311150Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6311461Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6311679Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6311965Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6312250Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6312497Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6313236Z test_fb_fc_packed (__main__.TestNN) ... test_nn.py:5153: 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-01T10:51:11.6313513Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-12-01T10:51:11.6314203Z test_nn.py:5154: 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-01T10:51:11.6314540Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-12-01T10:51:11.6314664Z ok (0.002s) 2022-12-01T10:51:11.6314878Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6315115Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:51:11.6315371Z test_functional_grad_conv (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6315630Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.180s) 2022-12-01T10:51:11.6315886Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6316214Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6316496Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6316694Z test_get_buffer (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6316956Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6317255Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T10:51:11.6317455Z test_global_pruning (__main__.TestNN) 2022-12-01T10:51:11.6317778Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.002s) 2022-12-01T10:51:11.6318032Z test_global_pruning_importance_scores (__main__.TestNN) 2022-12-01T10:51:11.6318355Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-12-01T10:51:11.6318642Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.025s) 2022-12-01T10:51:11.6318875Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.026s) 2022-12-01T10:51:11.6319115Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.030s) 2022-12-01T10:51:11.6319355Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.030s) 2022-12-01T10:51:11.6319588Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.049s) 2022-12-01T10:51:11.6319834Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.045s) 2022-12-01T10:51:11.6320065Z test_grid_sample (__main__.TestNN) ... ok (0.748s) 2022-12-01T10:51:11.6320302Z test_grid_sample_3d (__main__.TestNN) ... ok (0.080s) 2022-12-01T10:51:11.6321712Z 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-01T10:51:11.6321977Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T10:51:11.6322119Z ok (0.030s) 2022-12-01T10:51:11.6322459Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:51:11.6322701Z test_hardtanh_backward (__main__.TestNN) ... ok (0.106s) 2022-12-01T10:51:11.6322978Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6323212Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6324108Z 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-01T10:51:11.6324460Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:51:11.6325844Z /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-01T10:51:11.6326374Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T10:51:11.6326519Z ok (0.002s) 2022-12-01T10:51:11.6326737Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6326977Z test_hook_extra_input (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6327262Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6327487Z test_hook_inplace (__main__.TestNN) ... ok (0.013s) 2022-12-01T10:51:11.6327745Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6328009Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6328242Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6328498Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6328791Z test_hook_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6330285Z 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-01T10:51:11.6330820Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T10:51:11.6330966Z ok (0.010s) 2022-12-01T10:51:11.6331226Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6331428Z test_identity_pruning (__main__.TestNN) 2022-12-01T10:51:11.6331700Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-12-01T10:51:11.6332058Z test_initialization_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6332390Z Test that it is possible to initialize a parametrization when it ... ok (0.005s) 2022-12-01T10:51:11.6332615Z test_inplace_thnn (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6332841Z test_interpolate (__main__.TestNN) ... ok (0.127s) 2022-12-01T10:51:11.6333097Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6333440Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6333717Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6334063Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6334337Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6334934Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6335246Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6335642Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6335951Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6336295Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6336720Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6337106Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6337363Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6337675Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6338074Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6338434Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6338694Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6339036Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6339317Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6339683Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6339936Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6340298Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6340609Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6341086Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6341402Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6341747Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6342178Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6342573Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6342850Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6343149Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6343599Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6343966Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6344317Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:51:11.6344573Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6344870Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6345246Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6345584Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6345869Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6346267Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6346542Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6346850Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6347237Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6347587Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6347855Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6348210Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6348461Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6348783Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6349062Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6349427Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6349688Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6350027Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6350324Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6350697Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6350978Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6351341Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6351575Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6351916Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6352253Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6352625Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6352897Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6353251Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6353519Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6353862Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6354118Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6354468Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6354782Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6355145Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6355419Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6355775Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6356049Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6356408Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6356650Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6356989Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6357269Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6357636Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6357917Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6358231Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6358628Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6358988Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6359268Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6359564Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6359962Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6360325Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6362167Z 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-01T10:51:11.6362514Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:51:11.6362652Z ok (0.066s) 2022-12-01T10:51:11.6362882Z test_invalid_conv2d (__main__.TestNN) ... ok (0.129s) 2022-12-01T10:51:11.6363114Z test_invalid_conv3d (__main__.TestNN) ... ok (0.064s) 2022-12-01T10:51:11.6363373Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6364896Z 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-01T10:51:11.6365423Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6365564Z ok (0.002s) 2022-12-01T10:51:11.6365841Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6366075Z test_l1_loss_correct (__main__.TestNN) ... ok (9.462s) 2022-12-01T10:51:11.6366312Z test_l1_unstructured_pruning (__main__.TestNN) 2022-12-01T10:51:11.6366624Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-12-01T10:51:11.6366915Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-12-01T10:51:11.6367288Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.002s) 2022-12-01T10:51:11.6367572Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6367824Z test_linear_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6368053Z test_ln_structured_pruning (__main__.TestNN) 2022-12-01T10:51:11.6368296Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-12-01T10:51:11.6368569Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-12-01T10:51:11.6368817Z Check Ln structured pruning by hand. ... ok (0.002s) 2022-12-01T10:51:11.6369055Z test_load_state_dict (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6369276Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6369529Z test_load_state_dict_child (__main__.TestNN) ... ok (0.108s) 2022-12-01T10:51:11.6369787Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6370051Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6370314Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.129s) 2022-12-01T10:51:11.6370559Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6370794Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6371027Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6371331Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6371559Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6371875Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6372117Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6372448Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6372693Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6373023Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6373275Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6373584Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6373857Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.009s) 2022-12-01T10:51:11.6374215Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6375145Z test_loss_equal_input_target_shape (__main__.TestNN) ... test_nn.py:6571: 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-01T10:51:11.6375458Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-12-01T10:51:11.6376086Z test_nn.py:6572: 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-01T10:51:11.6376462Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-12-01T10:51:11.6377093Z test_nn.py:6573: 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-01T10:51:11.6377447Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-12-01T10:51:11.6378073Z test_nn.py:6574: 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-01T10:51:11.6378375Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-12-01T10:51:11.6379796Z /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:51:11.6380302Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:51:11.6380444Z ok (0.025s) 2022-12-01T10:51:11.6380741Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6381011Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6381277Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6381541Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6381785Z test_module_backcompat (__main__.TestNN) ... ok (0.085s) 2022-12-01T10:51:11.6382010Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6382225Z test_modules (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6382477Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6382802Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.238s) 2022-12-01T10:51:11.6383119Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.261s) 2022-12-01T10:51:11.6383391Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6383694Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6383967Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6385370Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:51:11.6385696Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:51:11.6385840Z ok (0.003s) 2022-12-01T10:51:11.6386161Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6386475Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6386868Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6387155Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6387412Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6387646Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6387856Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6388114Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6388389Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6388684Z test_new_spectral_norm (__main__.TestNN) ... ok (0.038s) 2022-12-01T10:51:11.6388941Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6389198Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6389488Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6389696Z test_nnpack_conv (__main__.TestNN) ... ok (0.198s) 2022-12-01T10:51:11.6389911Z test_no_grad (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6390158Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6390380Z test_normalize (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6390628Z test_orthogonal_errors (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6392199Z 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-01T10:51:11.6392411Z warnings.warn(msg, FutureWarning) 2022-12-01T10:51:11.6392543Z ok (0.162s) 2022-12-01T10:51:11.6392838Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6393157Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6393397Z test_pad_scalar_error (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6393622Z test_padding_list (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6393871Z test_pairwise_distance (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6394125Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6394401Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6394710Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6394976Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6395222Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6395488Z test_parametrization_same_training_mode (__main__.TestNN) 2022-12-01T10:51:11.6395804Z Test training mode updated on parametrization registration ... ok (0.001s) 2022-12-01T10:51:11.6396022Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6396332Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6396542Z test_pdist (__main__.TestNN) ... ok (0.015s) 2022-12-01T10:51:11.6396870Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.007s) 2022-12-01T10:51:11.6397187Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T10:51:11.6397426Z test_pdist_empty_col (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6397673Z test_pdist_empty_row (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6397895Z test_pdist_large (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6398082Z test_pdist_zeros (__main__.TestNN) 2022-12-01T10:51:11.6398334Z Test that grad is still valid when dist is 0 ... ok (0.012s) 2022-12-01T10:51:11.6398589Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6398843Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.427s) 2022-12-01T10:51:11.6399558Z test_pointwise_loss_broadcast (__main__.TestNN) ... test_nn.py:9215: 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-01T10:51:11.6399924Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6400557Z test_nn.py:9215: 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-01T10:51:11.6400971Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6401595Z test_nn.py:9215: 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-01T10:51:11.6401957Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6402582Z test_nn.py:9215: 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-01T10:51:11.6402946Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6403610Z test_nn.py:9215: 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-01T10:51:11.6403975Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6404599Z test_nn.py:9215: 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-01T10:51:11.6404938Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6405555Z test_nn.py:9215: 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-01T10:51:11.6405912Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-12-01T10:51:11.6406528Z test_nn.py:9216: 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-01T10:51:11.6406881Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6407498Z test_nn.py:9216: 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-01T10:51:11.6407848Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6408459Z test_nn.py:9216: 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-01T10:51:11.6408813Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6409432Z test_nn.py:9216: 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-01T10:51:11.6409781Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6410376Z test_nn.py:9216: 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-01T10:51:11.6410730Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6411345Z test_nn.py:9216: 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-01T10:51:11.6411701Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6412369Z test_nn.py:9216: 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-01T10:51:11.6412722Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6413340Z test_nn.py:9217: 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-01T10:51:11.6413751Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6414401Z test_nn.py:9217: 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-01T10:51:11.6414926Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6415542Z test_nn.py:9217: 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-01T10:51:11.6415927Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6416534Z test_nn.py:9217: 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-01T10:51:11.6416943Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6417563Z test_nn.py:9217: 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-01T10:51:11.6417969Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6418581Z test_nn.py:9217: 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-01T10:51:11.6418990Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6419603Z test_nn.py:9217: 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-01T10:51:11.6420000Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-12-01T10:51:11.6420610Z test_nn.py:9218: 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-01T10:51:11.6421000Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6421591Z test_nn.py:9218: 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-01T10:51:11.6421970Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6422579Z test_nn.py:9218: 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-01T10:51:11.6422950Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6423565Z test_nn.py:9218: 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-01T10:51:11.6424040Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6424656Z test_nn.py:9218: 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-01T10:51:11.6425032Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6425642Z test_nn.py:9218: 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-01T10:51:11.6426079Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6426761Z test_nn.py:9218: 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-01T10:51:11.6427151Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-12-01T10:51:11.6427273Z ok (0.035s) 2022-12-01T10:51:11.6427583Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6427868Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6428159Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6428429Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6428965Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:51:11.6429275Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6429474Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6429737Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6430036Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6430284Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6430548Z test_pruning_container_compute_mask (__main__.TestNN) 2022-12-01T10:51:11.6430848Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.003s) 2022-12-01T10:51:11.6431074Z test_pruning_id_consistency (__main__.TestNN) 2022-12-01T10:51:11.6431531Z Test that pruning doesn't change the id of the parameters, which ... ok (0.001s) 2022-12-01T10:51:11.6431722Z test_pruning_rollback (__main__.TestNN) 2022-12-01T10:51:11.6432026Z Test that if something fails when the we try to compute the mask, ... ok (0.002s) 2022-12-01T10:51:11.6432309Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6432602Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6432842Z test_random_pruning (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6433056Z test_random_pruning_0perc (__main__.TestNN) 2022-12-01T10:51:11.6433345Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-12-01T10:51:11.6433573Z test_random_pruning_forward (__main__.TestNN) 2022-12-01T10:51:11.6433781Z check forward with mask (by hand). ... ok (0.002s) 2022-12-01T10:51:11.6434010Z test_random_pruning_new_weight (__main__.TestNN) 2022-12-01T10:51:11.6434300Z Test that module.name now contains a pruned version of ... ok (0.003s) 2022-12-01T10:51:11.6434518Z test_random_pruning_orig (__main__.TestNN) 2022-12-01T10:51:11.6434949Z Test that original tensor is correctly stored in 'orig' ... ok (0.002s) 2022-12-01T10:51:11.6435204Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6435425Z test_random_pruning_sizes (__main__.TestNN) 2022-12-01T10:51:11.6435767Z Test that the new parameters and buffers created by the pruning ... ok (0.003s) 2022-12-01T10:51:11.6436050Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6436335Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6436670Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-12-01T10:51:11.6436956Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6437244Z Test that it is possible to nest the parametrizations ... ok (0.003s) 2022-12-01T10:51:11.6437508Z test_register_and_remove_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6437798Z Test that it is possible to add a few parametrizations ... ok (0.020s) 2022-12-01T10:51:11.6438101Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6438445Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6438780Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6439082Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6439423Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6439739Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6440076Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6440324Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6440508Z test_remove_pruning (__main__.TestNN) 2022-12-01T10:51:11.6440818Z `prune.remove` removes the hook and the reparametrization ... ok (0.003s) 2022-12-01T10:51:11.6441053Z test_remove_pruning_exception (__main__.TestNN) 2022-12-01T10:51:11.6441355Z Removing from an unpruned tensor throws an assertion error ... ok (0.001s) 2022-12-01T10:51:11.6441580Z test_remove_pruning_forward (__main__.TestNN) 2022-12-01T10:51:11.6441890Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-12-01T10:51:11.6442093Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6442323Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6442533Z test_rnn_args_check (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6443006Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:51:11.6443256Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.014s) 2022-12-01T10:51:11.6443481Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6443713Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6443964Z test_serialization_parametrization (__main__.TestNN) 2022-12-01T10:51:11.6444306Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.006s) 2022-12-01T10:51:11.6444519Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6444789Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6445094Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6445318Z test_softmax_cpu (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6445573Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6445916Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6446173Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6446512Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6446752Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6447100Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6447379Z test_softmax_lastdim (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6447694Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6447947Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6448281Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6448515Z test_softmax_spatial (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6448835Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6449071Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.007s) 2022-12-01T10:51:11.6449399Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6449655Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6450070Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T10:51:11.6450287Z test_softmin (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6450516Z test_spectral_norm (__main__.TestNN) ... ok (0.028s) 2022-12-01T10:51:11.6450756Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6451005Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6451256Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6451509Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6451728Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6452058Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6452394Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T10:51:11.6452735Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T10:51:11.6452984Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6453214Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6453396Z test_to (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6453665Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6453936Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T10:51:11.6454302Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-12-01T10:51:11.6454734Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6455043Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-12-01T10:51:11.6455407Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.002s) 2022-12-01T10:51:11.6455716Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-12-01T10:51:11.6456066Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-12-01T10:51:11.6456317Z test_transformer_args_check (__main__.TestNN) ... ok (0.172s) 2022-12-01T10:51:11.6456585Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.010s) 2022-12-01T10:51:11.6456844Z test_transformerdecoder (__main__.TestNN) ... ok (0.107s) 2022-12-01T10:51:11.6457125Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.032s) 2022-12-01T10:51:11.6457410Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.029s) 2022-12-01T10:51:11.6457660Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6457929Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.008s) 2022-12-01T10:51:11.6458181Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6458438Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.005s) 2022-12-01T10:51:11.6458801Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6459008Z test_type (__main__.TestNN) ... ok (0.004s) 2022-12-01T10:51:11.6459263Z test_type_before_parametrizations (__main__.TestNN) 2022-12-01T10:51:11.6459603Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-12-01T10:51:11.6461124Z 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-01T10:51:11.6461376Z return super(Tensor, self).refine_names(names) 2022-12-01T10:51:11.6461499Z ok (0.002s) 2022-12-01T10:51:11.6461751Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6462062Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.012s) 2022-12-01T10:51:11.6462342Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-12-01T10:51:11.6462650Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-12-01T10:51:11.6462972Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6463233Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.017s) 2022-12-01T10:51:11.6463545Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6463802Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.041s) 2022-12-01T10:51:11.6464127Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6464374Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.018s) 2022-12-01T10:51:11.6464676Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.011s) 2022-12-01T10:51:11.6464937Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6465176Z test_validate_pruning_amount (__main__.TestNN) 2022-12-01T10:51:11.6465469Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-12-01T10:51:11.6465708Z test_validate_pruning_amount_init (__main__.TestNN) 2022-12-01T10:51:11.6466056Z Test the first util function that validates the pruning ... ok (0.001s) 2022-12-01T10:51:11.6466317Z test_vector_to_parameters (__main__.TestNN) ... ok (0.001s) 2022-12-01T10:51:11.6466552Z test_weight_norm (__main__.TestNN) ... ok (0.006s) 2022-12-01T10:51:11.6466802Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-12-01T10:51:11.6467022Z test_zero_grad (__main__.TestNN) ... ok (0.003s) 2022-12-01T10:51:11.6467326Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6467626Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6467960Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6468276Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6468671Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6469061Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6469455Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6469837Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6470229Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6470625Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6471047Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.247s) 2022-12-01T10:51:11.6471395Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.113s) 2022-12-01T10:51:11.6471776Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6472180Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6472572Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6472972Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6473367Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6473800Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6474204Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6474600Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6474979Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6475341Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6475720Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6476046Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:51:11.6476395Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6476793Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6477188Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6477575Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6478001Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6478414Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6478780Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6479162Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6479493Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6479795Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6480099Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6480402Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.127s) 2022-12-01T10:51:11.6480774Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6481093Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6481418Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6481718Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6482057Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6482414Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.053s) 2022-12-01T10:51:11.6482721Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.596s) 2022-12-01T10:51:11.6483050Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6483377Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:51:11.6483700Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:51:11.6484083Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6484437Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6484786Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6485179Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6485517Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.184s) 2022-12-01T10:51:11.6485850Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.951s) 2022-12-01T10:51:11.6486178Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.190s) 2022-12-01T10:51:11.6486528Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6486872Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6487215Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.119s) 2022-12-01T10:51:11.6487551Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.499s) 2022-12-01T10:51:11.6487908Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-12-01T10:51:11.6488240Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.388s) 2022-12-01T10:51:11.6488548Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.108s) 2022-12-01T10:51:11.6488842Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:51:11.6489208Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6489536Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-12-01T10:51:11.6489816Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6490120Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6490419Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6490741Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.324s) 2022-12-01T10:51:11.6491058Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (6.635s) 2022-12-01T10:51:11.6491383Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6491777Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6492165Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6492482Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6492842Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6493215Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6493511Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:51:11.6493883Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6494260Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6494702Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6495112Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6495514Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6495829Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6496156Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.106s) 2022-12-01T10:51:11.6496529Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6496977Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6497344Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6497697Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6498032Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:51:11.6498362Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:51:11.6498724Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6499060Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6499397Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6499726Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6500078Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6500420Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6500768Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6501112Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6501426Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:51:11.6501782Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6502112Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6502447Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6502776Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6503140Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6503490Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6503827Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6504150Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6504490Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6504807Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6505154Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6505486Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6505855Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.178s) 2022-12-01T10:51:11.6506340Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6506672Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6507003Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6507364Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:51:11.6507719Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6508056Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6508380Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6508770Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6509122Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6509464Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6509803Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6510115Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6510612Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6511099Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6511561Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6512049Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6512537Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6513014Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6513496Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6513969Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6514454Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6514938Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6515420Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6515893Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6516366Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6516829Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6517311Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6517836Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6518334Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6518844Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6519329Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6519851Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6520357Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6520844Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6521323Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6521802Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6522278Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6522726Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6523195Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6523656Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6524116Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6524581Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6525048Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6525505Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6526007Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6526493Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6526984Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6527468Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6527940Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6528516Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6529010Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6529487Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6529944Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6530401Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6530916Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6531369Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6531822Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6532277Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6532725Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6533157Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6533651Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6534143Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6534726Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6535219Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6535710Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6536204Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6536696Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6537190Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6537650Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6538107Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6538553Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6539022Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6539561Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6540014Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6540464Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6540920Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6541354Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6541892Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6542350Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6542791Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6543222Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6543643Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6544062Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6544490Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6544935Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6545370Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6545803Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6546310Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6546743Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6547173Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6547599Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6548010Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6548445Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6548877Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6549296Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6549725Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6550155Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:51:11.6550578Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6551062Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:51:11.6551494Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6551959Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6552397Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6552853Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6553346Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6553803Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6554245Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6554695Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6555139Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6555591Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6556042Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6556496Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6556943Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6557370Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6557814Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6558253Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6558696Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6559147Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6559598Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6560036Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6560476Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6560920Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6561360Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6561834Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6562273Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6562714Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6563150Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6563572Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6564000Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6564476Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6564963Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6565387Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6565817Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6566242Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6566663Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6567103Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6567539Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6567972Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6568401Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6568827Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6569250Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6569694Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6570133Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6570561Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6570971Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6571403Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6571834Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6572265Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6572705Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6573226Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6573705Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6574169Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6574704Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6575176Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6575694Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6576170Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6576626Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6577132Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6577628Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6578153Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6578649Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6579140Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6579629Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6580120Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6580613Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6581082Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6581536Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6582001Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6582457Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6582923Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6583380Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6583850Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6584371Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6584869Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6585358Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6585849Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6586463Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6586936Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6587428Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6587907Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6588383Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6588854Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6589312Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6589778Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6590236Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6590697Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6591158Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6591607Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6592052Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6592542Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6593029Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6593515Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6593998Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6594489Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6594950Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6595478Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6595980Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6596469Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6596964Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6597497Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6597966Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6598466Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6598952Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6599445Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6599930Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6600423Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6600916Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6601402Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6601891Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6602375Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6602866Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6603339Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6603822Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6604317Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6604809Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6605298Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6605785Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6606319Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6606799Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6607296Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6607776Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6608291Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6608747Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6609165Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6609604Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6610045Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:51:11.6610489Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6610924Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6611363Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6611790Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6612210Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6612629Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6613043Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6613440Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6613855Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6614270Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6614777Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6615268Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6615755Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-12-01T10:51:11.6616232Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6616709Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-12-01T10:51:11.6617269Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6617742Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6618205Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6618681Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-12-01T10:51:11.6619121Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6619624Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6620069Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6620523Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6620972Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:51:11.6621409Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6621852Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:51:11.6622290Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6622715Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:51:11.6623120Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6623532Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:51:11.6623942Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6624350Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6624771Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6625189Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6625599Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6626162Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6626643Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6627123Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6627583Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6628061Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6628572Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-12-01T10:51:11.6629055Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6629534Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6629991Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:51:11.6630435Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:51:11.6630913Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6631358Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6631798Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:51:11.6632232Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:51:11.6632647Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6633087Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6633514Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:51:11.6633939Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6634357Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:51:11.6634768Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6635184Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:51:11.6635585Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6636002Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6636415Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6636886Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6637364Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6637849Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6638329Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-12-01T10:51:11.6638802Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6639275Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6639808Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T10:51:11.6640278Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.018s) 2022-12-01T10:51:11.6640723Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6641173Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6641617Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6642087Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6642545Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6642987Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6643423Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6643875Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:51:11.6644331Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6644787Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6645244Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6645685Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6646140Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6646565Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:51:11.6647003Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6647444Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6647898Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6648340Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6660443Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6660979Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6661438Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6661896Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6662524Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6662972Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6663425Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6663894Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6664360Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6664884Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6665360Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6665826Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6666351Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6666815Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6667277Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6667751Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6668215Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6668651Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6669113Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6669562Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6670017Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6670480Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6670951Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6671412Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6671875Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6672330Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6672789Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6673230Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6673732Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6674188Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6674644Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6675091Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6675542Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6676028Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6676494Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6676935Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6677383Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6677825Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6678266Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6678720Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6679173Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6679613Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6680066Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6680508Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6680955Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6681400Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6681855Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6682305Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6682750Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6683177Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6683634Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6684081Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6684580Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6685026Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6685459Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6685890Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6686314Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6686730Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6687209Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6687624Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6688053Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6688476Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6688942Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6689402Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6689870Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6690328Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6690780Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6691234Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6691688Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6692140Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6692539Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6692954Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6693370Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6693781Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6694188Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6694700Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6695118Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6695536Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6696057Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6696495Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:51:11.6696912Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6697345Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6697774Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6698298Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6698740Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6699175Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6699605Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6700035Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6700456Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6700883Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6701302Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:51:11.6701723Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6702157Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6702580Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6703049Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6703504Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6703966Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:51:11.6704433Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6704892Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6705359Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6705796Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6706367Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6706785Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6707254Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6707669Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6708082Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6708499Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6708917Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6709325Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6709778Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:51:11.6710219Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6710664Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:51:11.6711093Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6711532Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6711972Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6712418Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6712854Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:51:11.6713288Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:51:11.6713709Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:51:11.6714131Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:51:11.6714558Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:51:11.6714957Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:51:11.6715376Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:51:11.6715782Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:51:11.6716196Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6716610Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:51:11.6717079Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:51:11.6717559Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T10:51:11.6718023Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6718548Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6719018Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6719469Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6719924Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6720424Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T10:51:11.6720863Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:51:11.6721291Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:51:11.6721718Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:51:11.6722145Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:51:11.6722583Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:51:11.6723012Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:51:11.6723435Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6723850Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6724177Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.151s) 2022-12-01T10:51:11.6724566Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6724929Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6725288Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6725656Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6726016Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6726374Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6726756Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6727117Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6727501Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6727832Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:51:11.6728159Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:51:11.6728486Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:51:11.6728888Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6730045Z 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-01T10:51:11.6730466Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-12-01T10:51:11.6730612Z ok (0.025s) 2022-12-01T10:51:11.6730923Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:51:11.6731267Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6731605Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6731961Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6732303Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:51:11.6732664Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6732984Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-12-01T10:51:11.6733296Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-12-01T10:51:11.6733717Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6734122Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.061s) 2022-12-01T10:51:11.6734574Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6734971Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6735390Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:51:11.6735746Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:51:11.6736140Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:51:11.6736501Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6736922Z test_cross_entropy_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6737352Z test_cross_entropy_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6737752Z test_cross_entropy_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6738122Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:51:11.6738469Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:51:11.6738849Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:51:11.6739291Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6739738Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6740173Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6740603Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6741032Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6741474Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6741907Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:51:11.6742188Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.311s) 2022-12-01T10:51:11.6742536Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6742939Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6743335Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6743725Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6744161Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6744500Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6744792Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:51:11.6745121Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:51:11.6745387Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:51:11.6745670Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6746093Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6746434Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.853s) 2022-12-01T10:51:11.6746851Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.081s) 2022-12-01T10:51:11.6747190Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (5.131s) 2022-12-01T10:51:11.6747603Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.072s) 2022-12-01T10:51:11.6747906Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6748220Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6748556Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6748859Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6749173Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6749483Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:51:11.6749796Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6750107Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6750397Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6750691Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6751015Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6751445Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6751855Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6752172Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:51:11.6752550Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6752918Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6753295Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6753615Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:51:11.6753957Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6754244Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6754557Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6754853Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6755269Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6755646Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6755999Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.487s) 2022-12-01T10:51:11.6756323Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.423s) 2022-12-01T10:51:11.6756628Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.060s) 2022-12-01T10:51:11.6757015Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6757335Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6757645Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6757955Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6758270Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6758692Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6759108Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6759508Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6759895Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6760283Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6760670Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6761099Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6761464Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6761821Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6762181Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6762495Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6762811Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6763152Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6763495Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6763833Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6764161Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:51:11.6764490Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6764957Z test_nll_loss_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6765352Z test_nll_loss_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6765741Z test_nll_loss_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6766052Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6766389Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6766715Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6766997Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6767330Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6767650Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:51:11.6768033Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6768406Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6768765Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6769791Z 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-01T10:51:11.6770122Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T10:51:11.6770864Z /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:51:11.6771224Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:51:11.6771366Z ok (0.002s) 2022-12-01T10:51:11.6771650Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:51:11.6772085Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6772380Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6772646Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:51:11.6773027Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6773374Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6773723Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:51:11.6774058Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:51:11.6774375Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6774792Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6775071Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6775362Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:51:11.6775676Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:51:11.6776051Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6776347Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:51:11.6776707Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6777130Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6777446Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.452s) 2022-12-01T10:51:11.6777766Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6778076Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6778341Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6778669Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:51:11.6778969Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:51:11.6779286Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6781227Z 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-01T10:51:11.6781583Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:51:11.6782613Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:985: 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:51:11.6782959Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-12-01T10:51:11.6783099Z ok (0.002s) 2022-12-01T10:51:11.6783467Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:51:11.6783843Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:51:11.6784206Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:51:11.6784550Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.413s) 2022-12-01T10:51:11.6784944Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.111s) 2022-12-01T10:51:11.6785388Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6785840Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6786320Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6786736Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6787155Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6787543Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:51:11.6787896Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6788345Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6788806Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:51:11.6789216Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:51:11.6789638Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:51:11.6790104Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:51:11.6790518Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:51:11.6790868Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6791173Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:51:11.6791581Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6791934Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:51:11.6792255Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:51:11.6792694Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6793106Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6793502Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6793861Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.096s) 2022-12-01T10:51:11.6794186Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:51:11.6794575Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:51:11.6794957Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6795326Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:51:11.6795708Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:51:11.6796092Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.096s) 2022-12-01T10:51:11.6796423Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.480s) 2022-12-01T10:51:11.6796819Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6797214Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:51:11.6797487Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6797799Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6798062Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6798340Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6798688Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6798915Z test_constant (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6799156Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:51:11.6799412Z test_dirac_identity (__main__.TestNNInit) ... ok (0.006s) 2022-12-01T10:51:11.6799678Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6799937Z test_dirac_properties (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:51:11.6800148Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6800464Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6800705Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.215s) 2022-12-01T10:51:11.6801032Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6801355Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:51:11.6801648Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.207s) 2022-12-01T10:51:11.6801954Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6802261Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T10:51:11.6802477Z test_normal (__main__.TestNNInit) ... ok (0.967s) 2022-12-01T10:51:11.6802718Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.002s) 2022-12-01T10:51:11.6802950Z test_orthogonal (__main__.TestNNInit) ... ok (0.004s) 2022-12-01T10:51:11.6803205Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.005s) 2022-12-01T10:51:11.6803487Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6803725Z test_trunc_normal (__main__.TestNNInit) ... ok (106.053s) 2022-12-01T10:51:11.6803972Z test_uniform (__main__.TestNNInit) ... ok (0.818s) 2022-12-01T10:51:11.6804217Z test_xavier_normal (__main__.TestNNInit) ... ok (0.407s) 2022-12-01T10:51:11.6804546Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6804786Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.074s) 2022-12-01T10:51:11.6805111Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T10:51:11.6805434Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-12-01T10:51:11.6805741Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T10:51:11.6806117Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T10:51:11.6806401Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-12-01T10:51:11.6806693Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-12-01T10:51:11.6806966Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-12-01T10:51:11.6806989Z 2022-12-01T10:51:11.6807423Z ---------------------------------------------------------------------- 2022-12-01T10:51:11.6807589Z Ran 3018 tests in 209.529s 2022-12-01T10:51:11.6807600Z 2022-12-01T10:51:11.6807808Z OK (skipped=1353, expected failures=27) 2022-12-01T10:51:11.6807819Z 2022-12-01T10:51:11.6807996Z Generating XML reports... 2022-12-01T10:51:11.6808562Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201104741.xml 2022-12-01T10:51:11.6809176Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201104741.xml 2022-12-01T10:51:11.6809790Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201104741.xml 2022-12-01T10:51:11.6810376Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201104741.xml 2022-12-01T10:51:11.6810976Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201104741.xml 2022-12-01T10:51:11.6811617Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201104741.xml 2022-12-01T10:51:11.6812145Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20221201104741.xml 2022-12-01T10:51:11.6812760Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201104741.xml 2022-12-01T10:51:11.6813311Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201104741.xml 2022-12-01T10:51:11.6813916Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201104741.xml 2022-12-01T10:51:11.6813926Z 2022-12-01T10:51:11.6814656Z ##[endgroup] 2022-12-01T10:51:11.6815221Z FINISHED PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_y8rhq2wy) 2022-12-01T10:51:11.6815231Z 2022-12-01T10:51:11.6815587Z Running test_tensorexpr ... [2022-12-01 10:51:11.578493] 2022-12-01T10:51:11.6816334Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:51:11.578825] 2022-12-01T10:51:56.6577696Z 2022-12-01T10:51:56.6578136Z Expand the folded group to see the log file of test_tensorexpr 2022-12-01T10:51:56.6578845Z ##[group]PRINTING LOG FILE of test_tensorexpr (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_zqn1tbl7) 2022-12-01T10:51:56.6581417Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-12-01T10:51:56.6581750Z 2022-12-01T10:51:56.6581871Z Running tests... 2022-12-01T10:51:56.6582384Z ---------------------------------------------------------------------- 2022-12-01T10:51:56.6582924Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.274s) 2022-12-01T10:51:56.6583379Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:51:56.6583945Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-12-01T10:51:56.6584477Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-12-01T10:51:56.6584787Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.128s) 2022-12-01T10:51:56.6585383Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:51:56.6585883Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T10:51:56.6586409Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (1.501s) 2022-12-01T10:51:56.6586841Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.166s) 2022-12-01T10:51:56.6587130Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-12-01T10:51:56.6587410Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.148s) 2022-12-01T10:51:56.6587679Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-12-01T10:51:56.6587967Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-12-01T10:51:56.6588252Z test_cat (__main__.TestTensorExprFuser) ... ok (3.246s) 2022-12-01T10:51:56.6588530Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.116s) 2022-12-01T10:51:56.6588815Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-12-01T10:51:56.6589156Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-12-01T10:51:56.6589496Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.131s) 2022-12-01T10:51:56.6589780Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-12-01T10:51:56.6590063Z test_char (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:51:56.6590328Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.205s) 2022-12-01T10:51:56.6590597Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-12-01T10:51:56.6614901Z test_constant (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:51:56.6615440Z test_double (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-12-01T10:51:56.6616002Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-12-01T10:51:56.6616484Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-12-01T10:51:56.6617083Z test_easy (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:51:56.6617554Z test_eq (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:51:56.6617829Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-12-01T10:51:56.6618093Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-12-01T10:51:56.6618355Z test_ge (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:51:56.6618609Z test_gt (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:51:56.6618903Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:51:56.6619189Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-12-01T10:51:56.6619474Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-12-01T10:51:56.6619903Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:51:56.6620174Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:51:56.6620445Z test_le (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-12-01T10:51:56.6620707Z test_loop (__main__.TestTensorExprFuser) ... ok (0.078s) 2022-12-01T10:51:56.6620971Z test_lt (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:51:56.6622721Z test_mask (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T10:51:56.6623129Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-12-01T10:51:56.6623571Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T10:51:56.6624017Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-12-01T10:51:56.6624556Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-12-01T10:51:56.6625089Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-12-01T10:51:56.6625385Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.053s) 2022-12-01T10:51:56.6625668Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-12-01T10:51:56.6626024Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.181s) 2022-12-01T10:51:56.6626301Z test_nans (__main__.TestTensorExprFuser) ... ok (0.103s) 2022-12-01T10:51:56.6626564Z test_ne (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-12-01T10:51:56.6626821Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-12-01T10:51:56.6627114Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (30.501s) 2022-12-01T10:51:56.6627403Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-12-01T10:51:56.6627662Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-12-01T10:51:56.6627970Z test_relu (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-12-01T10:51:56.6628239Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.264s) 2022-12-01T10:51:56.6628514Z test_reps (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-12-01T10:51:56.6628765Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.127s) 2022-12-01T10:51:56.6629029Z test_short (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-12-01T10:51:56.6629297Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-12-01T10:51:56.6629557Z test_slice (__main__.TestTensorExprFuser) ... ok (0.074s) 2022-12-01T10:51:56.6629828Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.109s) 2022-12-01T10:51:56.6630111Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.663s) 2022-12-01T10:51:56.6630402Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:51:56.6630720Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.113s) 2022-12-01T10:51:56.6631015Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-12-01T10:51:56.6631297Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-12-01T10:51:56.6631560Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.163s) 2022-12-01T10:51:56.6631830Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (3.268s) 2022-12-01T10:51:56.6632097Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-12-01T10:51:56.6632352Z test_where (__main__.TestTensorExprFuser) ... ok (0.164s) 2022-12-01T10:51:56.6632499Z 2022-12-01T10:51:56.6632762Z ---------------------------------------------------------------------- 2022-12-01T10:51:56.6633000Z Ran 72 tests in 43.571s 2022-12-01T10:51:56.6633114Z 2022-12-01T10:51:56.6635899Z OK (skipped=4) 2022-12-01T10:51:56.6636091Z 2022-12-01T10:51:56.6636269Z Generating XML reports... 2022-12-01T10:51:56.6636972Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221201105112.xml 2022-12-01T10:51:56.6637219Z 2022-12-01T10:51:56.6637574Z ##[endgroup] 2022-12-01T10:51:56.6637958Z FINISHED PRINTING LOG FILE of test_tensorexpr (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_zqn1tbl7) 2022-12-01T10:51:56.6638263Z 2022-12-01T10:51:56.6638432Z Running nn/test_pooling ... [2022-12-01 10:51:56.658201] 2022-12-01T10:51:56.6638901Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:51:56.658615] 2022-12-01T10:52:23.2215120Z 2022-12-01T10:52:23.2215842Z Expand the folded group to see the log file of nn/test_pooling 2022-12-01T10:52:23.2216589Z ##[group]PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_03o0ydd4) 2022-12-01T10:52:23.2217175Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-12-01T10:52:23.2217419Z 2022-12-01T10:52:23.2217531Z Running tests... 2022-12-01T10:52:23.2217888Z ---------------------------------------------------------------------- 2022-12-01T10:52:23.2218392Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-12-01T10:52:23.2218721Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-12-01T10:52:23.2218983Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-12-01T10:52:23.2219312Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.007s) 2022-12-01T10:52:23.2219618Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.005s) 2022-12-01T10:52:23.2219976Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.047s) 2022-12-01T10:52:23.2220299Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.141s) 2022-12-01T10:52:23.2220603Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.007s) 2022-12-01T10:52:23.2220945Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.003s) 2022-12-01T10:52:23.2221285Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:52:23.2221721Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:52:23.2222086Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:52:23.2222443Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.006s) 2022-12-01T10:52:23.2222728Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-12-01T10:52:23.2223061Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:52:23.2223369Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.006s) 2022-12-01T10:52:23.2223634Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.179s) 2022-12-01T10:52:23.2223947Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.002s) 2022-12-01T10:52:23.2224286Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:23.2224717Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:23.2225084Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:23.2225502Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:52:23.2225935Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:23.2226360Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:23.2226759Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:23.2227181Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:23.2227573Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:23.2227962Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:23.2228473Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:23.2228823Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:23.2229217Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:23.2229544Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:23.2230020Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2230503Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2231069Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2231578Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2232055Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2232578Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2233100Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2233558Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2234078Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2234594Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:52:23.2235000Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:23.2235380Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:23.2235764Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:23.2236122Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:23.2236535Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:23.2237001Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:23.2237364Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:23.2237737Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:52:23.2238111Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:23.2238471Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:23.2238848Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:23.2239267Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:23.2239635Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:23.2240040Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:23.2240390Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:23.2240729Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.293s) 2022-12-01T10:52:23.2241061Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.242s) 2022-12-01T10:52:23.2241404Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.102s) 2022-12-01T10:52:23.2241746Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.624s) 2022-12-01T10:52:23.2242084Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:23.2242470Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:23.2242874Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:23.2243215Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.241s) 2022-12-01T10:52:23.2243533Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.728s) 2022-12-01T10:52:23.2243862Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:23.2244209Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:23.2244576Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:23.2244925Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.429s) 2022-12-01T10:52:23.2245264Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.167s) 2022-12-01T10:52:23.2245631Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:52:23.2245999Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:52:23.2246375Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:52:23.2246731Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:23.2247079Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.516s) 2022-12-01T10:52:23.2247421Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:52:23.2247760Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.003s) 2022-12-01T10:52:23.2248114Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:23.2248504Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:23.2248861Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:23.2249205Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.949s) 2022-12-01T10:52:23.2249559Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:23.2249958Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:23.2250309Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:23.2250659Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:23.2251190Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-12-01T10:52:23.2251750Z Test the output shape calculation for pooling functions ... ok (0.004s) 2022-12-01T10:52:23.2252172Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:52:23.2252510Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T10:52:23.2252697Z 2022-12-01T10:52:23.2252935Z ---------------------------------------------------------------------- 2022-12-01T10:52:23.2253177Z Ran 88 tests in 25.110s 2022-12-01T10:52:23.2253290Z 2022-12-01T10:52:23.2253363Z OK (skipped=23) 2022-12-01T10:52:23.2253472Z 2022-12-01T10:52:23.2253557Z Generating XML reports... 2022-12-01T10:52:23.2253950Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201105157.xml 2022-12-01T10:52:23.2254453Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201105157.xml 2022-12-01T10:52:23.2255255Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201105157.xml 2022-12-01T10:52:23.2255639Z 2022-12-01T10:52:23.2255927Z ##[endgroup] 2022-12-01T10:52:23.2256312Z FINISHED PRINTING LOG FILE of nn/test_pooling (/var/lib/jenkins/workspace/test/test-reports/nn-test_pooling_03o0ydd4) 2022-12-01T10:52:23.2256524Z 2022-12-01T10:52:23.2256680Z Running test_torch ... [2022-12-01 10:52:23.220284] 2022-12-01T10:52:23.2257135Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:23.220603] 2022-12-01T10:52:37.1304059Z 2022-12-01T10:52:37.1304840Z Expand the folded group to see the log file of test_torch 2022-12-01T10:52:37.1305859Z ##[group]PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_abekie3k) 2022-12-01T10:52:37.1306609Z Test results will be stored in test-reports/python-unittest/test_torch 2022-12-01T10:52:37.1306860Z 2022-12-01T10:52:37.1306968Z Running tests... 2022-12-01T10:52:37.1340341Z ---------------------------------------------------------------------- 2022-12-01T10:52:37.1340888Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T10:52:37.1341464Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T10:52:37.1341814Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T10:52:37.1342087Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1342333Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1342599Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1342838Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1343062Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1343316Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1343769Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1344255Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1344692Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1345082Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1345457Z test_assert_async (__main__.TestTorch) ... ok (0.016s) 2022-12-01T10:52:37.1345883Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.053s) 2022-12-01T10:52:37.1346166Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1346894Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1347557Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1348424Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1349101Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1350311Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1351109Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1351741Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1352384Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1353009Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1353650Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1354258Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1354813Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1355436Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1356054Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1356680Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1357272Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1357893Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1358532Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1359141Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1359812Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1360438Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1361014Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1361646Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1362232Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1362841Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1363435Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1364127Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1364722Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:52:37.1364901Z ok (0.611s) 2022-12-01T10:52:37.1365105Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1365409Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-12-01T10:52:37.1365697Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1365931Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T10:52:37.1366183Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1366566Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1366974Z test_copy_broadcast (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1367372Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1367823Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1368877Z test_copy_transpose (__main__.TestTorch) ... test_torch.py:7525: 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:52:37.1369590Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-12-01T10:52:37.1369914Z ok (0.003s) 2022-12-01T10:52:37.1370248Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1370658Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1371043Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1371450Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1371868Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1372332Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1372831Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:52:37.1373304Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:52:37.1373738Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:52:37.1374121Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:52:37.1374667Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T10:52:37.1375110Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:52:37.1375494Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:52:37.1376622Z [W python_variable.cpp:327] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-12-01T10:52:37.1377420Z ok (0.003s) 2022-12-01T10:52:37.1377821Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1378234Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1378647Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1378925Z test_device (__main__.TestTorch) ... ok (0.022s) 2022-12-01T10:52:37.1379207Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1379463Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1379688Z test_doc_template (__main__.TestTorch) 2022-12-01T10:52:37.1380014Z Test that all public API doc strings use the same standard template for ... ok (0.019s) 2022-12-01T10:52:37.1380289Z test_dot_data_use (__main__.TestTorch) ... ok (0.012s) 2022-12-01T10:52:37.1380541Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1380790Z test_element_size (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1381023Z test_empty_meta (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:52:37.1381279Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1381524Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1381769Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:52:37.1382034Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1382285Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1382536Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1382763Z test_from_file (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1383005Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1383255Z test_generator_cpu (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1383503Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1383759Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1384461Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T10:52:37.1384946Z 2022-12-01T10:52:37.1385349Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T10:52:37.1386160Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T10:52:37.1386699Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T10:52:37.1387024Z warnings.warn(msg, FutureWarning) 2022-12-01T10:52:37.1387218Z ok (0.017s) 2022-12-01T10:52:37.1387485Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:52:37.1387756Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1388016Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1388262Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1388522Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1388791Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1389052Z test_is_nonzero (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1389753Z test_is_same_size (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:52:37.1390293Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:52:37.1390535Z ok (0.007s) 2022-12-01T10:52:37.1390734Z test_iter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1390967Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1391253Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1391508Z test_manual_seed (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1391730Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1391957Z test_map2 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1392190Z test_max_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1392431Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1392666Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1392915Z test_memory_format (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1393229Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1393530Z test_memory_format_empty (__main__.TestTorch) ... ok (0.009s) 2022-12-01T10:52:37.1393779Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1394020Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1394338Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1394670Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1394923Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1395159Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1395375Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:52:37.1395626Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1395887Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-12-01T10:52:37.1396119Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1396406Z test_normal_shape (__main__.TestTorch) ... ok (0.029s) 2022-12-01T10:52:37.1396643Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1396872Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1397126Z test_parsing_double (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1397374Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1397622Z test_parsing_intlist (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1397854Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1398087Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1398333Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1398573Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1398831Z test_pickle_parameter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1399140Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1399403Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1399649Z test_pin_memory (__main__.TestTorch) ... ok (0.006s) 2022-12-01T10:52:37.1399884Z test_print (__main__.TestTorch) ... ok (0.037s) 2022-12-01T10:52:37.1400122Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1400363Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1400634Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (0.798s) 2022-12-01T10:52:37.1400894Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1401126Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1401385Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1401637Z test_reversed (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1401871Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1402124Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1402425Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-12-01T10:52:37.1402735Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1402986Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1403230Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1403466Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1403689Z test_slice (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1403995Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1404312Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1405752Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.025s) 2022-12-01T10:52:37.1406239Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1406877Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1407520Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1408219Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1408817Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1409389Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1410001Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1410511Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1411012Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1411313Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1411608Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1412157Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1412587Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1413018Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1413506Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1413926Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1414323Z test_split_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1414843Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1415221Z test_std_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1415624Z test_storage_casts (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:52:37.1416046Z test_storage_error (__main__.TestTorch) ... ok (0.028s) 2022-12-01T10:52:37.1416593Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1417032Z test_structseq_repr (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1417477Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1417902Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1418314Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1418721Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.008s) 2022-12-01T10:52:37.1419137Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1419823Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1420284Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1420715Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.110s) 2022-12-01T10:52:37.1421181Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.059s) 2022-12-01T10:52:37.1421664Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1422166Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1422637Z test_tensor_set (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1423073Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.005s) 2022-12-01T10:52:37.1423566Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1424019Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1424528Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.100s) 2022-12-01T10:52:37.1424939Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1425176Z test_to_with_tensor (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1425411Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1425661Z test_torch_from_file (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1426002Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T10:52:37.1426234Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1426475Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1426758Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1427073Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1427305Z test_unflatten (__main__.TestTorch) ... ok (0.022s) 2022-12-01T10:52:37.1427551Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1427802Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T10:52:37.1428058Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.011s) 2022-12-01T10:52:37.1428330Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.017s) 2022-12-01T10:52:37.1428588Z test_var_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T10:52:37.1428826Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-12-01T10:52:37.1429120Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1429542Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1429860Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1430255Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1430568Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1430873Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1431161Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1431460Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1431765Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1432073Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1432420Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1432736Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1433046Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1433335Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1433637Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1433933Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1434231Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1434518Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1435155Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1435591Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1436055Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1436433Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:52:37.1436756Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1437077Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1437380Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1437693Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1438009Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1438332Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1438641Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1438951Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1439267Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1439570Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1439883Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1440200Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:52:37.1440522Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1440832Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1441148Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:52:37.1441472Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:52:37.1441820Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1442134Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1442443Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1442757Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1443056Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1443370Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1443684Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1443984Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1444319Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1444635Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1444947Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1445242Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1445552Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1445873Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1446194Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T10:52:37.1446530Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1446856Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1447167Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1447464Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1447776Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1448086Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1448395Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1448713Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1449027Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1449354Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1449673Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1449999Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1450325Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1450635Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1450950Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1451266Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1451584Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1451889Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1452210Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.222s) 2022-12-01T10:52:37.1452535Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1452839Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1453158Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1453580Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:52:37.1454029Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1454422Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:37.1454909Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1455228Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1455555Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1455996Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1456372Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:52:37.1456695Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:52:37.1457013Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1457329Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.217s) 2022-12-01T10:52:37.1457634Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.095s) 2022-12-01T10:52:37.1458006Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1458322Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1458655Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1458979Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1459305Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1459629Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1459980Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:37.1460360Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1460864Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5209: 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:52:37.1461268Z t.copy_(src) 2022-12-01T10:52:37.1461436Z ok (0.004s) 2022-12-01T10:52:37.1461673Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1461970Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1462287Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1462598Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1462888Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1463193Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1463493Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1463777Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1464074Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1464368Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1464664Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1464948Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1465328Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1465652Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1466047Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:52:37.1466391Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1466740Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1467080Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1467552Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:52:37.1467985Z res = torch.corrcoef(x) 2022-12-01T10:52:37.1468423Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-12-01T10:52:37.1468702Z avg = a.mean(axis) 2022-12-01T10:52:37.1469084Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:52:37.1469466Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T10:52:37.1469893Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:52:37.1470160Z c = cov(x, y, rowvar) 2022-12-01T10:52:37.1470562Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:52:37.1470867Z c *= np.true_divide(1, fact) 2022-12-01T10:52:37.1471280Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:52:37.1471569Z c *= np.true_divide(1, fact) 2022-12-01T10:52:37.1471747Z ok (0.007s) 2022-12-01T10:52:37.1471990Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1472292Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1472757Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:52:37.1473215Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-12-01T10:52:37.1473520Z test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T10:52:37.1473803Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-12-01T10:52:37.1474255Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:52:37.1474603Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-12-01T10:52:37.1474805Z ok (0.047s) 2022-12-01T10:52:37.1475041Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:52:37.1475339Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:52:37.1475699Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.148s) 2022-12-01T10:52:37.1476068Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:37.1476422Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:52:37.1476740Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1477053Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1477367Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1477700Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1478007Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1478309Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1478633Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1478968Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1479315Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.004s) 2022-12-01T10:52:37.1479650Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:52:37.1479954Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:52:37.1480298Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:52:37.1480594Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:52:37.1480894Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:52:37.1481194Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:52:37.1481480Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:52:37.1481775Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:52:37.1482069Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1482351Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:52:37.1482641Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:52:37.1482948Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1483281Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:52:37.1483604Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:52:37.1483929Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:52:37.1484253Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:52:37.1484565Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1484882Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1485195Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1485509Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:52:37.1485813Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1486127Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1486446Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1486759Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1487065Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1487366Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:37.1487685Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1487990Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1488308Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1488625Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1488925Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1489254Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1489636Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1489970Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1490289Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1490643Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1491020Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1491387Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.391s) 2022-12-01T10:52:37.1491721Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.394s) 2022-12-01T10:52:37.1492076Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1492393Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1492694Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1492999Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1493310Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1493622Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1493911Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1494220Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1494647Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1494956Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1495289Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1495622Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1495944Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1496249Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1496569Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1496893Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1497201Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1497521Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1497843Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.137s) 2022-12-01T10:52:37.1498169Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.106s) 2022-12-01T10:52:37.1498751Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:52:37.1499156Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T10:52:37.1499559Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:52:37.1499883Z b = (dx2 - dx1) / (dx1 * dx2) 2022-12-01T10:52:37.1500286Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:52:37.1500583Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T10:52:37.1500975Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-12-01T10:52:37.1501339Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1501860Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:52:37.1502164Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-12-01T10:52:37.1502575Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:52:37.1502900Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-12-01T10:52:37.1503310Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T10:52:37.1503673Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1504116Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:52:37.1504532Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T10:52:37.1504949Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:52:37.1505249Z b = (dx1 + dx2) / (dx1 * dx2) 2022-12-01T10:52:37.1505624Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-12-01T10:52:37.1506050Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1506492Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-12-01T10:52:37.1506823Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1507278Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:52:37.1507678Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:52:37.1508126Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:52:37.1508515Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:52:37.1508958Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:52:37.1509316Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1509774Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:52:37.1510102Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T10:52:37.1510504Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:52:37.1510863Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1511298Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:52:37.1511655Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1512110Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T10:52:37.1512419Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-12-01T10:52:37.1512838Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:52:37.1513235Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:52:37.1513678Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:52:37.1514075Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:52:37.1514283Z ok (0.105s) 2022-12-01T10:52:37.1514590Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:52:37.1514940Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:52:37.1515266Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T10:52:37.1515889Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:52:37.1516387Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-12-01T10:52:37.1516859Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:52:37.1517297Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T10:52:37.1517773Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:52:37.1518191Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T10:52:37.1519212Z /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:52:37.1519880Z return torch.as_tensor(tensor_like) 2022-12-01T10:52:37.1520320Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:52:37.1520698Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1521183Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:52:37.1521558Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1522026Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:52:37.1522398Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T10:52:37.1522625Z ok (0.041s) 2022-12-01T10:52:37.1522852Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1523172Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:52:37.1523507Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:52:37.1523833Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1524136Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1524451Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:37.1524772Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:37.1525079Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1525389Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1525698Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1526009Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1526305Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1526649Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1526956Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1527249Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1527651Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.013s) 2022-12-01T10:52:37.1527985Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:52:37.1528317Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1528634Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1528969Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1529344Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1529671Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1530000Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1530328Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1530655Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1530966Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1531287Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1531607Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1531921Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1532244Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1532559Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1532874Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1533181Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1533494Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1533802Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1534095Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1534402Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1534856Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1535165Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1535456Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1535765Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1536085Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1536399Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:52:37.1536747Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1537566Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T10:52:37.1537983Z 2022-12-01T10:52:37.1538380Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T10:52:37.1539187Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T10:52:37.1539713Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T10:52:37.1540044Z warnings.warn(msg, FutureWarning) 2022-12-01T10:52:37.1540464Z test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:52:37.1540894Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-12-01T10:52:37.1541111Z ok (0.040s) 2022-12-01T10:52:37.1541415Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1541770Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1542103Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:52:37.1542444Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1542821Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1543152Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:52:37.1543471Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1543807Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1544148Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:52:37.1544481Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1544825Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1545163Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:52:37.1545498Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1545897Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1546233Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:52:37.1546562Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:52:37.1546895Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1547222Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:52:37.1547564Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:52:37.1547901Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:52:37.1548228Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T10:52:37.1548560Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:52:37.1548893Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:52:37.1549223Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:52:37.1549538Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:52:37.1549875Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:52:37.1550263Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:52:37.1550597Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1565954Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1566317Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:52:37.1566672Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1567019Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1567358Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:52:37.1567681Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1568130Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:52:37.1568469Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1568791Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1569100Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1569430Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1569756Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1570063Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1570380Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1570700Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1571016Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1571318Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1571626Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1571937Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1572254Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:52:37.1572573Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1572867Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1573169Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1573456Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1573758Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1574071Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1574367Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1574840Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1575146Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1575435Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1575736Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1576039Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1576335Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1576620Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1576916Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1577251Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1577715Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1578056Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1578376Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1578695Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1578995Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1579308Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1579638Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1580011Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:52:37.1580342Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1580661Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1580981Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1581296Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1581624Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1581953Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1582263Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1582597Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1582935Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1583272Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1583590Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1583916Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1584237Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1584558Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1584864Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1585184Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1585503Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1585896Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1586224Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1586547Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1586866Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1587168Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1587492Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1587816Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1588123Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1588442Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1588765Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1589123Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:37.1589436Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1589765Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1590084Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1590397Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1590728Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1591100Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1591424Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1591779Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1592100Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1592416Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1592718Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1593032Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1593348Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1593700Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1594048Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1594674Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1595228Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1595426Z ok (0.004s) 2022-12-01T10:52:37.1595934Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1596459Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1596652Z ok (0.004s) 2022-12-01T10:52:37.1597185Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1597708Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1597903Z ok (0.004s) 2022-12-01T10:52:37.1598434Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1598971Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1599153Z ok (0.004s) 2022-12-01T10:52:37.1599678Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1600243Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1600435Z ok (0.003s) 2022-12-01T10:52:37.1600937Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1601467Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1601658Z ok (0.004s) 2022-12-01T10:52:37.1602198Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1602706Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1602898Z ok (0.004s) 2022-12-01T10:52:37.1603416Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1603941Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1604121Z ok (0.004s) 2022-12-01T10:52:37.1604643Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1605164Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1605361Z ok (0.004s) 2022-12-01T10:52:37.1605862Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1606383Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1606578Z ok (0.004s) 2022-12-01T10:52:37.1607096Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1607623Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1607809Z ok (0.004s) 2022-12-01T10:52:37.1608333Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1730.) 2022-12-01T10:52:37.1608856Z torch.masked_select(src, mask, out=dst3) 2022-12-01T10:52:37.1609036Z ok (0.004s) 2022-12-01T10:52:37.1609293Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1609627Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:37.1609960Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1610311Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1610696Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1611054Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.264s) 2022-12-01T10:52:37.1611393Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.148s) 2022-12-01T10:52:37.1611739Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1612090Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1612421Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:52:37.1612721Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:52:37.1613049Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.085s) 2022-12-01T10:52:37.1613439Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1613789Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1614108Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1614432Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1614930Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:52:37.1615237Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:52:37.1615597Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1615997Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1616391Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1616769Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1617136Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1617489Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1617861Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:52:37.1618313Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:37.1618705Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1619059Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1619434Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1619813Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1620182Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1620536Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1620888Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1621272Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1621659Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1622025Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1622416Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:52:37.1622892Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1623265Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1623660Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:52:37.1624066Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1624440Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1624851Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T10:52:37.1625279Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1625822Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1626192Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1626559Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1626916Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1627288Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1627669Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1628052Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1628412Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1628773Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1629132Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1629485Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1629852Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1630213Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1630575Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1630922Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1631276Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1631627Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1631981Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1632320Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1632675Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1633034Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1633375Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1633735Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1634119Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1634543Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1634910Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1635282Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1636147Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:52:37.1636857Z torch.median(a, 0, out=(result, indices)) 2022-12-01T10:52:37.1637052Z ok (0.002s) 2022-12-01T10:52:37.1637309Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1637667Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1637999Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1638303Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:37.1638615Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1638936Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-12-01T10:52:37.1639266Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1639575Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1639914Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1640637Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-12-01T10:52:37.1641148Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-12-01T10:52:37.1641399Z ok (0.002s) 2022-12-01T10:52:37.1641680Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:37.1642034Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1642353Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1642687Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1643016Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1643335Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1643646Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1643967Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1644284Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1644590Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1644911Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1645232Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1645541Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:52:37.1645870Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T10:52:37.1646175Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:52:37.1646478Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:52:37.1646762Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:52:37.1647059Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:52:37.1647356Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1647636Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:52:37.1647926Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:52:37.1648217Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1648539Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:52:37.1648824Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1649129Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:52:37.1649443Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1649738Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.086s) 2022-12-01T10:52:37.1650044Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1650366Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1650709Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.395s) 2022-12-01T10:52:37.1651039Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1651356Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1651672Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1652043Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1652482Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1652880Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1653248Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1653596Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1653955Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1654315Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1654823Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1655164Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1655522Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1655874Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1656223Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1656562Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1656916Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1657292Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1657721Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1658112Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1658504Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1658894Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1659264Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1659645Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1660060Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1660440Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1660793Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1661166Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1661537Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1661895Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1662220Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1662565Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1662913Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1663243Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1663581Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1663916Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1664248Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1664576Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1664904Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1665240Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1665557Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1665967Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1666300Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1666644Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1666970Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1667287Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1667610Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1667921Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1668245Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1668565Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1668881Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1669221Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1669534Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1669847Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1670146Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1670453Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1670763Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:37.1671064Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1671383Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1671765Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1672081Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1672386Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1672699Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1673006Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1673309Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1673598Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1673895Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1674195Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1674486Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1674805Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:52:37.1675144Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1675477Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1675803Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1676140Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1676470Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1676788Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1677116Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1677446Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1677772Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1678084Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1678409Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:52:37.1678742Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1679070Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1679415Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1679763Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1680109Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1680440Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1680816Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1681151Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1681487Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1681801Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1682130Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1682456Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1682769Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1683090Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1683453Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1683789Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1684097Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1684418Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1684735Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1685038Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1685352Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1685669Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1685989Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1686299Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1686629Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1686950Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1687260Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.096s) 2022-12-01T10:52:37.1687598Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:52:37.1687923Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1688222Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1688515Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1688822Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1689128Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1689416Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:37.1689713Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:37.1690004Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1690330Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1690610Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1690904Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1691196Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:37.1691476Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1691792Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1692123Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1692491Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1692815Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1693148Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1693478Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1693790Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1694117Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1694441Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1694922Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1695297Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1695630Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:52:37.1695999Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:52:37.1696347Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1696677Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1697011Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1697346Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1697675Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1698013Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1698346Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1698688Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1699003Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1699327Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1699649Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1699961Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1700284Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1700614Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.093s) 2022-12-01T10:52:37.1700949Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1701267Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1701597Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1701934Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1702254Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1702585Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1702916Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1703242Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1703552Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1703875Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1704244Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1704555Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1704886Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:37.1705207Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1705524Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1705917Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1706236Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1706554Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:37.1706904Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:37.1707232Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:37.1707569Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:52:37.1707926Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:37.1708128Z 2022-12-01T10:52:37.1708352Z ---------------------------------------------------------------------- 2022-12-01T10:52:37.1708602Z Ran 826 tests in 12.247s 2022-12-01T10:52:37.1708717Z 2022-12-01T10:52:37.1708792Z OK (skipped=38) 2022-12-01T10:52:37.1708901Z 2022-12-01T10:52:37.1708985Z Generating XML reports... 2022-12-01T10:52:37.1709390Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201105224.xml 2022-12-01T10:52:37.1709882Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20221201105224.xml 2022-12-01T10:52:37.1710390Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201105224.xml 2022-12-01T10:52:37.1710905Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201105224.xml 2022-12-01T10:52:37.1711242Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T10:52:37.1711507Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T10:52:37.1711735Z [TORCH_VITAL] CUDA.used False 2022-12-01T10:52:37.1711859Z 2022-12-01T10:52:37.1712195Z ##[endgroup] 2022-12-01T10:52:37.1712563Z FINISHED PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_abekie3k) 2022-12-01T10:52:37.1712769Z 2022-12-01T10:52:37.1712919Z Running test_overrides ... [2022-12-01 10:52:37.132656] 2022-12-01T10:52:37.1713389Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:37.133148] 2022-12-01T10:52:39.9827575Z 2022-12-01T10:52:39.9828500Z Expand the folded group to see the log file of test_overrides 2022-12-01T10:52:39.9829621Z ##[group]PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_e6jzdqzz) 2022-12-01T10:52:39.9830641Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-12-01T10:52:39.9830937Z 2022-12-01T10:52:39.9831052Z Running tests... 2022-12-01T10:52:39.9831523Z ---------------------------------------------------------------------- 2022-12-01T10:52:39.9832028Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.233s) 2022-12-01T10:52:39.9832591Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.001s) 2022-12-01T10:52:39.9833095Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-12-01T10:52:39.9833482Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.015s) 2022-12-01T10:52:39.9833914Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-12-01T10:52:39.9834511Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:52:39.9834866Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:52:39.9835229Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:52:39.9835584Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:52:39.9835931Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T10:52:39.9836265Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-12-01T10:52:39.9836647Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2022-12-01T10:52:39.9836970Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-12-01T10:52:39.9837252Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-12-01T10:52:39.9837621Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-12-01T10:52:39.9837987Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9838513Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9838900Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9839416Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9839938Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9840438Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9840905Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9841295Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9841741Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9842206Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9842650Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9843081Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9843529Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-12-01T10:52:39.9844011Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9844460Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9844870Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9845386Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9845814Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9846217Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9846624Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9847121Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-12-01T10:52:39.9847542Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9847943Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9848399Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9848781Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9849188Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9849488Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9849816Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9850193Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9850518Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9850948Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9851258Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9851631Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9851930Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9852282Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9852595Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9852977Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9853341Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9853694Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9854065Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9854420Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9854911Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9855214Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9855507Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9855824Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9856131Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9856455Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9856792Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9857140Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9857449Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9857788Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9858095Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9858404Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9858693Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9858991Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9859291Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9859592Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9859885Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9860191Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9860498Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9860788Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9861087Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9861383Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9861688Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9861977Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9862278Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9862581Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9862870Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9863179Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9863569Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9863878Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9864181Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9864495Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9864800Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9865095Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9865396Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9865772Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9866076Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9866418Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9866736Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9867041Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9867330Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9867637Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9867949Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9868258Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9868550Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9868856Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9869186Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9869532Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9869867Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9870175Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9870473Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9870765Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9871071Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9871388Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9871691Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9871992Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9872301Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9872604Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9872916Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9873217Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9873516Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9873807Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9874116Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9874421Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9874710Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9875009Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9875314Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9875654Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9875939Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9876240Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9876549Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9876844Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9877153Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9877463Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9877796Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9878121Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9878425Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9878731Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9879019Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9879320Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9879628Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9879920Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9880224Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9880532Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9880834Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9881122Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9881430Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9881731Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9882023Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9882331Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9882631Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9882932Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9883224Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9883526Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9883833Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9884127Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9884434Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9884734Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9885035Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9885325Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9885629Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9885928Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9886216Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9886517Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9886822Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9887141Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9887466Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9887768Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9888071Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9888365Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9888675Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9888991Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9889304Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9889617Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9889917Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9890247Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9890542Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9890847Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9891149Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9891437Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9891737Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9892033Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9892334Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9892626Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9892934Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9893245Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9893544Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9893855Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9894166Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9894627Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9894960Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9895278Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9895603Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9895920Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9896245Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9896562Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9896880Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9897180Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9897511Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9897845Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9898158Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9898470Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9898777Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9899076Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9899375Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9899745Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9900051Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9900351Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9900663Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9900965Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9901266Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9901557Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9901860Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9902161Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9902495Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9902820Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9903147Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9903449Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9903752Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9904054Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9904364Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9904667Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9904980Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9905295Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9905593Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9905971Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9906274Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9906581Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9906883Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9907188Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9907501Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9907810Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9908128Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9908438Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9908748Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9909048Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9909358Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9909663Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9909948Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9910248Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9910546Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9910854Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9911149Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9911448Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9911790Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9912086Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9912391Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9912695Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9912984Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9913291Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9913600Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9913905Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9914191Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9914543Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9914857Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9915151Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9915458Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9915770Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9916079Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9916371Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9916677Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9916979Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9917278Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9917592Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9917903Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9918223Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9918524Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9918826Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9919135Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9919427Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9919724Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9920020Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9920317Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9921158Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9921469Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9921768Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9922058Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9922364Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9922674Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9922978Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9923260Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9923558Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9923855Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9924140Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9924491Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9924790Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9925080Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9925383Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9925681Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9925979Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9926266Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9926563Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9926864Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9927192Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9927504Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9927803Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9928117Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9928410Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9928719Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9929029Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9929312Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9929610Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9929914Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9930218Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9930512Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9930810Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9931119Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9931421Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9931727Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9932026Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9932318Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9932639Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9932947Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9933247Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9933533Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9933831Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9934126Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9934412Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9934860Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9935163Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9935471Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9935754Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9936055Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9936419Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9936715Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9937021Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9937321Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9937628Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9937927Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9938234Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9938551Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9938860Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9939210Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9939512Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9939811Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9940106Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9940419Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9940730Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9941029Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9941333Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9941638Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9941929Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9942233Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9942538Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9942838Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9943119Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9943420Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9943724Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9944020Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9944328Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9944643Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9944954Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9945256Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9945574Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9945975Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9946273Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9946585Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9946897Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9947213Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9947517Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9947831Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9948147Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9948439Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9948789Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9949099Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9949409Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9949696Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9950007Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9950323Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9950619Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9950933Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9951293Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9951626Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9951942Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9952250Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9952557Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9952855Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9953166Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9953478Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9953771Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9954077Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9954386Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9954697Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9954991Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9955295Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9955604Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9955902Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9956204Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9956505Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9956805Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9957092Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9957395Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9957705Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9957989Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9958285Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9958588Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9958888Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9959171Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9959466Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9959769Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9960055Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9960353Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9960698Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9960998Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9961306Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9961610Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9961911Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9962198Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9962495Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9962794Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9963080Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9963413Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9963715Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9964011Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9964307Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9964620Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9964937Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9965242Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9965561Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9965875Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9966186Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9966492Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9966805Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9967116Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9967416Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9967726Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9968034Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9968343Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9968638Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9968941Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9969252Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9969550Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9969851Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9970146Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9970430Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9970729Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9971032Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9971332Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9971623Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9971935Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9972256Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9972604Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9972925Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9973232Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9973540Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9973840Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9974145Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9974446Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9974858Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9975161Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9975511Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9975817Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9976107Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9976403Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9976706Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9977001Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9977303Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9977606Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9977902Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9978194Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9978505Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9978820Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9979111Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9979413Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9979726Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9980025Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9980333Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9980640Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9980949Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9981254Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9981563Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9981866Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9982161Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9982475Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9982776Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9983071Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9983353Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9983648Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9983953Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9984253Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9984603Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9984912Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9985223Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9985521Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9985907Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9986213Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9986507Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9986816Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9987120Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9987461Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9987753Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9988054Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9988347Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9988637Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9988944Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9989257Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9989557Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9989871Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9990183Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9990485Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9990773Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9991073Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9991375Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9991660Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9991957Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9992275Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9992608Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9992937Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9993260Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9993573Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9993866Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9994167Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9994473Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9994781Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9995074Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9995380Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9995682Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9995981Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9996298Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9996660Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9996977Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9997331Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9997641Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9997938Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9998232Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9998545Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9998854Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9999157Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9999531Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:39.9999838Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0000143Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0000449Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0000778Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0001093Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0001405Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0001698Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0002000Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0002308Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0002608Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0002929Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0003252Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0003554Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0003871Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0004179Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0004483Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0004767Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0005067Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0005381Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0005680Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0005980Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0006284Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0006594Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0006895Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0007215Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0007539Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0007851Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0008164Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0008480Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0008858Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0009145Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0009443Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0009751Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0010047Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0010349Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0010654Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0010957Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0011246Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0011582Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0011889Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0012173Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0012469Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0012772Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0013059Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0013357Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0013653Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0013965Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0014264Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0014686Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0014993Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0015283Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0015589Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0015903Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0016222Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0016542Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0016862Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0017179Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0017479Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0017778Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0018081Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0018385Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0018677Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0018981Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0019293Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0019583Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0019882Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0020185Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0020501Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0020868Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0021175Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0021473Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0021808Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0022118Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0022421Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0022726Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0023017Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0023320Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0023678Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0023985Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0024297Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0024607Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0024894Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0025193Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0025490Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0025893Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0026191Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0026484Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0026782Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0027072Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0027385Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0027691Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0027986Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0028273Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0028579Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0028886Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0029175Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0029477Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0029780Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0030092Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0030395Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0030718Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0031031Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0031317Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0031615Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0031912Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0032207Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0032522Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0032832Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0033178Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0033468Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0033770Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0034077Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0034372Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0034686Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0034990Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0035304Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0035663Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0035982Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0036313Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0036627Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0036938Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0037243Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0037543Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0037829Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0038130Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0038433Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0038729Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0039037Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0039340Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0039642Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0039931Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0040231Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0040545Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0040848Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0041184Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0041521Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0041850Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0042168Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0042497Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0042832Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0043150Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0043475Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0043802Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0044130Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0044448Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0044814Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0045139Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0045453Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0045778Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0046103Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0046430Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0046763Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0047091Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0047448Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0047765Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0048099Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0048434Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0048772Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0049093Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0049419Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0049746Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0050066Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0050378Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0050699Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0051022Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0051331Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0051658Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0051987Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0052318Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0052647Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0052979Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0053310Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0053608Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0053894Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0054181Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T10:52:40.0054591Z Test that a function with one argument can be overrided ... ok (0.001s) 2022-12-01T10:52:40.0054868Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T10:52:40.0055160Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-12-01T10:52:40.0055461Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0055745Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T10:52:40.0056044Z Test semantics for __torch_function__ for functions that take ... ok (0.003s) 2022-12-01T10:52:40.0056352Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-12-01T10:52:40.0056693Z this test exercises the functionality described in ... ok (0.002s) 2022-12-01T10:52:40.0056996Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0057315Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0057633Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0057942Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0058264Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0058583Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0058894Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0059251Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0059570Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0059886Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0060196Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0060518Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0060833Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0061143Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0061460Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0061780Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0062100Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0062409Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0062724Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0063039Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0063359Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0063705Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0064048Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0064381Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0064754Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0065091Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0065432Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0065851Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0066181Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0066520Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0066908Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0067246Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0067575Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0067916Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0068265Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0068641Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0068977Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0069308Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0069632Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0069977Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0070318Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0070653Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0071012Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0071363Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0071710Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0072060Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0072391Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0072723Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0073054Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0073374Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0073709Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0074047Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0074382Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0074719Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0075066Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0075400Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0075729Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0076074Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0076414Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0076751Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0077079Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0077410Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0077731Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0078044Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0078342Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0078663Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0078984Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0079290Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0079615Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0079985Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0080330Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0080660Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0080994Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0081333Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0081687Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0082065Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0082489Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0082866Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0083212Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0083557Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0083897Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0084236Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0084565Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0084906Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0085249Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0085576Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0085917Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0086258Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0086609Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0086947Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0087309Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0087690Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0088043Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0088367Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0088702Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0089033Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0089375Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0089755Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0090113Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0090459Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0090800Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0091197Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0091546Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0091898Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0092270Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0092640Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0093006Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0093354Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0108558Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0108955Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0109316Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0109666Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0110001Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0110373Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0110761Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0111156Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0111546Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0111942Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0112335Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0112701Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0113033Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0113393Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0113751Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0114084Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0114425Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0114754Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0115069Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0115409Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0115728Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0116050Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0116365Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0116698Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0117023Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0117343Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0117718Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0118039Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0118370Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0118688Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0118992Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0119296Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0119605Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0119893Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0120216Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0120589Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0120892Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0121189Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0121494Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0121801Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0122093Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0122388Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0122690Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0122977Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0123298Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0123626Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0123927Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0124217Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0124531Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0124839Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0125123Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0125421Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0125725Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0126010Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0126309Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0126613Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0126920Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0127206Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0127507Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0127811Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0128096Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0128392Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0128692Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0128992Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0129288Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0129638Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0129966Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0130265Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0130568Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0130864Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0131161Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0131446Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0131749Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0132060Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0132387Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0132715Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0133060Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0133393Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0133710Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0134059Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0134399Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0134883Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0135209Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0135525Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0135868Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0136191Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0136500Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0136814Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0137124Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0137446Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0137758Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0138086Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0138397Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0138700Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0139008Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0139309Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0139612Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0139929Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0140243Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0140528Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0140841Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0141158Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0141571Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0141954Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0142295Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0142607Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0142910Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0143219Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0143532Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0143823Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0144126Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0144443Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0144824Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0145146Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0145455Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0145845Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0146148Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0146457Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0146772Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0147085Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0147399Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0147707Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0148015Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0148306Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0148626Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0148957Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0149265Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0149583Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0149897Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0150207Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0150499Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0150801Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0151124Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0151446Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0151768Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0152071Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0152373Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0152674Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0152988Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0153293Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0153583Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0153889Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0154237Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0154544Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0154868Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0155178Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0155484Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0155769Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0156079Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0156389Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0156682Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0157030Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0157340Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0157652Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0157964Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0158273Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0158574Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0158861Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0159156Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0159455Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0159754Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0160044Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0160345Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0160647Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0160936Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0161241Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0161559Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0161874Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0162164Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0162460Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0162757Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0163043Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0163343Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0163640Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0163926Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0164232Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0164541Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0164873Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0165219Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0165569Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0165933Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0166324Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0166666Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0167033Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0167383Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0167720Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0168060Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0168391Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0168746Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0169040Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0169343Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0169647Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0169938Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0170248Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0170551Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0170859Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0171154Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0171450Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0171744Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0172031Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0172326Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0172637Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0172936Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0173257Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0173409Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0173566Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0173720Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0173891Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0174057Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0174197Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0174357Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0174639Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0174790Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0174950Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0175101Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0175256Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0175410Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0175627Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0175767Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0175933Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176100Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176241Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176381Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176517Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176657Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176795Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0176966Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177114Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177265Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177415Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177568Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177719Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177863Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0177996Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178124Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178263Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178406Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178551Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178708Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178846Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0178990Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179138Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179264Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179404Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179540Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179682Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179820Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0179959Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180099Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180237Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180367Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180513Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180659Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180799Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0180947Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0181094Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0181296Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0181434Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0181570Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0181714Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0181856Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182003Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182144Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182297Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182452Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182628Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182758Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0182905Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183051Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183196Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183336Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183480Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183620Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183758Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0183885Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184030Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184175Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184314Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184452Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184592Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184729Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0184872Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185002Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185140Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185278Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185415Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185555Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185760Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0185911Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186038Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186176Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186312Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186453Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186593Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186741Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0186889Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187071Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187207Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187349Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187497Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187643Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187790Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0187934Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188075Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188248Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188375Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188518Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188655Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188801Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0188943Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189099Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189246Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189396Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189532Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189678Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189824Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0189972Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190108Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190251Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190411Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190556Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190685Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190826Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0190964Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0191106Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0191246Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0191387Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0191542Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0191698Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0191850Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192011Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192181Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192350Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192497Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192664Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192810Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0192951Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193090Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193213Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193360Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193503Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193638Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193780Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0193958Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194101Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194245Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194379Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194521Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194660Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194803Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0194958Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195118Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195271Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195426Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195562Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195710Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195845Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0195979Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0196122Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0196263Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0196423Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0196594Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0196758Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0196931Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0197118Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0197291Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0197475Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0197643Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0197826Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0197991Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0198188Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0198337Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0198512Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0198694Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0198847Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199019Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199184Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199341Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199529Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199680Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199839Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0199993Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0200146Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0200306Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0200469Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0200644Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0200804Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0200978Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0201187Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0201358Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0201541Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0201708Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0201863Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202024Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202184Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202349Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202507Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202669Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202827Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0202992Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0203155Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0203309Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0203466Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0203625Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0203812Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0203970Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0204130Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0204287Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0204444Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0204615Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0204773Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0204981Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0205143Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0205317Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0205463Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0205636Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0205799Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0205960Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0206118Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0206273Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0206434Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0206615Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0206769Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0206943Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0207120Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0207276Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0207437Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0207594Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0207761Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0207914Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0208068Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0208206Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0208361Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0208510Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0208675Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0208839Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0209000Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0209187Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0209347Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0209494Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0209663Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0209849Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210007Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210158Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210352Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210504Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210653Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210792Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0210927Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211069Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211214Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211353Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211497Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211635Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211771Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0211909Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212052Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212187Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212329Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212477Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212621Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212770Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0212923Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213065Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213205Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213345Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213491Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213636Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213773Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0213910Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0214047Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0214184Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0214326Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0214619Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0214838Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0214982Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0215129Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0215268Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0215413Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0215569Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0215713Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0215878Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0216034Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0216229Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0216388Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0216542Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0216699Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0216859Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217006Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217149Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217291Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217438Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217583Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217724Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0217863Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218009Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218134Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218280Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218422Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218577Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218718Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0218866Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219011Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219154Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219289Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219428Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219576Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219713Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219849Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0219984Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220137Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220281Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220434Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220569Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220703Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220843Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0220983Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0221130Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0221280Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0221430Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0221566Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0221731Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0221881Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222030Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222167Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222304Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222444Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222580Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222707Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222843Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0222979Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223113Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223260Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223406Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223547Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223681Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223807Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0223943Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224088Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224238Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224395Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224535Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224677Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224817Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0224951Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225093Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225228Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225368Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225501Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225642Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225852Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0225995Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0226161Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0226307Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0226449Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0226585Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0226726Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0226865Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227017Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227154Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227277Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227452Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227601Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227738Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0227874Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228014Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228157Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228308Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228439Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228577Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228730Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0228869Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229028Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229165Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229312Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229450Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229577Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229725Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0229868Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230011Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230161Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230312Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230471Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230617Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230756Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0230902Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231038Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231181Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231319Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231469Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231630Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231816Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0231955Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232098Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232239Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232380Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232520Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232659Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232804Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T10:52:40.0232954Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-12-01T10:52:40.0233129Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-12-01T10:52:40.0233292Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.005s) 2022-12-01T10:52:40.0233436Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-12-01T10:52:40.0233447Z 2022-12-01T10:52:40.0233749Z ---------------------------------------------------------------------- 2022-12-01T10:52:40.0233831Z Ran 1414 tests in 1.434s 2022-12-01T10:52:40.0233836Z 2022-12-01T10:52:40.0233899Z OK 2022-12-01T10:52:40.0233904Z 2022-12-01T10:52:40.0233991Z Generating XML reports... 2022-12-01T10:52:40.0234327Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201105238.xml 2022-12-01T10:52:40.0234649Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201105238.xml 2022-12-01T10:52:40.0234928Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201105238.xml 2022-12-01T10:52:40.0235242Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201105238.xml 2022-12-01T10:52:40.0235547Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201105238.xml 2022-12-01T10:52:40.0235822Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201105238.xml 2022-12-01T10:52:40.0236090Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201105238.xml 2022-12-01T10:52:40.0236365Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201105238.xml 2022-12-01T10:52:40.0236631Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201105238.xml 2022-12-01T10:52:40.0236884Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201105238.xml 2022-12-01T10:52:40.0237163Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201105238.xml 2022-12-01T10:52:40.0237453Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201105238.xml 2022-12-01T10:52:40.0237766Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201105238.xml 2022-12-01T10:52:40.0238069Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201105238.xml 2022-12-01T10:52:40.0238369Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201105238.xml 2022-12-01T10:52:40.0238374Z 2022-12-01T10:52:40.0238736Z ##[endgroup] 2022-12-01T10:52:40.0239017Z FINISHED PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_e6jzdqzz) 2022-12-01T10:52:40.0239023Z 2022-12-01T10:52:40.0239178Z Running test_prims ... [2022-12-01 10:52:39.985255] 2022-12-01T10:52:40.0239507Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:39.985611] 2022-12-01T10:52:42.7546420Z 2022-12-01T10:52:42.7546817Z Expand the folded group to see the log file of test_prims 2022-12-01T10:52:42.7547626Z ##[group]PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_9b_ligkc) 2022-12-01T10:52:42.7548216Z Test results will be stored in test-reports/python-unittest/test_prims 2022-12-01T10:52:42.7548409Z 2022-12-01T10:52:42.7548523Z Running tests... 2022-12-01T10:52:42.7548826Z ---------------------------------------------------------------------- 2022-12-01T10:52:42.7549179Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-12-01T10:52:42.7549561Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-12-01T10:52:42.7550190Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7550629Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7551109Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7551540Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7551874Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.001s) 2022-12-01T10:52:42.7552141Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.002s) 2022-12-01T10:52:42.7552469Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.006s) 2022-12-01T10:52:42.7552793Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7553243Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7553596Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7553986Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7554282Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-12-01T10:52:42.7554584Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-12-01T10:52:42.7554910Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7555218Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7555582Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.022s) 2022-12-01T10:52:42.7555916Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7556320Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:42.7556635Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.032s) 2022-12-01T10:52:42.7557012Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7557343Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7557746Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7558094Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7558496Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7558869Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7559263Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7559673Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7560053Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7560405Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7560799Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7561110Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:52:42.7561452Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7561786Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.002s) 2022-12-01T10:52:42.7562133Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:52:42.7562488Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:52:42.7562806Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7563177Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7563529Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7563952Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7564327Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7564736Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7565109Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7565535Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7565903Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7566306Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:42.7566649Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.003s) 2022-12-01T10:52:42.7566883Z 2022-12-01T10:52:42.7567107Z ---------------------------------------------------------------------- 2022-12-01T10:52:42.7567336Z Ran 48 tests in 0.179s 2022-12-01T10:52:42.7567465Z 2022-12-01T10:52:42.7567570Z OK (skipped=34) 2022-12-01T10:52:42.7567683Z 2022-12-01T10:52:42.7567767Z Generating XML reports... 2022-12-01T10:52:42.7568189Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201105242.xml 2022-12-01T10:52:42.7568723Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201105242.xml 2022-12-01T10:52:42.7569266Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201105242.xml 2022-12-01T10:52:42.7569764Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201105242.xml 2022-12-01T10:52:42.7569996Z 2022-12-01T10:52:42.7570241Z ##[endgroup] 2022-12-01T10:52:42.7570668Z FINISHED PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_9b_ligkc) 2022-12-01T10:52:42.7570876Z 2022-12-01T10:52:42.7571039Z Running test_cuda ... [2022-12-01 10:52:42.754947] 2022-12-01T10:52:42.7571550Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:42.755269] 2022-12-01T10:52:43.8643610Z 2022-12-01T10:52:43.8644159Z Expand the folded group to see the log file of test_cuda 2022-12-01T10:52:43.8645538Z ##[group]PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_3vauylq3) 2022-12-01T10:52:43.8645860Z CUDA not available, skipping tests 2022-12-01T10:52:43.8645992Z 2022-12-01T10:52:43.8646066Z Running tests... 2022-12-01T10:52:43.8646445Z ---------------------------------------------------------------------- 2022-12-01T10:52:43.8646617Z 2022-12-01T10:52:43.8646814Z ---------------------------------------------------------------------- 2022-12-01T10:52:43.8647118Z Ran 0 tests in 0.000s 2022-12-01T10:52:43.8647232Z 2022-12-01T10:52:43.8647292Z OK 2022-12-01T10:52:43.8647393Z 2022-12-01T10:52:43.8647495Z Generating XML reports... 2022-12-01T10:52:43.8647825Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-12-01T10:52:43.8648037Z 2022-12-01T10:52:43.8648311Z ##[endgroup] 2022-12-01T10:52:43.8648767Z FINISHED PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_3vauylq3) 2022-12-01T10:52:43.8648977Z 2022-12-01T10:52:43.8649166Z Running test_tensor_creation_ops ... [2022-12-01 10:52:43.864646] 2022-12-01T10:52:43.8651549Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:43.864963] 2022-12-01T10:53:10.0104804Z 2022-12-01T10:53:10.0108665Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-12-01T10:53:10.0109616Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_x8gvv6jk) 2022-12-01T10:53:10.0110530Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-12-01T10:53:10.0110836Z 2022-12-01T10:53:10.0110950Z Running tests... 2022-12-01T10:53:10.0111435Z ---------------------------------------------------------------------- 2022-12-01T10:53:10.0111763Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:53:10.0112080Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0112388Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0112679Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0112972Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0113262Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0113557Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0113835Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0114121Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0114407Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0114685Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0114986Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0115291Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0115598Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0115885Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0116178Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0116472Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0116754Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0117045Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0117340Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0117803Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0118097Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0118388Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0118688Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0118980Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0119280Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0119577Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0119858Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0120149Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0120504Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0120792Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0121064Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0121355Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0121651Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0121934Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0122229Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0122537Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0122839Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0123125Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0123419Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0123711Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0123988Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0124273Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0124563Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0124849Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0125125Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0125417Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0125712Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0126004Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0126302Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0126597Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0126892Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0127167Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0127455Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0127738Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0128009Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0128296Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0128589Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0129092Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:53:10.0129582Z result = torch.asarray(cvt(original), **kwargs) 2022-12-01T10:53:10.0129785Z ok (0.008s) 2022-12-01T10:53:10.0130023Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0130328Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0130616Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0130915Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0131211Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0131530Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0131825Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0132117Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0132406Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0132726Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0133100Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0133468Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0133821Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0134177Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0134742Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0135104Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0135505Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0135964Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0136439Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0136789Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0137093Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0137394Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0137699Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0137990Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0138283Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0138580Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0138873Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0139152Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0139440Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0139727Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0140001Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0140336Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0140808Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0141178Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0141535Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0141893Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0142247Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0142604Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0142995Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0143350Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0143709Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0144063Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0144367Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0144652Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0144940Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T10:53:10.0145222Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0145509Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0145872Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0146160Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0146426Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0146704Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0146984Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0147275Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0147550Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0147833Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0148107Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0148394Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0148687Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0148976Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0149245Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T10:53:10.0149531Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0149811Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0150079Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0150353Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0150628Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0150905Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T10:53:10.0151193Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T10:53:10.0151512Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-12-01T10:53:10.0151869Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T10:53:10.0152196Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0152525Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0152842Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:53:10.0153185Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-12-01T10:53:10.0153520Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:53:10.0153865Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:53:10.0154205Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-12-01T10:53:10.0154563Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:53:10.0154892Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-12-01T10:53:10.0155222Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:53:10.0155550Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T10:53:10.0155867Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:53:10.0156196Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T10:53:10.0156522Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0156837Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0157171Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0157504Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0157828Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0158138Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0158459Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0158777Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0159087Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0159387Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0159707Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0160021Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0160324Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0160640Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0160952Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0161262Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0161554Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0161857Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0162157Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0162459Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0162761Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0163067Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0163409Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0163712Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:53:10.0164038Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:53:10.0164360Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:53:10.0164659Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:53:10.0164969Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T10:53:10.0165281Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0165591Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0165918Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0166231Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0166540Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0166831Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0167136Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0167445Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0167753Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0168041Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0168342Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0168647Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0168946Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0169243Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0169538Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0169822Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0170121Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0170437Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:53:10.0170759Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:53:10.0171064Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:53:10.0171374Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:53:10.0171686Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:53:10.0171987Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0172289Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0172586Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0172893Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0173184Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0173503Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0173835Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:53:10.0174158Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T10:53:10.0174657Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:53:10.0175094Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T10:53:10.0175420Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T10:53:10.0175735Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0176062Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0176385Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T10:53:10.0176711Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0177020Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T10:53:10.0177330Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0177690Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0177998Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0178305Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0178607Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0178912Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0179202Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0179502Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0179798Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0180080Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0180379Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0180684Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0180991Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0181297Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0181610Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0181918Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0182209Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0182510Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0182815Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0183104Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T10:53:10.0183406Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0183711Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T10:53:10.0184018Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0184331Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0184644Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0185012Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:53:10.0185374Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0185796Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:53:10.0186172Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:53:10.0186501Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:53:10.0186865Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.024s) 2022-12-01T10:53:10.0187241Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0188064Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:53:10.0188573Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-12-01T10:53:10.0188777Z ok (0.003s) 2022-12-01T10:53:10.0189030Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0189360Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0189720Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0190047Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0190379Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0190712Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0191031Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0191365Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0191692Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0192009Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0192332Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0192649Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0192983Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0193296Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (2.849s) 2022-12-01T10:53:10.0193669Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:53:10.0194044Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:53:10.0194372Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.082s) 2022-12-01T10:53:10.0194712Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.160s) 2022-12-01T10:53:10.0195028Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0195331Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.092s) 2022-12-01T10:53:10.0195662Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:53:10.0196070Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:53:10.0196458Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:53:10.0196840Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T10:53:10.0197171Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0197475Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T10:53:10.0197770Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0198046Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:53:10.0198347Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T10:53:10.0198698Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0199003Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0199290Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0199577Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0199882Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0200248Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:53:10.0200680Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:53:10.0200985Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:53:10.0201287Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0201620Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.849s) 2022-12-01T10:53:10.0201928Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0202237Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0202524Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0202848Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.007s) 2022-12-01T10:53:10.0203186Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0203535Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0203854Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0204222Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-12-01T10:53:10.0204596Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:53:10.0204907Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T10:53:10.0205220Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:53:10.0205564Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0205928Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0206248Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0206552Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0206852Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T10:53:10.0207156Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T10:53:10.0207441Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T10:53:10.0207742Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T10:53:10.0208048Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T10:53:10.0208335Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:53:10.0208635Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:53:10.0208927Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T10:53:10.0209204Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0209498Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0209789Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0210084Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0210401Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0210692Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T10:53:10.0211022Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T10:53:10.0211310Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0211613Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0211907Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.150s) 2022-12-01T10:53:10.0212212Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.173s) 2022-12-01T10:53:10.0212539Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0212884Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0213254Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0213581Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0213917Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0214253Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0214746Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0215084Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0215434Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0215785Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0216131Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0216469Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0216802Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0217121Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0217424Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0217723Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0218020Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:53:10.0218322Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T10:53:10.0218606Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T10:53:10.0218920Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.065s) 2022-12-01T10:53:10.0219256Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.065s) 2022-12-01T10:53:10.0219573Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.065s) 2022-12-01T10:53:10.0219897Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-12-01T10:53:10.0220263Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.065s) 2022-12-01T10:53:10.0220588Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-12-01T10:53:10.0220894Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-12-01T10:53:10.0221212Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-12-01T10:53:10.0221524Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-12-01T10:53:10.0221833Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-12-01T10:53:10.0222217Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.556s) 2022-12-01T10:53:10.0222534Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.420s) 2022-12-01T10:53:10.0222849Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.187s) 2022-12-01T10:53:10.0223149Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0223461Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0223871Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.122s) 2022-12-01T10:53:10.0224215Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T10:53:10.0224537Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0224889Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (2.210s) 2022-12-01T10:53:10.0225223Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (2.019s) 2022-12-01T10:53:10.0225518Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.044s) 2022-12-01T10:53:10.0225923Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (1.965s) 2022-12-01T10:53:10.0226225Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0226515Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (2.047s) 2022-12-01T10:53:10.0226815Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (2.000s) 2022-12-01T10:53:10.0227115Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0227417Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0227713Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0228072Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0228465Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0228843Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0229225Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0229597Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0229971Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0230336Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0230838Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0231217Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0231600Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0231972Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0232347Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0232693Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-12-01T10:53:10.0233033Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-12-01T10:53:10.0233371Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-12-01T10:53:10.0233736Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-12-01T10:53:10.0234045Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:53:10.0234390Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0234755Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0235081Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0235394Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0235704Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0236008Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0236329Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0236636Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0236936Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0237225Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0237539Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0237892Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0238276Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0238641Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0239011Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T10:53:10.0239377Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-12-01T10:53:10.0239717Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.302s) 2022-12-01T10:53:10.0240031Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.284s) 2022-12-01T10:53:10.0240903Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3191.) 2022-12-01T10:53:10.0241534Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:53:10.0241764Z ok (0.003s) 2022-12-01T10:53:10.0241992Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0242310Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0242649Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0242976Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0243319Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0243652Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0243985Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0244300Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0244624Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0244947Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0245247Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0245597Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0245902Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0246202Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0246486Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0246773Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0247073Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0247359Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0247654Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0247945Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0248264Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0248559Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0248866Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0249188Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0249493Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0249808Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0250120Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0250417Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0250727Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0251041Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0251353Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0251653Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.309s) 2022-12-01T10:53:10.0251966Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.053s) 2022-12-01T10:53:10.0252280Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.052s) 2022-12-01T10:53:10.0252581Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.052s) 2022-12-01T10:53:10.0252891Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.052s) 2022-12-01T10:53:10.0253203Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.330s) 2022-12-01T10:53:10.0253506Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.332s) 2022-12-01T10:53:10.0253795Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T10:53:10.0254096Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.332s) 2022-12-01T10:53:10.0254403Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.290s) 2022-12-01T10:53:10.0254841Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0255165Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0255490Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0255809Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0256110Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0256430Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0256748Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0257051Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0257426Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0258556Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:53:10.0259142Z t.random_(to_) 2022-12-01T10:53:10.0259313Z ok (0.016s) 2022-12-01T10:53:10.0260322Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:53:10.0260887Z t.random_(to_) 2022-12-01T10:53:10.0261053Z ok (0.016s) 2022-12-01T10:53:10.0261918Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:53:10.0262482Z t.random_(to_) 2022-12-01T10:53:10.0262638Z ok (0.016s) 2022-12-01T10:53:10.0263515Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T10:53:10.0264086Z t.random_(to_) 2022-12-01T10:53:10.0264252Z ok (0.016s) 2022-12-01T10:53:10.0264475Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-12-01T10:53:10.0264779Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-12-01T10:53:10.0265074Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T10:53:10.0265368Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-12-01T10:53:10.0265723Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T10:53:10.0266020Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0266356Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0266686Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0266996Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0267292Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T10:53:10.0267622Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0267984Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0268352Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0268715Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0269071Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0269508Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0269871Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0270236Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0270580Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0270942Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0271297Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T10:53:10.0271702Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0272027Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0272322Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T10:53:10.0272609Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0272914Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-12-01T10:53:10.0273253Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0273565Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0273875Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.207s) 2022-12-01T10:53:10.0274184Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0274494Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0274829Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0275193Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:53:10.0275860Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:2105: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:53:10.0276460Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-12-01T10:53:10.0276697Z ok (0.003s) 2022-12-01T10:53:10.0276950Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0277260Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0277580Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0277893Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0278188Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0278525Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0278887Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0279254Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0279600Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0279954Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0280357Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0280693Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0281045Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0281394Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0281736Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T10:53:10.0282069Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0282416Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T10:53:10.0282789Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0283102Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0283403Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0283716Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T10:53:10.0284014Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T10:53:10.0284298Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0284613Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0284932Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0285249Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0285544Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0285849Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0286155Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0286442Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0286743Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0287053Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T10:53:10.0287362Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-12-01T10:53:10.0287654Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:53:10.0287952Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T10:53:10.0288267Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.072s) 2022-12-01T10:53:10.0288585Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.072s) 2022-12-01T10:53:10.0288918Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-12-01T10:53:10.0289240Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.071s) 2022-12-01T10:53:10.0289563Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.070s) 2022-12-01T10:53:10.0289867Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:53:10.0290186Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:53:10.0290503Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:53:10.0290807Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:53:10.0291119Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-12-01T10:53:10.0291416Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T10:53:10.0291739Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0292124Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0292482Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0292854Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0293191Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0293535Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0293877Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T10:53:10.0294200Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T10:53:10.0294395Z 2022-12-01T10:53:10.0294739Z ---------------------------------------------------------------------- 2022-12-01T10:53:10.0294991Z Ran 538 tests in 24.605s 2022-12-01T10:53:10.0295109Z 2022-12-01T10:53:10.0295183Z OK (skipped=58) 2022-12-01T10:53:10.0295293Z 2022-12-01T10:53:10.0295365Z Generating XML reports... 2022-12-01T10:53:10.0295793Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201105245.xml 2022-12-01T10:53:10.0296351Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201105245.xml 2022-12-01T10:53:10.0296973Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201105245.xml 2022-12-01T10:53:10.0297660Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201105245.xml 2022-12-01T10:53:10.0298306Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201105245.xml 2022-12-01T10:53:10.0298558Z 2022-12-01T10:53:10.0298892Z ##[endgroup] 2022-12-01T10:53:10.0299292Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_x8gvv6jk) 2022-12-01T10:53:10.0299527Z 2022-12-01T10:53:10.0299710Z Running test_multiprocessing ... [2022-12-01 10:53:10.011432] 2022-12-01T10:53:10.0300199Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:10.011747] 2022-12-01T10:53:14.2955777Z 2022-12-01T10:53:14.2956332Z Expand the folded group to see the log file of test_multiprocessing 2022-12-01T10:53:14.2957355Z ##[group]PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_1mikl__u) 2022-12-01T10:53:14.2957956Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-12-01T10:53:14.2958147Z 2022-12-01T10:53:14.2958234Z Running tests... 2022-12-01T10:53:14.2958552Z ---------------------------------------------------------------------- 2022-12-01T10:53:14.2958887Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.354s) 2022-12-01T10:53:14.2959530Z 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-01T10:53:14.2960041Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:53:14.2960529Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:53:14.2960869Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:53:14.2961098Z ok (1.031s) 2022-12-01T10:53:14.2961358Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T10:53:14.2961699Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2962256Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2962658Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T10:53:14.2963069Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2963524Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T10:53:14.2963934Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2964331Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T10:53:14.2964637Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-12-01T10:53:14.2965008Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-12-01T10:53:14.2965348Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T10:53:14.2965695Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2966024Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2966383Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2966736Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2967080Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2967959Z 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-01T10:53:14.2968539Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.171s) 2022-12-01T10:53:14.2969358Z 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-01T10:53:14.2970425Z 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-01T10:53:14.2970981Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.229s) 2022-12-01T10:53:14.2971779Z 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-01T10:53:14.2972323Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.130s) 2022-12-01T10:53:14.2973158Z 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-01T10:53:14.2974238Z 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-01T10:53:14.2975364Z 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-01T10:53:14.2975770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:53:14.2976193Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:53:14.2976546Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:53:14.2976772Z ok (1.080s) 2022-12-01T10:53:14.2977125Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2977454Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-12-01T10:53:14.2977761Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T10:53:14.2978079Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.016s) 2022-12-01T10:53:14.2978403Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T10:53:14.2978739Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-12-01T10:53:14.2979627Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7ff34d19a440> 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-01T10:53:14.2980255Z "to suppress this warning".format(repr(hook))) 2022-12-01T10:53:14.2980458Z ok (0.010s) 2022-12-01T10:53:14.2981251Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7ff34d1837a0> 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-01T10:53:14.2981831Z "to suppress this warning".format(repr(hook))) 2022-12-01T10:53:14.2982032Z ok (0.020s) 2022-12-01T10:53:14.2982286Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T10:53:14.2982461Z 2022-12-01T10:53:14.2982665Z ---------------------------------------------------------------------- 2022-12-01T10:53:14.2982909Z Ran 37 tests in 3.067s 2022-12-01T10:53:14.2983026Z 2022-12-01T10:53:14.2983099Z OK (skipped=24) 2022-12-01T10:53:14.2983207Z 2022-12-01T10:53:14.2983279Z Generating XML reports... 2022-12-01T10:53:14.2983709Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201105310.xml 2022-12-01T10:53:14.2983957Z 2022-12-01T10:53:14.2984242Z ##[endgroup] 2022-12-01T10:53:14.2984637Z FINISHED PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_1mikl__u) 2022-12-01T10:53:14.2984868Z 2022-12-01T10:53:14.2985059Z Running test_mobile_optimizer ... [2022-12-01 10:53:14.295830] 2022-12-01T10:53:14.2985543Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:14.296212] 2022-12-01T10:53:18.2529728Z 2022-12-01T10:53:18.2530293Z Expand the folded group to see the log file of test_mobile_optimizer 2022-12-01T10:53:18.2531258Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_my8bxjo5) 2022-12-01T10:53:18.2532026Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-12-01T10:53:18.2532201Z 2022-12-01T10:53:18.2532277Z Running tests... 2022-12-01T10:53:18.2532587Z ---------------------------------------------------------------------- 2022-12-01T10:53:18.2533023Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.252s) 2022-12-01T10:53:18.2533359Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.030s) 2022-12-01T10:53:18.2533700Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.412s) 2022-12-01T10:53:18.2534010Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.508s) 2022-12-01T10:53:18.2534291Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.256s) 2022-12-01T10:53:18.2534796Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.036s) 2022-12-01T10:53:18.2535287Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.099s) 2022-12-01T10:53:18.2535469Z 2022-12-01T10:53:18.2535677Z ---------------------------------------------------------------------- 2022-12-01T10:53:18.2535954Z Ran 7 tests in 2.594s 2022-12-01T10:53:18.2536069Z 2022-12-01T10:53:18.2536131Z OK 2022-12-01T10:53:18.2536223Z 2022-12-01T10:53:18.2536337Z Generating XML reports... 2022-12-01T10:53:18.2536813Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201105315.xml 2022-12-01T10:53:18.2537053Z 2022-12-01T10:53:18.2537305Z ##[endgroup] 2022-12-01T10:53:18.2537758Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_my8bxjo5) 2022-12-01T10:53:18.2537988Z 2022-12-01T10:53:18.2538264Z Running test_cpp_extensions_open_device_registration ... [2022-12-01 10:53:18.253191] 2022-12-01T10:53:18.2538809Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:18.253558] 2022-12-01T10:53:21.7632388Z 2022-12-01T10:53:21.7633117Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-12-01T10:53:21.7633916Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_pbe6n8mg) 2022-12-01T10:53:21.7634603Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-12-01T10:53:21.7634987Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:21.7635142Z 2022-12-01T10:53:21.7635203Z Running tests... 2022-12-01T10:53:21.7635560Z ---------------------------------------------------------------------- 2022-12-01T10:53:21.7635997Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:53:21.7636537Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-12-01T10:53:21.7636980Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-12-01T10:53:21.7637309Z Building extension module custom_device_extension... 2022-12-01T10:53:21.7637568Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:53:21.7639055Z [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-01T10:53:21.7640477Z [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-01T10:53:21.7640857Z Loading extension module custom_device_extension... 2022-12-01T10:53:21.7641057Z ok (1.984s) 2022-12-01T10:53:21.7641161Z 2022-12-01T10:53:21.7641362Z ---------------------------------------------------------------------- 2022-12-01T10:53:21.7641609Z Ran 1 test in 1.986s 2022-12-01T10:53:21.7641723Z 2022-12-01T10:53:21.7641773Z OK 2022-12-01T10:53:21.7641865Z 2022-12-01T10:53:21.7641948Z Generating XML reports... 2022-12-01T10:53:21.7642527Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201105319.xml 2022-12-01T10:53:21.7642839Z 2022-12-01T10:53:21.7643067Z ##[endgroup] 2022-12-01T10:53:21.7650921Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_pbe6n8mg) 2022-12-01T10:53:21.7651309Z 2022-12-01T10:53:21.7651578Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 10:53:21.763469] 2022-12-01T10:53:22.9120440Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:23.0036003Z running install 2022-12-01T10:53:23.0036995Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:53:23.0037437Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:53:23.0153084Z running build 2022-12-01T10:53:23.0153464Z running build_py 2022-12-01T10:53:23.0208302Z creating build 2022-12-01T10:53:23.0209142Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:53:23.0209746Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:53:23.0210472Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:53:23.0212212Z running build_ext 2022-12-01T10:53:23.0624764Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T10:53:23.0625208Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-12-01T10:53:23.1004105Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:53:23.1004876Z Compiling objects... 2022-12-01T10:53:23.1005123Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:53:24.1494163Z [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-01T10:53:24.1496034Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:24.1496524Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T10:53:24.1497221Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T10:53:24.1497700Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T10:53:24.1498022Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-12-01T10:53:24.1498663Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T10:53:24.1499112Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-12-01T10:53:24.1499895Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-12-01T10:53:24.1501972Z class class_ : public detail::generic_type { 2022-12-01T10:53:24.1502212Z ^~~~~~ 2022-12-01T10:53:24.1502925Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-12-01T10:53:24.1595916Z 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-01T10:53:24.4598583Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T10:53:24.4983312Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:53:24.4992697Z Compiling objects... 2022-12-01T10:53:24.4992965Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:53:25.5840001Z [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-01T10:53:25.5842267Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:25.5898295Z 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-01T10:53:25.8833197Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T10:53:25.9224273Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:53:25.9224970Z Compiling objects... 2022-12-01T10:53:25.9225423Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:53:27.0097727Z [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-01T10:53:27.0099275Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:27.0099760Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T10:53:27.0100210Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T10:53:27.0100617Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T10:53:27.0101075Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T10:53:27.0101435Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-12-01T10:53:27.0101928Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:976:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-12-01T10:53:27.0102224Z # pragma unroll 2022-12-01T10:53:27.0102387Z 2022-12-01T10:53:27.0155792Z 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-01T10:53:27.3156115Z running install_lib 2022-12-01T10:53:27.3222953Z creating install 2022-12-01T10:53:27.3223267Z creating install/opt 2022-12-01T10:53:27.3224198Z creating install/opt/conda 2022-12-01T10:53:27.3224499Z creating install/opt/conda/lib 2022-12-01T10:53:27.3224789Z creating install/opt/conda/lib/python3.7 2022-12-01T10:53:27.3225300Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:53:27.3226059Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:27.3226900Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:27.3228010Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:27.3289095Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:27.3353563Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:27.3424761Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T10:53:27.3426323Z running install_egg_info 2022-12-01T10:53:27.3578395Z running egg_info 2022-12-01T10:53:27.3578909Z creating torch_test_cpp_extension.egg-info 2022-12-01T10:53:27.3629969Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T10:53:27.3632130Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T10:53:27.3634377Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T10:53:27.3635420Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:53:27.3689140Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:53:27.3694858Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:53:27.3695845Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-12-01T10:53:27.3700370Z running install_scripts 2022-12-01T10:53:28.7947428Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:28.8246473Z running install 2022-12-01T10:53:28.8248434Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:53:28.8248885Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:53:28.8362042Z running build 2022-12-01T10:53:28.8362244Z running build_ext 2022-12-01T10:53:28.8768683Z building 'no_python_abi_suffix_test' extension 2022-12-01T10:53:28.8769130Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T10:53:28.8769626Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T10:53:28.9151850Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:53:28.9152477Z Compiling objects... 2022-12-01T10:53:28.9152735Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:53:28.9857667Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:53:28.9859271Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:28.9909085Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:53:28.9910793Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-12-01T10:53:29.1611203Z running install_lib 2022-12-01T10:53:29.1674730Z creating install 2022-12-01T10:53:29.1675114Z creating install/opt 2022-12-01T10:53:29.1675858Z creating install/opt/conda 2022-12-01T10:53:29.1676108Z creating install/opt/conda/lib 2022-12-01T10:53:29.1676361Z creating install/opt/conda/lib/python3.7 2022-12-01T10:53:29.1677028Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:53:29.1677999Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:53:29.1683375Z running install_egg_info 2022-12-01T10:53:29.1819715Z running egg_info 2022-12-01T10:53:29.1820221Z creating no_python_abi_suffix_test.egg-info 2022-12-01T10:53:29.1870425Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T10:53:29.1872800Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T10:53:29.1874967Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T10:53:29.1876659Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:53:29.1927047Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:53:29.1932700Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:53:29.1933734Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-12-01T10:53:29.1937777Z running install_scripts 2022-12-01T10:53:29.4613483Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:29.460881] 2022-12-01T10:53:31.3474071Z 2022-12-01T10:53:31.3474699Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T10:53:31.3475791Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_lm36izav) 2022-12-01T10:53:31.3476751Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-12-01T10:53:31.3477389Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:31.3477637Z 2022-12-01T10:53:31.3477769Z Running tests... 2022-12-01T10:53:31.3478278Z ---------------------------------------------------------------------- 2022-12-01T10:53:31.3478741Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.012s) 2022-12-01T10:53:31.3479234Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:53:31.3479782Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:53:31.3480326Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:53:31.3484822Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:53:31.3485377Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:31.3485969Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:31.3486642Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:31.3487238Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:31.3487726Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T10:53:31.3488226Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:53:31.3488749Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-12-01T10:53:31.3489211Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:53:31.3489686Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-12-01T10:53:31.3490230Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T10:53:31.3490560Z 2022-12-01T10:53:31.3490974Z ---------------------------------------------------------------------- 2022-12-01T10:53:31.3491435Z Ran 15 tests in 0.033s 2022-12-01T10:53:31.3491661Z 2022-12-01T10:53:31.3491796Z OK (skipped=5) 2022-12-01T10:53:31.3492257Z 2022-12-01T10:53:31.3492415Z Generating XML reports... 2022-12-01T10:53:31.3493269Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201105330.xml 2022-12-01T10:53:31.3494342Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201105330.xml 2022-12-01T10:53:31.3495630Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201105330.xml 2022-12-01T10:53:31.3496682Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201105330.xml 2022-12-01T10:53:31.3497143Z 2022-12-01T10:53:31.3497750Z ##[endgroup] 2022-12-01T10:53:31.3498591Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_lm36izav) 2022-12-01T10:53:31.3499059Z 2022-12-01T10:53:31.6280967Z 2022-12-01T10:53:31.6281482Z real 45m31.319s 2022-12-01T10:53:31.6281827Z user 167m5.895s 2022-12-01T10:53:31.6282109Z sys 10m50.370s 2022-12-01T10:53:31.6282292Z + assert_git_not_dirty 2022-12-01T10:53:31.6282695Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:53:31.6282977Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:53:31.6284919Z ++ git status --porcelain 2022-12-01T10:53:45.1381534Z + git_status= 2022-12-01T10:53:45.1382127Z + [[ -n '' ]] 2022-12-01T10:53:45.1382412Z + test_libtorch 2022-12-01T10:53:45.1382713Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:53:45.1382957Z + echo 'Testing libtorch' 2022-12-01T10:53:45.1383144Z Testing libtorch 2022-12-01T10:53:45.1383573Z + 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-01T10:53:45.1431310Z + 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-01T10:53:45.1440074Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:53:45.1448552Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:53:45.1457849Z + 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-01T10:53:45.1465703Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:53:45.1474919Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-12-01T10:53:45.1475332Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-12-01T10:53:45.1475686Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-12-01T10:53:45.1576874Z + python test/cpp/jit/tests_setup.py setup 2022-12-01T10:53:45.1928534Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-12-01T10:53:45.6020296Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-12-01T10:53:45.6176653Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-12-01T10:53:45.6763335Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-12-01T10:53:46.0866527Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:53:46.0867065Z + /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-01T10:53:46.3547985Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:53:46.3553265Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-12-01T10:53:46.3553854Z [==========] Running 569 tests from 118 test suites. 2022-12-01T10:53:46.3554166Z [----------] Global test environment set-up. 2022-12-01T10:53:46.3554469Z [----------] 2 tests from AddIfThenElseOpTest 2022-12-01T10:53:46.3554824Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-12-01T10:53:46.3621445Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (6 ms) 2022-12-01T10:53:46.3622230Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-12-01T10:53:46.3622704Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-12-01T10:53:46.3623222Z [----------] 2 tests from AddIfThenElseOpTest (6 ms total) 2022-12-01T10:53:46.3623411Z 2022-12-01T10:53:46.3623658Z [----------] 15 tests from TopologicalMoveTest 2022-12-01T10:53:46.3624050Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-12-01T10:53:46.3624701Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-12-01T10:53:46.3625281Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-12-01T10:53:46.3625991Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-12-01T10:53:46.3626670Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-12-01T10:53:46.3627280Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-12-01T10:53:46.3627776Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-12-01T10:53:46.3628266Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-12-01T10:53:46.3628781Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-12-01T10:53:46.3629291Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-12-01T10:53:46.3629879Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-12-01T10:53:46.3630499Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-12-01T10:53:46.3631264Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-12-01T10:53:46.3631989Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-12-01T10:53:46.3632488Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-12-01T10:53:46.3633364Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-12-01T10:53:46.3634007Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-12-01T10:53:46.3634489Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-12-01T10:53:46.3634980Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-12-01T10:53:46.3635441Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-12-01T10:53:46.3635912Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-12-01T10:53:46.3636384Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-12-01T10:53:46.3636779Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-12-01T10:53:46.3637288Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-12-01T10:53:46.3637868Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-12-01T10:53:46.3638396Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-12-01T10:53:46.3638880Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-12-01T10:53:46.3639253Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-12-01T10:53:46.3639622Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-12-01T10:53:46.3640072Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-12-01T10:53:46.3640460Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-12-01T10:53:46.3640628Z 2022-12-01T10:53:46.3640790Z [----------] 6 tests from AliasAnalysisTest 2022-12-01T10:53:46.3641135Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-12-01T10:53:46.3672954Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (3 ms) 2022-12-01T10:53:46.3673419Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-12-01T10:53:46.3674029Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-12-01T10:53:46.3674442Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-12-01T10:53:46.3674923Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-12-01T10:53:46.3675442Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-12-01T10:53:46.3675896Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-12-01T10:53:46.3676372Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-12-01T10:53:46.3676876Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-12-01T10:53:46.3677525Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-12-01T10:53:46.3678194Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-12-01T10:53:46.3678836Z [----------] 6 tests from AliasAnalysisTest (3 ms total) 2022-12-01T10:53:46.3679132Z 2022-12-01T10:53:46.3679395Z [----------] 4 tests from WriteTrackingTest 2022-12-01T10:53:46.3679908Z [ RUN ] WriteTrackingTest.Basic 2022-12-01T10:53:46.3680457Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-12-01T10:53:46.3681037Z [ RUN ] WriteTrackingTest.IsMutable 2022-12-01T10:53:46.3681605Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-12-01T10:53:46.3681934Z [ RUN ] WriteTrackingTest.IsImmutable 2022-12-01T10:53:46.3682259Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-12-01T10:53:46.3682576Z [ RUN ] WriteTrackingTest.HasWriters 2022-12-01T10:53:46.3682886Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-12-01T10:53:46.3683223Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-12-01T10:53:46.3683387Z 2022-12-01T10:53:46.3683561Z [----------] 13 tests from ContainerAliasingTest 2022-12-01T10:53:46.3683885Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-12-01T10:53:46.3687338Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-12-01T10:53:46.3688015Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-12-01T10:53:46.3688688Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-12-01T10:53:46.3689453Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-12-01T10:53:46.3690343Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-12-01T10:53:46.3691013Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-12-01T10:53:46.3691610Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-12-01T10:53:46.3692302Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-12-01T10:53:46.3693067Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-12-01T10:53:46.3693727Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-12-01T10:53:46.3694113Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-12-01T10:53:46.3694636Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-12-01T10:53:46.3695189Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-12-01T10:53:46.3695628Z [ RUN ] ContainerAliasingTest.Simple 2022-12-01T10:53:46.3696161Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-12-01T10:53:46.3696663Z [ RUN ] ContainerAliasingTest.Lists 2022-12-01T10:53:46.3696984Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-12-01T10:53:46.3697551Z [ RUN ] ContainerAliasingTest.Lists2 2022-12-01T10:53:46.3698092Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-12-01T10:53:46.3698843Z [ RUN ] ContainerAliasingTest.Conservative 2022-12-01T10:53:46.3699452Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-12-01T10:53:46.3700160Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-12-01T10:53:46.3700973Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-12-01T10:53:46.3701767Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-12-01T10:53:46.3702628Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-12-01T10:53:46.3703399Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-12-01T10:53:46.3703710Z 2022-12-01T10:53:46.3703980Z [----------] 3 tests from WildcardsTest 2022-12-01T10:53:46.3704478Z [ RUN ] WildcardsTest.Basic 2022-12-01T10:53:46.3704962Z [ OK ] WildcardsTest.Basic (0 ms) 2022-12-01T10:53:46.3705600Z [ RUN ] WildcardsTest.TypeIsolation 2022-12-01T10:53:46.3705940Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-12-01T10:53:46.3706278Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-12-01T10:53:46.3706667Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-12-01T10:53:46.3707026Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-12-01T10:53:46.3707181Z 2022-12-01T10:53:46.3707343Z [----------] 18 tests from AliasRegistrationTest 2022-12-01T10:53:46.3707731Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-12-01T10:53:46.3708196Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-12-01T10:53:46.3708653Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-12-01T10:53:46.3709109Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-12-01T10:53:46.3709633Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-12-01T10:53:46.3775146Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (6 ms) 2022-12-01T10:53:46.3775780Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-12-01T10:53:46.3796379Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-12-01T10:53:46.3796952Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-12-01T10:53:46.3806358Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-12-01T10:53:46.3806995Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-12-01T10:53:46.3807734Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-12-01T10:53:46.3808242Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-12-01T10:53:46.3808828Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-12-01T10:53:46.3809417Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-12-01T10:53:46.3809894Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-12-01T10:53:46.3810500Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-12-01T10:53:46.3811050Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-12-01T10:53:46.3811513Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-12-01T10:53:46.3811970Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-12-01T10:53:46.3812390Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-12-01T10:53:46.3834568Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-12-01T10:53:46.3835248Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-12-01T10:53:46.3835895Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-12-01T10:53:46.3836876Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-12-01T10:53:46.3837801Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-12-01T10:53:46.3838362Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-12-01T10:53:46.3838850Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-12-01T10:53:46.3839360Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-12-01T10:53:46.3839880Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-12-01T10:53:46.3840351Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-12-01T10:53:46.3840789Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-12-01T10:53:46.3841335Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-12-01T10:53:46.3841757Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-12-01T10:53:46.3842205Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-12-01T10:53:46.3860723Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-12-01T10:53:46.3861460Z [----------] 18 tests from AliasRegistrationTest (15 ms total) 2022-12-01T10:53:46.3861778Z 2022-12-01T10:53:46.3862108Z [----------] 2 tests from IRNonDeterminismTest 2022-12-01T10:53:46.3862489Z [ RUN ] IRNonDeterminismTest.Basic 2022-12-01T10:53:46.3862792Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-12-01T10:53:46.3863194Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-12-01T10:53:46.3863622Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-12-01T10:53:46.3864190Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-12-01T10:53:46.3864365Z 2022-12-01T10:53:46.3864573Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-12-01T10:53:46.3865102Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-12-01T10:53:46.3865693Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-12-01T10:53:46.3866181Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-12-01T10:53:46.3866372Z 2022-12-01T10:53:46.3866520Z [----------] 3 tests from AutodiffTest 2022-12-01T10:53:46.3866799Z [ RUN ] AutodiffTest.ADFormulas 2022-12-01T10:53:46.4317472Z [ OK ] AutodiffTest.ADFormulas (45 ms) 2022-12-01T10:53:46.4317783Z [ RUN ] AutodiffTest.Differentiate 2022-12-01T10:53:46.4323248Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-12-01T10:53:46.4323665Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-12-01T10:53:46.4341701Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (1 ms) 2022-12-01T10:53:46.4342195Z [----------] 3 tests from AutodiffTest (47 ms total) 2022-12-01T10:53:46.4342362Z 2022-12-01T10:53:46.4342572Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-12-01T10:53:46.4342949Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-12-01T10:53:46.4354376Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-12-01T10:53:46.4355128Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-12-01T10:53:46.4355337Z 2022-12-01T10:53:46.4355491Z [----------] 1 test from UpgraderLoad 2022-12-01T10:53:46.4355823Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-12-01T10:53:46.4395528Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (4 ms) 2022-12-01T10:53:46.4396190Z [----------] 1 test from UpgraderLoad (4 ms total) 2022-12-01T10:53:46.4396352Z 2022-12-01T10:53:46.4396522Z [----------] 4 tests from OpReplacementTest 2022-12-01T10:53:46.4397237Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-12-01T10:53:46.4397969Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-12-01T10:53:46.4398618Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-12-01T10:53:46.4399271Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-12-01T10:53:46.4399694Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-12-01T10:53:46.4401188Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-12-01T10:53:46.4401740Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-12-01T10:53:46.4402588Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-12-01T10:53:46.4403154Z [----------] 4 tests from OpReplacementTest (0 ms total) 2022-12-01T10:53:46.4403306Z 2022-12-01T10:53:46.4403641Z [----------] 4 tests from UpgraderUtils 2022-12-01T10:53:46.4403971Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-12-01T10:53:46.4404327Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-12-01T10:53:46.4404655Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-12-01T10:53:46.4404999Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-12-01T10:53:46.4405334Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-12-01T10:53:46.4405677Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-12-01T10:53:46.4405993Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-12-01T10:53:46.4406330Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-12-01T10:53:46.4406665Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-12-01T10:53:46.4406805Z 2022-12-01T10:53:46.4406956Z [----------] 9 tests from BackendTest 2022-12-01T10:53:46.4407232Z [ RUN ] BackendTest.ToBackend 2022-12-01T10:53:46.4448854Z [ OK ] BackendTest.ToBackend (4 ms) 2022-12-01T10:53:46.4449206Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-12-01T10:53:46.4469404Z [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:53:46.4522070Z [ OK ] BackendTest.ToBackendNotAvailable (7 ms) 2022-12-01T10:53:46.4522403Z [ RUN ] BackendTest.TestCompiler 2022-12-01T10:53:46.4599323Z [ OK ] BackendTest.TestCompiler (7 ms) 2022-12-01T10:53:46.4599664Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-12-01T10:53:46.4652948Z [ OK ] BackendTest.TestCompilerWithStringTable (5 ms) 2022-12-01T10:53:46.4653295Z [ RUN ] BackendTest.TestComposite 2022-12-01T10:53:46.4749971Z [ OK ] BackendTest.TestComposite (9 ms) 2022-12-01T10:53:46.4750299Z [ RUN ] BackendTest.TestPrimDtype 2022-12-01T10:53:46.4755333Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-12-01T10:53:46.4755682Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-12-01T10:53:46.4851263Z [ OK ] BackendTest.TestCompositeWithSetStates (9 ms) 2022-12-01T10:53:46.4851676Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-12-01T10:53:46.5029423Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (17 ms) 2022-12-01T10:53:46.5029833Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-12-01T10:53:46.5044196Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-12-01T10:53:46.5044604Z [----------] 9 tests from BackendTest (64 ms total) 2022-12-01T10:53:46.5044764Z 2022-12-01T10:53:46.5044935Z [----------] 6 tests from BackendTestDebugInfo 2022-12-01T10:53:46.5045269Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-12-01T10:53:46.5144193Z [ OK ] BackendTestDebugInfo.TestCompiler (9 ms) 2022-12-01T10:53:46.5144600Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-12-01T10:53:46.5241488Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (9 ms) 2022-12-01T10:53:46.5242013Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-12-01T10:53:46.5341676Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (9 ms) 2022-12-01T10:53:46.5342315Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-12-01T10:53:46.5446313Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (10 ms) 2022-12-01T10:53:46.5446941Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-12-01T10:53:46.5549793Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (10 ms) 2022-12-01T10:53:46.5550481Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-12-01T10:53:46.5655358Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (10 ms) 2022-12-01T10:53:46.5655915Z [----------] 6 tests from BackendTestDebugInfo (61 ms total) 2022-12-01T10:53:46.5656091Z 2022-12-01T10:53:46.5656236Z [----------] 4 tests from ClassImportTest 2022-12-01T10:53:46.5656525Z [ RUN ] ClassImportTest.Basic 2022-12-01T10:53:46.5660710Z [ OK ] ClassImportTest.Basic (0 ms) 2022-12-01T10:53:46.5661074Z [ RUN ] ClassImportTest.ScriptObject 2022-12-01T10:53:46.5695769Z [ OK ] ClassImportTest.ScriptObject (3 ms) 2022-12-01T10:53:46.5696169Z [ RUN ] ClassImportTest.ClassDerive 2022-12-01T10:53:46.5696772Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-12-01T10:53:46.5697078Z [ RUN ] ClassImportTest.CustomClass 2022-12-01T10:53:46.5699702Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-12-01T10:53:46.5700378Z [----------] 4 tests from ClassImportTest (4 ms total) 2022-12-01T10:53:46.5700669Z 2022-12-01T10:53:46.5700948Z [----------] 1 test from ClassParserTest 2022-12-01T10:53:46.5701433Z [ RUN ] ClassParserTest.Basic 2022-12-01T10:53:46.5701951Z [ OK ] ClassParserTest.Basic (0 ms) 2022-12-01T10:53:46.5702523Z [----------] 1 test from ClassParserTest (0 ms total) 2022-12-01T10:53:46.5702803Z 2022-12-01T10:53:46.5703052Z [----------] 3 tests from ClassTypeTest 2022-12-01T10:53:46.5703568Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-12-01T10:53:46.5704137Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-12-01T10:53:46.5704723Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-12-01T10:53:46.5705313Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-12-01T10:53:46.5706029Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-12-01T10:53:46.5710253Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-12-01T10:53:46.5710901Z [----------] 3 tests from ClassTypeTest (1 ms total) 2022-12-01T10:53:46.5711170Z 2022-12-01T10:53:46.5711446Z [----------] 2 tests from TestCodeTemplate 2022-12-01T10:53:46.5711948Z [ RUN ] TestCodeTemplate.Copying 2022-12-01T10:53:46.5712487Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-12-01T10:53:46.5712997Z [ RUN ] TestCodeTemplate.Formatting 2022-12-01T10:53:46.5713553Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-12-01T10:53:46.5714136Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-12-01T10:53:46.5714415Z 2022-12-01T10:53:46.5714677Z [----------] 13 tests from ConcatOptTest 2022-12-01T10:53:46.5715543Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-12-01T10:53:46.5769218Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-12-01T10:53:46.5770575Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-12-01T10:53:46.5813266Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (4 ms) 2022-12-01T10:53:46.5814136Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-12-01T10:53:46.5842014Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (2 ms) 2022-12-01T10:53:46.5842787Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-12-01T10:53:46.5917322Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (7 ms) 2022-12-01T10:53:46.5917947Z [ RUN ] ConcatOptTest.ExpandConcat 2022-12-01T10:53:46.5942970Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-12-01T10:53:46.5943568Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-12-01T10:53:46.5963897Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-12-01T10:53:46.5964643Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-12-01T10:53:46.5982364Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (1 ms) 2022-12-01T10:53:46.5983040Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-12-01T10:53:46.6033793Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-12-01T10:53:46.6034465Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-12-01T10:53:46.6050587Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (1 ms) 2022-12-01T10:53:46.6051468Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-12-01T10:53:46.6073026Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (2 ms) 2022-12-01T10:53:46.6073983Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-12-01T10:53:46.6105309Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-12-01T10:53:46.6106405Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-12-01T10:53:46.6144634Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (3 ms) 2022-12-01T10:53:46.6145663Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-12-01T10:53:46.6188549Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (4 ms) 2022-12-01T10:53:46.6189393Z [----------] 13 tests from ConcatOptTest (47 ms total) 2022-12-01T10:53:46.6189666Z 2022-12-01T10:53:46.6189938Z [----------] 1 test from OptimizeConcatTest 2022-12-01T10:53:46.6190558Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-12-01T10:53:46.6214683Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (2 ms) 2022-12-01T10:53:46.6215638Z [----------] 1 test from OptimizeConcatTest (2 ms total) 2022-12-01T10:53:46.6215960Z 2022-12-01T10:53:46.6216236Z [----------] 3 tests from ConcatOpt 2022-12-01T10:53:46.6216826Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-12-01T10:53:46.6217495Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-12-01T10:53:46.6218255Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-12-01T10:53:46.6219785Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-12-01T10:53:46.6220473Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-12-01T10:53:46.6221155Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-12-01T10:53:46.6223229Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-12-01T10:53:46.6223773Z 2022-12-01T10:53:46.6224214Z [----------] 4 tests from ConstantPoolingTest 2022-12-01T10:53:46.6224890Z [ RUN ] ConstantPoolingTest.Int 2022-12-01T10:53:46.6225691Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-12-01T10:53:46.6226530Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-12-01T10:53:46.6227184Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-12-01T10:53:46.6227827Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-12-01T10:53:46.6228560Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-12-01T10:53:46.6229215Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-12-01T10:53:46.6229853Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-12-01T10:53:46.6230470Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-12-01T10:53:46.6230745Z 2022-12-01T10:53:46.6231003Z [----------] 1 test from CleanupPassTest 2022-12-01T10:53:46.6231483Z [ RUN ] CleanupPassTest.Basic 2022-12-01T10:53:46.6232054Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-12-01T10:53:46.6232585Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-12-01T10:53:46.6232839Z 2022-12-01T10:53:46.6233153Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-12-01T10:53:46.6233728Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-12-01T10:53:46.6234311Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-12-01T10:53:46.6234943Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-12-01T10:53:46.6235249Z 2022-12-01T10:53:46.6235508Z [----------] 4 tests from CustomClassTest 2022-12-01T10:53:46.6236029Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-12-01T10:53:46.6248009Z [ OK ] CustomClassTest.TorchbindIValueAPI (1 ms) 2022-12-01T10:53:46.6248578Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-12-01T10:53:46.6250652Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-12-01T10:53:46.6251386Z [ RUN ] CustomClassTest.TestDocString 2022-12-01T10:53:46.6252086Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-12-01T10:53:46.6252760Z [ RUN ] CustomClassTest.Serialization 2022-12-01T10:53:46.6272112Z [ OK ] CustomClassTest.Serialization (2 ms) 2022-12-01T10:53:46.6272720Z [----------] 4 tests from CustomClassTest (3 ms total) 2022-12-01T10:53:46.6272985Z 2022-12-01T10:53:46.6273406Z [----------] 5 tests from CustomOperatorTest 2022-12-01T10:53:46.6273958Z [ RUN ] CustomOperatorTest.InferredSchema 2022-12-01T10:53:46.6274644Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-12-01T10:53:46.6275221Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-12-01T10:53:46.6276634Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-12-01T10:53:46.6277328Z [ RUN ] CustomOperatorTest.ListParameters 2022-12-01T10:53:46.6278221Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-12-01T10:53:46.6278943Z [ RUN ] CustomOperatorTest.ListParameters2 2022-12-01T10:53:46.6279731Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-12-01T10:53:46.6280431Z [ RUN ] CustomOperatorTest.Aliasing 2022-12-01T10:53:46.6281423Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-12-01T10:53:46.6282170Z [----------] 5 tests from CustomOperatorTest (0 ms total) 2022-12-01T10:53:46.6282459Z 2022-12-01T10:53:46.6282741Z [----------] 2 tests from TestCustomOperator 2022-12-01T10:53:46.6283336Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-12-01T10:53:46.6284235Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-12-01T10:53:46.6284923Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-12-01T10:53:46.6285582Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-12-01T10:53:46.6286220Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-12-01T10:53:46.6286688Z 2022-12-01T10:53:46.6286971Z [----------] 1 test from EliminateDeadCodeTest 2022-12-01T10:53:46.6287483Z [ RUN ] EliminateDeadCodeTest.Basic 2022-12-01T10:53:46.6288133Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-12-01T10:53:46.6288724Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-12-01T10:53:46.6289007Z 2022-12-01T10:53:46.6289242Z [----------] 2 tests from FuserTest 2022-12-01T10:53:46.6289696Z [ RUN ] FuserTest.FusionAliasing 2022-12-01T10:53:46.6290194Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-12-01T10:53:46.6290681Z [ RUN ] FuserTest.KernelCaching 2022-12-01T10:53:46.6296279Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-12-01T10:53:46.6296811Z [----------] 2 tests from FuserTest (0 ms total) 2022-12-01T10:53:46.6297089Z 2022-12-01T10:53:46.6297470Z [----------] 1 test from GraphExecutorTest 2022-12-01T10:53:46.6298012Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-12-01T10:53:46.6412192Z [ OK ] GraphExecutorTest.runAsync_executor (11 ms) 2022-12-01T10:53:46.6413612Z [----------] 1 test from GraphExecutorTest (11 ms total) 2022-12-01T10:53:46.6413968Z 2022-12-01T10:53:46.6414722Z [----------] 5 tests from GraphIteratorTest 2022-12-01T10:53:46.6415813Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-12-01T10:53:46.6416758Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-12-01T10:53:46.6417748Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-12-01T10:53:46.6418786Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-12-01T10:53:46.6419920Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-12-01T10:53:46.6420837Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-12-01T10:53:46.6421745Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-12-01T10:53:46.6422544Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-12-01T10:53:46.6423256Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-12-01T10:53:46.6423982Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-12-01T10:53:46.6424728Z [----------] 5 tests from GraphIteratorTest (1 ms total) 2022-12-01T10:53:46.6425067Z 2022-12-01T10:53:46.6425481Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-12-01T10:53:46.6426333Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-12-01T10:53:46.6431094Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-12-01T10:53:46.6432002Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-12-01T10:53:46.6432398Z 2022-12-01T10:53:46.6432687Z [----------] 1 test from InlinerTest 2022-12-01T10:53:46.6433260Z [ RUN ] InlinerTest.Basic 2022-12-01T10:53:46.6436919Z [ OK ] InlinerTest.Basic (0 ms) 2022-12-01T10:53:46.6437583Z [----------] 1 test from InlinerTest (0 ms total) 2022-12-01T10:53:46.6437901Z 2022-12-01T10:53:46.6438195Z [----------] 1 test from InterfaceTest 2022-12-01T10:53:46.6438911Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-12-01T10:53:46.6461477Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (2 ms) 2022-12-01T10:53:46.6462265Z [----------] 1 test from InterfaceTest (2 ms total) 2022-12-01T10:53:46.6462574Z 2022-12-01T10:53:46.6462902Z [----------] 4 tests from TypeCheckTest 2022-12-01T10:53:46.6463788Z [ RUN ] TypeCheckTest.MatchingType 2022-12-01T10:53:46.6464999Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-12-01T10:53:46.6466024Z [ RUN ] TypeCheckTest.SizeMismatch 2022-12-01T10:53:46.6466998Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-12-01T10:53:46.6467961Z [ RUN ] TypeCheckTest.GradientMismatch 2022-12-01T10:53:46.6469206Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-12-01T10:53:46.6470428Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-12-01T10:53:46.6471438Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-12-01T10:53:46.6472131Z [----------] 4 tests from TypeCheckTest (1 ms total) 2022-12-01T10:53:46.6472467Z 2022-12-01T10:53:46.6472804Z [----------] 3 tests from InterpreterTest 2022-12-01T10:53:46.6473494Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-12-01T10:53:46.6479060Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-12-01T10:53:46.6479740Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-12-01T10:53:46.6480470Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-12-01T10:53:46.6481191Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-12-01T10:53:46.6616582Z [ OK ] InterpreterTest.runAsyncBasicTest (13 ms) 2022-12-01T10:53:46.6617481Z [----------] 3 tests from InterpreterTest (14 ms total) 2022-12-01T10:53:46.6617826Z 2022-12-01T10:53:46.6618260Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-12-01T10:53:46.6619471Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-12-01T10:53:46.6968768Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (35 ms) 2022-12-01T10:53:46.7003965Z [----------] 1 test from EnableRethrowCaughtExceptionTest (38 ms total) 2022-12-01T10:53:46.7004379Z 2022-12-01T10:53:46.7004678Z [----------] 4 tests from IRTest 2022-12-01T10:53:46.7005163Z [ RUN ] IRTest.Attributes 2022-12-01T10:53:46.7005721Z [ OK ] IRTest.Attributes (0 ms) 2022-12-01T10:53:46.7006163Z [ RUN ] IRTest.Blocks 2022-12-01T10:53:46.7007445Z [ OK ] IRTest.Blocks (0 ms) 2022-12-01T10:53:46.7010976Z [ RUN ] IRTest.CommonAncestor 2022-12-01T10:53:46.7013033Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-12-01T10:53:46.7014176Z [ RUN ] IRTest.OperatorMap 2022-12-01T10:53:46.7016154Z [ OK ] IRTest.OperatorMap (0 ms) 2022-12-01T10:53:46.7019378Z [----------] 4 tests from IRTest (1 ms total) 2022-12-01T10:53:46.7020092Z 2022-12-01T10:53:46.7020482Z [----------] 21 tests from IRParserTest 2022-12-01T10:53:46.7020920Z [ RUN ] IRParserTest.Basic 2022-12-01T10:53:46.7022521Z [ OK ] IRParserTest.Basic (0 ms) 2022-12-01T10:53:46.7023050Z [ RUN ] IRParserTest.NestedBlock 2022-12-01T10:53:46.7023556Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-12-01T10:53:46.7024050Z [ RUN ] IRParserTest.If 2022-12-01T10:53:46.7024488Z [ OK ] IRParserTest.If (0 ms) 2022-12-01T10:53:46.7025015Z [ RUN ] IRParserTest.If2 2022-12-01T10:53:46.7030823Z [ OK ] IRParserTest.If2 (0 ms) 2022-12-01T10:53:46.7031438Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-12-01T10:53:46.7032112Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-12-01T10:53:46.7032673Z [ RUN ] IRParserTest.ValueReuse 2022-12-01T10:53:46.7033201Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-12-01T10:53:46.7035436Z [ RUN ] IRParserTest.Attributes 2022-12-01T10:53:46.7035961Z [ OK ] IRParserTest.Attributes (0 ms) 2022-12-01T10:53:46.7036415Z [ RUN ] IRParserTest.OptionalTypes 2022-12-01T10:53:46.7040158Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-12-01T10:53:46.7041912Z [ RUN ] IRParserTest.StarTensor 2022-12-01T10:53:46.7042532Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-12-01T10:53:46.7043163Z [ RUN ] IRParserTest.UnshapedTensor 2022-12-01T10:53:46.7044164Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-12-01T10:53:46.7044683Z [ RUN ] IRParserTest.ShapedTensor 2022-12-01T10:53:46.7045197Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-12-01T10:53:46.7045884Z [ RUN ] IRParserTest.NestedContrainer 2022-12-01T10:53:46.7047648Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-12-01T10:53:46.7048346Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-12-01T10:53:46.7054723Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-12-01T10:53:46.7055381Z [ RUN ] IRParserTest.FileCheck 2022-12-01T10:53:46.7055895Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-12-01T10:53:46.7056371Z [ RUN ] IRParserTest.Strides 2022-12-01T10:53:46.7058224Z [ OK ] IRParserTest.Strides (0 ms) 2022-12-01T10:53:46.7058846Z [ RUN ] IRParserTest.MalformedStrides 2022-12-01T10:53:46.7061970Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-12-01T10:53:46.7063755Z [ RUN ] IRParserTest.TensorShapes 2022-12-01T10:53:46.7064318Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-12-01T10:53:46.7064959Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-12-01T10:53:46.7066767Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-12-01T10:53:46.7067695Z [ RUN ] IRParserTest.ListConstant 2022-12-01T10:53:46.7069465Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-12-01T10:53:46.7070177Z [ RUN ] IRParserTest.PartialStarTensor 2022-12-01T10:53:46.7070862Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-12-01T10:53:46.7071559Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-12-01T10:53:46.7072177Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-12-01T10:53:46.7074864Z [----------] 21 tests from IRParserTest (5 ms total) 2022-12-01T10:53:46.7075201Z 2022-12-01T10:53:46.7075525Z [----------] 2 tests from JitTypeTest 2022-12-01T10:53:46.7076007Z [ RUN ] JitTypeTest.IsComplete 2022-12-01T10:53:46.7076503Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-12-01T10:53:46.7076959Z [ RUN ] JitTypeTest.UnifyTypes 2022-12-01T10:53:46.7079114Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-12-01T10:53:46.7079761Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-12-01T10:53:46.7080080Z 2022-12-01T10:53:46.7080418Z [----------] 42 tests from LiteInterpreterTest 2022-12-01T10:53:46.7081139Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-12-01T10:53:46.7117992Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (3 ms) 2022-12-01T10:53:46.7126829Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-12-01T10:53:46.7131405Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-12-01T10:53:46.7134024Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-12-01T10:53:46.7178266Z [ OK ] LiteInterpreterTest.MethodInvocation (4 ms) 2022-12-01T10:53:46.7219984Z [ RUN ] LiteInterpreterTest.Conv 2022-12-01T10:53:46.7304276Z [ OK ] LiteInterpreterTest.Conv (8 ms) 2022-12-01T10:53:46.7305805Z [ RUN ] LiteInterpreterTest.Inline 2022-12-01T10:53:46.7321783Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-12-01T10:53:46.7336456Z [ RUN ] LiteInterpreterTest.Tuple 2022-12-01T10:53:46.7348991Z [ OK ] LiteInterpreterTest.Tuple (1 ms) 2022-12-01T10:53:46.7359496Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-12-01T10:53:46.7370761Z [ OK ] LiteInterpreterTest.AtenFormat (1 ms) 2022-12-01T10:53:46.7379997Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-12-01T10:53:46.7388486Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-12-01T10:53:46.7394749Z [ RUN ] LiteInterpreterTest.Dict 2022-12-01T10:53:46.7407118Z [ OK ] LiteInterpreterTest.Dict (1 ms) 2022-12-01T10:53:46.7417371Z [ RUN ] LiteInterpreterTest.List 2022-12-01T10:53:46.7432973Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-12-01T10:53:46.7447758Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-12-01T10:53:46.7448522Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-12-01T10:53:46.7449177Z [ RUN ] LiteInterpreterTest.Prim 2022-12-01T10:53:46.7455974Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-12-01T10:53:46.7462582Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-12-01T10:53:46.7472039Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-12-01T10:53:46.7479404Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-12-01T10:53:46.7569461Z [ OK ] LiteInterpreterTest.LoadOrigJit (8 ms) 2022-12-01T10:53:46.7633049Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-12-01T10:53:46.7659580Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-12-01T10:53:46.7683879Z [ RUN ] LiteInterpreterTest.SetState 2022-12-01T10:53:46.7728200Z [ OK ] LiteInterpreterTest.SetState (4 ms) 2022-12-01T10:53:46.7770822Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-12-01T10:53:46.7786232Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-12-01T10:53:46.7799116Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-12-01T10:53:46.7806795Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-12-01T10:53:46.7813293Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-12-01T10:53:46.7814144Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T10:53:46.7815031Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-12-01T10:53:46.7815926Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T10:53:46.7816722Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-12-01T10:53:46.7820980Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-12-01T10:53:46.7821714Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-12-01T10:53:46.7829427Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-12-01T10:53:46.7836517Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-12-01T10:53:46.9130858Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (129 ms) 2022-12-01T10:53:46.9131827Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-12-01T10:53:46.9196317Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (6 ms) 2022-12-01T10:53:46.9197272Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-12-01T10:53:46.9253639Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-12-01T10:53:46.9254422Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-12-01T10:53:46.9360184Z [ OK ] LiteInterpreterTest.isCompatibleFail (10 ms) 2022-12-01T10:53:46.9360944Z [ RUN ] LiteInterpreterTest.Eval 2022-12-01T10:53:46.9370982Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-12-01T10:53:46.9371602Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-12-01T10:53:46.9376363Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-12-01T10:53:46.9377200Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-12-01T10:53:46.9383235Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-12-01T10:53:46.9384033Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-12-01T10:53:46.9389857Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-12-01T10:53:46.9390650Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-12-01T10:53:46.9400120Z [ OK ] LiteInterpreterTest.DuplicateSetState (0 ms) 2022-12-01T10:53:46.9401250Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-12-01T10:53:46.9405071Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-12-01T10:53:46.9405922Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-12-01T10:53:46.9414406Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T10:53:46.9415448Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-12-01T10:53:46.9427063Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-12-01T10:53:46.9428034Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-12-01T10:53:46.9473053Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (4 ms) 2022-12-01T10:53:46.9474682Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T10:53:46.9485155Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T10:53:46.9486113Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-12-01T10:53:46.9503668Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T10:53:46.9504691Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-12-01T10:53:46.9511195Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T10:53:46.9512224Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T10:53:46.9598466Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-12-01T10:53:46.9599645Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T10:53:46.9629469Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-12-01T10:53:46.9630347Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-12-01T10:53:46.9633932Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-12-01T10:53:46.9634684Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-12-01T10:53:46.9649612Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-12-01T10:53:46.9650633Z [----------] 42 tests from LiteInterpreterTest (257 ms total) 2022-12-01T10:53:46.9651162Z 2022-12-01T10:53:46.9652212Z [----------] 3 tests from RunTimeTest 2022-12-01T10:53:46.9653646Z [ RUN ] RunTimeTest.ParseBytecode 2022-12-01T10:53:46.9654900Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-12-01T10:53:46.9656337Z [ RUN ] RunTimeTest.ParseOperator 2022-12-01T10:53:46.9657544Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-12-01T10:53:46.9658896Z [ RUN ] RunTimeTest.RuntimeCall 2022-12-01T10:53:46.9659825Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-12-01T10:53:46.9661294Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-12-01T10:53:46.9661786Z 2022-12-01T10:53:46.9663826Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-12-01T10:53:46.9664939Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-12-01T10:53:46.9666005Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T10:53:46.9666918Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-12-01T10:53:46.9667884Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T10:53:46.9668856Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-12-01T10:53:46.9669842Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T10:53:46.9670926Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-12-01T10:53:46.9671991Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T10:53:46.9672978Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T10:53:46.9673909Z expect output: 0.5000 2022-12-01T10:53:46.9674370Z [ CPUFloatType{1} ]actual output: 0.5000 2022-12-01T10:53:46.9675339Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T10:53:46.9676583Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T10:53:46.9677623Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T10:53:46.9678600Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-12-01T10:53:46.9679512Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T10:53:46.9680414Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-12-01T10:53:46.9681283Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T10:53:46.9682237Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T10:53:46.9683578Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T10:53:46.9684586Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-12-01T10:53:46.9685568Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T10:53:46.9686410Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-12-01T10:53:46.9687214Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-12-01T10:53:46.9688075Z [----------] 11 tests from LiteInterpreterUpgraderTest (1 ms total) 2022-12-01T10:53:46.9688476Z 2022-12-01T10:53:46.9688899Z [----------] 29 tests from LiteInterpreterDirectTest 2022-12-01T10:53:46.9689682Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-12-01T10:53:46.9690595Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (0 ms) 2022-12-01T10:53:46.9691452Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-12-01T10:53:46.9692288Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-12-01T10:53:46.9693133Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-12-01T10:53:46.9693654Z hello 2022-12-01T10:53:46.9693963Z hello 3 2022-12-01T10:53:46.9694279Z hello 2022-12-01T10:53:46.9694770Z hello 3 2022-12-01T10:53:46.9696499Z hello 2022-12-01T10:53:46.9696752Z hello 3 2022-12-01T10:53:46.9697364Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (1 ms) 2022-12-01T10:53:46.9698028Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-12-01T10:53:46.9709876Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-12-01T10:53:46.9710686Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-12-01T10:53:46.9716888Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-12-01T10:53:46.9717496Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-12-01T10:53:46.9721316Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-12-01T10:53:46.9722112Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-12-01T10:53:46.9725501Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-12-01T10:53:46.9726209Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-12-01T10:53:46.9729321Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-12-01T10:53:46.9733210Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-12-01T10:53:46.9734312Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-12-01T10:53:46.9735584Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-12-01T10:53:46.9747230Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-12-01T10:53:46.9748032Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-12-01T10:53:46.9762371Z [ OK ] LiteInterpreterDirectTest.SetState (1 ms) 2022-12-01T10:53:46.9763994Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-12-01T10:53:46.9767289Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-12-01T10:53:46.9768515Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-12-01T10:53:46.9769540Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T10:53:46.9770545Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-12-01T10:53:46.9771557Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T10:53:46.9772503Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-12-01T10:53:46.9773406Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-12-01T10:53:46.9774642Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-12-01T10:53:46.9833594Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (6 ms) 2022-12-01T10:53:46.9834418Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-12-01T10:53:46.9839900Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-12-01T10:53:46.9840712Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-12-01T10:53:46.9842010Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-12-01T10:53:46.9842877Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-12-01T10:53:46.9847840Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-12-01T10:53:46.9848721Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-12-01T10:53:46.9852335Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-12-01T10:53:46.9853199Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-12-01T10:53:46.9857611Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-12-01T10:53:46.9858614Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-12-01T10:53:46.9862858Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T10:53:46.9863809Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-12-01T10:53:46.9871876Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (0 ms) 2022-12-01T10:53:46.9873008Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-12-01T10:53:46.9905086Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-12-01T10:53:46.9906326Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T10:53:46.9912771Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-12-01T10:53:46.9913861Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-12-01T10:53:46.9930993Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T10:53:46.9932110Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-12-01T10:53:46.9936770Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T10:53:46.9937916Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T10:53:47.0020112Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-12-01T10:53:47.0021353Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T10:53:47.0038239Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (1 ms) 2022-12-01T10:53:47.0039286Z [----------] 29 tests from LiteInterpreterDirectTest (36 ms total) 2022-12-01T10:53:47.0039665Z 2022-12-01T10:53:47.0039997Z [----------] 7 tests from LiteTrainerTest 2022-12-01T10:53:47.0040593Z [ RUN ] LiteTrainerTest.Params 2022-12-01T10:53:47.0127563Z [ OK ] LiteTrainerTest.Params (8 ms) 2022-12-01T10:53:47.0128202Z [ RUN ] LiteTrainerTest.SGD 2022-12-01T10:53:47.0197304Z [ OK ] LiteTrainerTest.SGD (6 ms) 2022-12-01T10:53:47.0198283Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-12-01T10:53:47.0199027Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-12-01T10:53:47.0199939Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T10:53:47.0200990Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T10:53:47.0203502Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T10:53:47.0204586Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T10:53:47.0205513Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-12-01T10:53:47.0206298Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-12-01T10:53:47.0207178Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T10:53:47.0208237Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:53:47.0209073Z [----------] 7 tests from LiteTrainerTest (15 ms total) 2022-12-01T10:53:47.0209412Z 2022-12-01T10:53:47.0209711Z [----------] 6 tests from MobileTest 2022-12-01T10:53:47.0210353Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-12-01T10:53:47.0211116Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-12-01T10:53:47.0211865Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-12-01T10:53:47.0212676Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-12-01T10:53:47.0213492Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-12-01T10:53:47.0214326Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-12-01T10:53:47.0215357Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-12-01T10:53:47.0216258Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-12-01T10:53:47.0217202Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-12-01T10:53:47.0243110Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (3 ms) 2022-12-01T10:53:47.0244105Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-12-01T10:53:47.0259112Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-12-01T10:53:47.0259862Z [----------] 6 tests from MobileTest (6 ms total) 2022-12-01T10:53:47.0260180Z 2022-12-01T10:53:47.0260479Z [----------] 1 test from MemoryDAGTest 2022-12-01T10:53:47.0261056Z [ RUN ] MemoryDAGTest.Basic 2022-12-01T10:53:47.0261534Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-12-01T10:53:47.0262410Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-12-01T10:53:47.0262711Z 2022-12-01T10:53:47.0263048Z [----------] 1 test from InternedStringsTest 2022-12-01T10:53:47.0263896Z [ RUN ] InternedStringsTest.Basic 2022-12-01T10:53:47.0264753Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-12-01T10:53:47.0265759Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-12-01T10:53:47.0266211Z 2022-12-01T10:53:47.0266658Z [----------] 1 test from FromQualStringTest 2022-12-01T10:53:47.0267442Z [ RUN ] FromQualStringTest.Basic 2022-12-01T10:53:47.0268179Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-12-01T10:53:47.0269018Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-12-01T10:53:47.0269463Z 2022-12-01T10:53:47.0269859Z [----------] 1 test from THNNConvTest 2022-12-01T10:53:47.0270581Z [ RUN ] THNNConvTest.Basic 2022-12-01T10:53:47.0274419Z [ OK ] THNNConvTest.Basic (1 ms) 2022-12-01T10:53:47.0275150Z [----------] 1 test from THNNConvTest (1 ms total) 2022-12-01T10:53:47.0275491Z 2022-12-01T10:53:47.0275997Z [----------] 1 test from ATenNativeBatchNormTest 2022-12-01T10:53:47.0276738Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-12-01T10:53:47.0283568Z [ OK ] ATenNativeBatchNormTest.Basic (0 ms) 2022-12-01T10:53:47.0284335Z [----------] 1 test from ATenNativeBatchNormTest (0 ms total) 2022-12-01T10:53:47.0284697Z 2022-12-01T10:53:47.0285021Z [----------] 2 tests from CustomFusionTest 2022-12-01T10:53:47.0285764Z [ RUN ] CustomFusionTest.Basic 2022-12-01T10:53:47.0287886Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-12-01T10:53:47.0288536Z [ RUN ] CustomFusionTest.NestedBlocks 2022-12-01T10:53:47.0289230Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-12-01T10:53:47.0289970Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-12-01T10:53:47.0290311Z 2022-12-01T10:53:47.0290627Z [----------] 1 test from ControlFlowTest 2022-12-01T10:53:47.0291441Z [ RUN ] ControlFlowTest.Basic 2022-12-01T10:53:47.0297787Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-12-01T10:53:47.0298489Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-12-01T10:53:47.0298976Z 2022-12-01T10:53:47.0300366Z [----------] 1 test from ProtoTest 2022-12-01T10:53:47.0301689Z [ RUN ] ProtoTest.Basic 2022-12-01T10:53:47.0302838Z [ OK ] ProtoTest.Basic (0 ms) 2022-12-01T10:53:47.0303992Z [----------] 1 test from ProtoTest (0 ms total) 2022-12-01T10:53:47.0304762Z 2022-12-01T10:53:47.0307572Z [----------] 9 tests from SchemaParserTest 2022-12-01T10:53:47.0309491Z [ RUN ] SchemaParserTest.NestedArrays 2022-12-01T10:53:47.0311413Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-12-01T10:53:47.0313284Z [ RUN ] SchemaParserTest.OutVariant 2022-12-01T10:53:47.0315145Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-12-01T10:53:47.0317040Z [ RUN ] SchemaParserTest.NamedReturns 2022-12-01T10:53:47.0318953Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-12-01T10:53:47.0320804Z [ RUN ] SchemaParserTest.Futures 2022-12-01T10:53:47.0322624Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-12-01T10:53:47.0324518Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-12-01T10:53:47.0326481Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-12-01T10:53:47.0328796Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-12-01T10:53:47.0330909Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-12-01T10:53:47.0333019Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-12-01T10:53:47.0335409Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-12-01T10:53:47.0337436Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-12-01T10:53:47.0339363Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-12-01T10:53:47.0341285Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-12-01T10:53:47.0343239Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-12-01T10:53:47.0345188Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-12-01T10:53:47.0346765Z 2022-12-01T10:53:47.0348350Z [----------] 2 tests from TopologicalIndexTest 2022-12-01T10:53:47.0350195Z [ RUN ] TopologicalIndexTest.Basic 2022-12-01T10:53:47.0352074Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-12-01T10:53:47.0354098Z [ RUN ] TopologicalIndexTest.Reindex 2022-12-01T10:53:47.0354659Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-12-01T10:53:47.0355335Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-12-01T10:53:47.0355650Z 2022-12-01T10:53:47.0355972Z [----------] 7 tests from RecordFunctionTest 2022-12-01T10:53:47.0356447Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-12-01T10:53:47.0357213Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-12-01T10:53:47.0357829Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-12-01T10:53:47.0358445Z [ OK ] RecordFunctionTest.SampledCallbacks (4 ms) 2022-12-01T10:53:47.0359016Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-12-01T10:53:47.0359688Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-12-01T10:53:47.0360224Z [ RUN ] RecordFunctionTest.Callbacks 2022-12-01T10:53:47.0360591Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-12-01T10:53:47.0360942Z [ RUN ] RecordFunctionTest.ShouldRun 2022-12-01T10:53:47.0361258Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-12-01T10:53:47.0361560Z [ RUN ] RecordFunctionTest.Basic 2022-12-01T10:53:47.0365438Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-12-01T10:53:47.0366183Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-12-01T10:53:47.0366811Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-12-01T10:53:47.0367376Z [----------] 7 tests from RecordFunctionTest (5 ms total) 2022-12-01T10:53:47.0367648Z 2022-12-01T10:53:47.0368951Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-12-01T10:53:47.0369474Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-12-01T10:53:47.0370067Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-12-01T10:53:47.0370711Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-12-01T10:53:47.0371027Z 2022-12-01T10:53:47.0371304Z [----------] 1 test from TestSymIntArrayRef 2022-12-01T10:53:47.0371882Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-12-01T10:53:47.0372520Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-12-01T10:53:47.0373151Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-12-01T10:53:47.0373429Z 2022-12-01T10:53:47.0373690Z [----------] 5 tests from TestSymInt 2022-12-01T10:53:47.0374051Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-12-01T10:53:47.0374414Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-12-01T10:53:47.0375098Z [ RUN ] TestSymInt.NarrowCopy 2022-12-01T10:53:47.0375456Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-12-01T10:53:47.0375913Z [ RUN ] TestSymInt.AddSymbolicInt 2022-12-01T10:53:47.0376449Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-12-01T10:53:47.0376777Z [ RUN ] TestSymInt.TestIntrusive 2022-12-01T10:53:47.0377080Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-12-01T10:53:47.0377466Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-12-01T10:53:47.0378375Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-12-01T10:53:47.0378844Z [----------] 5 tests from TestSymInt (0 ms total) 2022-12-01T10:53:47.0379068Z 2022-12-01T10:53:47.0379368Z [----------] 1 test from FallbackGraphsTest 2022-12-01T10:53:47.0380030Z [ RUN ] FallbackGraphsTest.Basic 2022-12-01T10:53:47.0380879Z [ OK ] FallbackGraphsTest.Basic (1 ms) 2022-12-01T10:53:47.0381492Z [----------] 1 test from FallbackGraphsTest (1 ms total) 2022-12-01T10:53:47.0381766Z 2022-12-01T10:53:47.0381932Z [----------] 1 test from NoneSchemaMatchTest 2022-12-01T10:53:47.0382618Z [ RUN ] NoneSchemaMatchTest.Basic 2022-12-01T10:53:47.0383597Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-12-01T10:53:47.0384553Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-12-01T10:53:47.0385116Z 2022-12-01T10:53:47.0385454Z [----------] 1 test from PassManagementTest 2022-12-01T10:53:47.0386038Z [ RUN ] PassManagementTest.Basic 2022-12-01T10:53:47.0387078Z [ OK ] PassManagementTest.Basic (0 ms) 2022-12-01T10:53:47.0389107Z [----------] 1 test from PassManagementTest (0 ms total) 2022-12-01T10:53:47.0389679Z 2022-12-01T10:53:47.0390017Z [----------] 5 tests from LoopPeelerTest 2022-12-01T10:53:47.0390407Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-12-01T10:53:47.0391293Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-12-01T10:53:47.0391841Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-12-01T10:53:47.0392753Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-12-01T10:53:47.0393149Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-12-01T10:53:47.0399829Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-12-01T10:53:47.0400193Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-12-01T10:53:47.0409695Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-12-01T10:53:47.0410157Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-12-01T10:53:47.0424689Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-12-01T10:53:47.0425479Z [----------] 5 tests from LoopPeelerTest (4 ms total) 2022-12-01T10:53:47.0425880Z 2022-12-01T10:53:47.0426186Z [----------] 1 test from JitTracing 2022-12-01T10:53:47.0426732Z [ RUN ] JitTracing.Basic 2022-12-01T10:53:47.0675535Z [ OK ] JitTracing.Basic (24 ms) 2022-12-01T10:53:47.0676239Z [----------] 1 test from JitTracing (24 ms total) 2022-12-01T10:53:47.0676572Z 2022-12-01T10:53:47.0677055Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-12-01T10:53:47.0677889Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-12-01T10:53:47.0681490Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-12-01T10:53:47.0682478Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-12-01T10:53:47.0682937Z 2022-12-01T10:53:47.0683280Z [----------] 1 test from InsertBailOutsTest 2022-12-01T10:53:47.0683884Z [ RUN ] InsertBailOutsTest.Basic 2022-12-01T10:53:47.0690483Z [ OK ] InsertBailOutsTest.Basic (0 ms) 2022-12-01T10:53:47.0691225Z [----------] 1 test from InsertBailOutsTest (0 ms total) 2022-12-01T10:53:47.0691567Z 2022-12-01T10:53:47.0691895Z [----------] 2 tests from ProfilerTest 2022-12-01T10:53:47.0692437Z [ RUN ] ProfilerTest.Basic 2022-12-01T10:53:47.0804704Z [ OK ] ProfilerTest.Basic (11 ms) 2022-12-01T10:53:47.0805446Z [ RUN ] ProfilerTest.OptionalProfiling 2022-12-01T10:53:47.0807003Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-12-01T10:53:47.0807726Z [----------] 2 tests from ProfilerTest (11 ms total) 2022-12-01T10:53:47.0808050Z 2022-12-01T10:53:47.0808375Z [----------] 2 tests from CallStackTest 2022-12-01T10:53:47.0808966Z [ RUN ] CallStackTest.Basic 2022-12-01T10:53:47.0811773Z [ OK ] CallStackTest.Basic (0 ms) 2022-12-01T10:53:47.0812351Z [ RUN ] CallStackTest.Caching 2022-12-01T10:53:47.0815682Z [ OK ] CallStackTest.Caching (0 ms) 2022-12-01T10:53:47.0816358Z [----------] 2 tests from CallStackTest (1 ms total) 2022-12-01T10:53:47.0816663Z 2022-12-01T10:53:47.0817023Z [----------] 2 tests from InlinedCallStackTest 2022-12-01T10:53:47.0817718Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-12-01T10:53:47.0823101Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-12-01T10:53:47.0823863Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-12-01T10:53:47.0831922Z [ OK ] InlinedCallStackTest.SelfCallMethods (0 ms) 2022-12-01T10:53:47.0832726Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-12-01T10:53:47.0833099Z 2022-12-01T10:53:47.0833458Z [----------] 1 test from AutogradSymbolsTest 2022-12-01T10:53:47.0834542Z [ RUN ] AutogradSymbolsTest.Basic 2022-12-01T10:53:47.0835184Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-12-01T10:53:47.0835889Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-12-01T10:53:47.0836231Z 2022-12-01T10:53:47.0836590Z [----------] 1 test from DefaultArgTypeHintingTest 2022-12-01T10:53:47.0837289Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-12-01T10:53:47.0838010Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-12-01T10:53:47.0838787Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-12-01T10:53:47.0839161Z 2022-12-01T10:53:47.0840511Z [----------] 5 tests from FuturesTest 2022-12-01T10:53:47.0841061Z [ RUN ] FuturesTest.Basic 2022-12-01T10:53:47.0841636Z [ OK ] FuturesTest.Basic (0 ms) 2022-12-01T10:53:47.0842283Z [ RUN ] FuturesTest.Error 2022-12-01T10:53:47.0847178Z [ OK ] FuturesTest.Error (0 ms) 2022-12-01T10:53:47.0847780Z [ RUN ] FuturesTest.Then 2022-12-01T10:53:47.0848348Z [ OK ] FuturesTest.Then (0 ms) 2022-12-01T10:53:47.0848932Z [ RUN ] FuturesTest.CollectAll 2022-12-01T10:53:47.0849554Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-12-01T10:53:47.0850165Z [ RUN ] FuturesTest.CollectAny 2022-12-01T10:53:47.0850751Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-12-01T10:53:47.0851417Z [----------] 5 tests from FuturesTest (0 ms total) 2022-12-01T10:53:47.0851745Z 2022-12-01T10:53:47.0852129Z [----------] 1 test from TLSFutureCallbacksTest 2022-12-01T10:53:47.0852783Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-12-01T10:53:47.0855222Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-12-01T10:53:47.0855985Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-12-01T10:53:47.0856358Z 2022-12-01T10:53:47.0857605Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-12-01T10:53:47.0858360Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-12-01T10:53:47.0862002Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-12-01T10:53:47.0862824Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-12-01T10:53:47.0863232Z 2022-12-01T10:53:47.0863578Z [----------] 2 tests from RecordDebugHandles 2022-12-01T10:53:47.0864205Z [ RUN ] RecordDebugHandles.Basic 2022-12-01T10:53:47.0865050Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:53:47.0866055Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:53:47.0878847Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-12-01T10:53:47.0879225Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-12-01T10:53:47.0879670Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:53:47.0880102Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:53:47.0880535Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:53:47.0880961Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:53:47.0881375Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:53:47.0885478Z STAGE:2022-12-01 10:53:47 8426:8426 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:53:47.0886388Z [ OK ] RecordDebugHandles.ScopedCallbacks (2 ms) 2022-12-01T10:53:47.0887305Z [----------] 2 tests from RecordDebugHandles (3 ms total) 2022-12-01T10:53:47.0887597Z 2022-12-01T10:53:47.0887895Z [----------] 1 test from IValueKWargsTest 2022-12-01T10:53:47.0888346Z [ RUN ] IValueKWargsTest.Basic 2022-12-01T10:53:47.0895350Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-12-01T10:53:47.0903102Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-12-01T10:53:47.0903457Z 2022-12-01T10:53:47.0903831Z [----------] 1 test from ComputeFlopsTest 2022-12-01T10:53:47.0904442Z [ RUN ] ComputeFlopsTest.Basic 2022-12-01T10:53:47.0905194Z [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-01T10:53:47.0906188Z [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-01T10:53:47.0907416Z [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-01T10:53:47.0908423Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-12-01T10:53:47.0909232Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-12-01T10:53:47.0909952Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-12-01T10:53:47.0910285Z 2022-12-01T10:53:47.0910589Z [----------] 1 test from TestConstant 2022-12-01T10:53:47.0911192Z [ RUN ] TestConstant.TensorGrad 2022-12-01T10:53:47.0911794Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-12-01T10:53:47.0912460Z [----------] 1 test from TestConstant (0 ms total) 2022-12-01T10:53:47.0912773Z 2022-12-01T10:53:47.0913077Z [----------] 1 test from TestMutation 2022-12-01T10:53:47.0913606Z [ RUN ] TestMutation.Basic 2022-12-01T10:53:47.0914184Z [ OK ] TestMutation.Basic (0 ms) 2022-12-01T10:53:47.0914832Z [----------] 1 test from TestMutation (0 ms total) 2022-12-01T10:53:47.0915151Z 2022-12-01T10:53:47.0915592Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-12-01T10:53:47.0916356Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-12-01T10:53:47.0917168Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-12-01T10:53:47.0918039Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-12-01T10:53:47.0918442Z 2022-12-01T10:53:47.0918767Z [----------] 1 test from TestRegisterShapeOp 2022-12-01T10:53:47.0919385Z [ RUN ] TestRegisterShapeOp.Basic 2022-12-01T10:53:47.2859106Z [ OK ] TestRegisterShapeOp.Basic (195 ms) 2022-12-01T10:53:47.2859713Z [----------] 1 test from TestRegisterShapeOp (195 ms total) 2022-12-01T10:53:47.2859870Z 2022-12-01T10:53:47.2860083Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-12-01T10:53:47.2860474Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-12-01T10:53:47.2860863Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-12-01T10:53:47.2861262Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-12-01T10:53:47.2861457Z 2022-12-01T10:53:47.2861625Z [----------] 2 tests from TestFunctionExecutor 2022-12-01T10:53:47.2861968Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-12-01T10:53:47.2863414Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-12-01T10:53:47.2864045Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-12-01T10:53:47.2879515Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-12-01T10:53:47.2880254Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-12-01T10:53:47.2880465Z 2022-12-01T10:53:47.2880641Z [----------] 1 test from TestShapeGraphLinting 2022-12-01T10:53:47.2880942Z [ RUN ] TestShapeGraphLinting.Basic 2022-12-01T10:53:47.2886686Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-12-01T10:53:47.2887306Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-12-01T10:53:47.2887617Z 2022-12-01T10:53:47.2887772Z [----------] 1 test from Composed 2022-12-01T10:53:47.2888038Z [ RUN ] Composed.ComposedOp 2022-12-01T10:53:47.5903764Z [ OK ] Composed.ComposedOp (301 ms) 2022-12-01T10:53:47.5904304Z [----------] 1 test from Composed (301 ms total) 2022-12-01T10:53:47.5904607Z 2022-12-01T10:53:47.5904979Z [----------] 1 test from ConstantPropagation 2022-12-01T10:53:47.5905842Z [ RUN ] ConstantPropagation.CustomClassesCanBePropagated 2022-12-01T10:53:47.5910640Z [ OK ] ConstantPropagation.CustomClassesCanBePropagated (0 ms) 2022-12-01T10:53:47.5911679Z [----------] 1 test from ConstantPropagation (0 ms total) 2022-12-01T10:53:47.5912088Z 2022-12-01T10:53:47.5912767Z [----------] 19 tests from MobileTypeParserTest 2022-12-01T10:53:47.5913410Z [ RUN ] MobileTypeParserTest.Int 2022-12-01T10:53:47.5914064Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-12-01T10:53:47.5914884Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-12-01T10:53:47.5915850Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-12-01T10:53:47.5916701Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-12-01T10:53:47.5917468Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-12-01T10:53:47.5918237Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-12-01T10:53:47.5919074Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-12-01T10:53:47.5920074Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-12-01T10:53:47.5921210Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-12-01T10:53:47.5922099Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-12-01T10:53:47.5922824Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-12-01T10:53:47.5923658Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-12-01T10:53:47.5924594Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-12-01T10:53:47.5925587Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-12-01T10:53:47.5926634Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-12-01T10:53:47.5927601Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-12-01T10:53:47.5928502Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-12-01T10:53:47.5929261Z [ RUN ] MobileTypeParserTest.Empty 2022-12-01T10:53:47.5946263Z [ OK ] MobileTypeParserTest.Empty (3 ms) 2022-12-01T10:53:47.5946865Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-12-01T10:53:47.5993172Z [ OK ] MobileTypeParserTest.TypoRaises (4 ms) 2022-12-01T10:53:47.5993966Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-12-01T10:53:47.6040302Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (4 ms) 2022-12-01T10:53:47.6041149Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-12-01T10:53:47.6087089Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (4 ms) 2022-12-01T10:53:47.6087966Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-12-01T10:53:47.6126713Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (3 ms) 2022-12-01T10:53:47.6127623Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-12-01T10:53:47.6173690Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (4 ms) 2022-12-01T10:53:47.6174448Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-12-01T10:53:47.6212565Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (3 ms) 2022-12-01T10:53:47.6213014Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-12-01T10:53:47.6229833Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-12-01T10:53:47.6230731Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-12-01T10:53:47.6245372Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-12-01T10:53:47.6246302Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-12-01T10:53:47.6282095Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-12-01T10:53:47.6282812Z [----------] 19 tests from MobileTypeParserTest (37 ms total) 2022-12-01T10:53:47.6283056Z 2022-12-01T10:53:47.6283272Z [----------] 13 tests from ModuleAPITest 2022-12-01T10:53:47.6283901Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-12-01T10:53:47.6548931Z [ OK ] ModuleAPITest.MethodRunAsync (26 ms) 2022-12-01T10:53:47.6549963Z [ RUN ] ModuleAPITest.Clone 2022-12-01T10:53:47.6551020Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-12-01T10:53:47.6551779Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-12-01T10:53:47.6562720Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-12-01T10:53:47.6565717Z [ RUN ] ModuleAPITest.Copy 2022-12-01T10:53:47.6566583Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-12-01T10:53:47.6567450Z [ RUN ] ModuleAPITest.DeepCopy 2022-12-01T10:53:47.6568472Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-12-01T10:53:47.6569382Z [ RUN ] ModuleAPITest.DeepCopyString 2022-12-01T10:53:47.6570342Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-12-01T10:53:47.6571210Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-12-01T10:53:47.6572076Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-12-01T10:53:47.6573165Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-12-01T10:53:47.6574135Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-12-01T10:53:47.6575059Z [ RUN ] ModuleAPITest.Constants 2022-12-01T10:53:47.6575867Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-12-01T10:53:47.6576680Z [ RUN ] ModuleAPITest.Parameters 2022-12-01T10:53:47.6577488Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-12-01T10:53:47.6578285Z [ RUN ] ModuleAPITest.Define 2022-12-01T10:53:47.6579067Z [ OK ] ModuleAPITest.Define (0 ms) 2022-12-01T10:53:47.6579815Z [ RUN ] ModuleAPITest.Freezing 2022-12-01T10:53:47.6597164Z [ OK ] ModuleAPITest.Freezing (2 ms) 2022-12-01T10:53:47.6598038Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-12-01T10:53:47.6623446Z [ OK ] ModuleAPITest.OfiFreezesTraining (2 ms) 2022-12-01T10:53:47.6624847Z [----------] 13 tests from ModuleAPITest (33 ms total) 2022-12-01T10:53:47.6625311Z 2022-12-01T10:53:47.6625754Z [----------] 6 tests from PeepholeOptimizeTest 2022-12-01T10:53:47.6626570Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-12-01T10:53:47.6627383Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-12-01T10:53:47.6631946Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-12-01T10:53:47.6632719Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-12-01T10:53:47.6633464Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-12-01T10:53:47.6634188Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-12-01T10:53:47.6634940Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-12-01T10:53:47.6635723Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-12-01T10:53:47.6636489Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-12-01T10:53:47.6637583Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-12-01T10:53:47.6638335Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-12-01T10:53:47.6639085Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-12-01T10:53:47.6639832Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-12-01T10:53:47.6640191Z 2022-12-01T10:53:47.6640533Z [----------] 5 tests from QualifiedNameTest 2022-12-01T10:53:47.6641241Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-12-01T10:53:47.6642006Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-12-01T10:53:47.6642778Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-12-01T10:53:47.6643552Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-12-01T10:53:47.6644272Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-12-01T10:53:47.6894311Z [ OK ] QualifiedNameTest.BadInputRaises (26 ms) 2022-12-01T10:53:47.6895158Z [ RUN ] QualifiedNameTest.Equality 2022-12-01T10:53:47.6895832Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-12-01T10:53:47.6896587Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-12-01T10:53:47.6897296Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-12-01T10:53:47.6898033Z [----------] 5 tests from QualifiedNameTest (26 ms total) 2022-12-01T10:53:47.6898413Z 2022-12-01T10:53:47.6898752Z [----------] 6 tests from SerializationTest 2022-12-01T10:53:47.6899471Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-12-01T10:53:47.6900484Z [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-01T10:53:47.6903946Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-12-01T10:53:47.6905133Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-12-01T10:53:47.6907838Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-12-01T10:53:47.6909013Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-12-01T10:53:47.6910057Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-12-01T10:53:47.6912259Z [ RUN ] SerializationTest.TypeTags 2022-12-01T10:53:47.6913110Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-12-01T10:53:47.6913997Z [ RUN ] SerializationTest.ParentDirNotExist 2022-12-01T10:53:47.7109626Z [ OK ] SerializationTest.ParentDirNotExist (19 ms) 2022-12-01T10:53:47.7110462Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-12-01T10:53:47.7111370Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-12-01T10:53:47.7112193Z [----------] 6 tests from SerializationTest (21 ms total) 2022-12-01T10:53:47.7112536Z 2022-12-01T10:53:47.7112866Z [----------] 3 tests from TestSourceRoundTrip 2022-12-01T10:53:47.7113584Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-12-01T10:53:47.7130844Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-12-01T10:53:47.7131957Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-12-01T10:53:47.7132892Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-12-01T10:53:47.7133839Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-12-01T10:53:47.7215748Z [ OK ] TestSourceRoundTrip.MethodInvocation (8 ms) 2022-12-01T10:53:47.7216570Z [----------] 3 tests from TestSourceRoundTrip (10 ms total) 2022-12-01T10:53:47.7216915Z 2022-12-01T10:53:47.7217340Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-12-01T10:53:47.7218084Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-12-01T10:53:47.7218856Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-12-01T10:53:47.7219898Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-12-01T10:53:47.7460607Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (24 ms) 2022-12-01T10:53:47.7461758Z [----------] 2 tests from FunctionSchemaIsAliasingTest (24 ms total) 2022-12-01T10:53:47.7462328Z 2022-12-01T10:53:47.7462907Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-12-01T10:53:47.7463797Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-12-01T10:53:47.7464731Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-12-01T10:53:47.7465917Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-12-01T10:53:47.7489930Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (2 ms) 2022-12-01T10:53:47.7494166Z [----------] 2 tests from FunctionSchemaIsMutableTest (2 ms total) 2022-12-01T10:53:47.7494871Z 2022-12-01T10:53:47.7495265Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-12-01T10:53:47.7495901Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-12-01T10:53:47.7496554Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-12-01T10:53:47.7497237Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-12-01T10:53:47.7534400Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (3 ms) 2022-12-01T10:53:47.7535291Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-12-01T10:53:47.7536050Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-12-01T10:53:47.7536772Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-12-01T10:53:47.7537481Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-12-01T10:53:47.7538163Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-12-01T10:53:47.7538837Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-12-01T10:53:47.7539562Z [----------] 5 tests from SchemaInfoIsMutableTest (4 ms total) 2022-12-01T10:53:47.7539902Z 2022-12-01T10:53:47.7540309Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-12-01T10:53:47.7541020Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-12-01T10:53:47.7541760Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-12-01T10:53:47.7542508Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-12-01T10:53:47.7543288Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-12-01T10:53:47.7544096Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-12-01T10:53:47.7544473Z 2022-12-01T10:53:47.7544861Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-12-01T10:53:47.7545634Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-12-01T10:53:47.7546300Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-12-01T10:53:47.7547031Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-12-01T10:53:47.7568999Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (2 ms) 2022-12-01T10:53:47.7569773Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-12-01T10:53:47.7570459Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-12-01T10:53:47.7571209Z [----------] 3 tests from FunctionSchemaMayAliasTest (2 ms total) 2022-12-01T10:53:47.7571612Z 2022-12-01T10:53:47.7571955Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-12-01T10:53:47.7572566Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-12-01T10:53:47.7573227Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-12-01T10:53:47.7573927Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-12-01T10:53:47.7574756Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-12-01T10:53:47.7575511Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-12-01T10:53:47.7576445Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-12-01T10:53:47.7577129Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-12-01T10:53:47.7577889Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-12-01T10:53:47.7578681Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-12-01T10:53:47.7579509Z [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-01T10:53:47.7580457Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-12-01T10:53:47.7581242Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-12-01T10:53:47.7582082Z [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-01T10:53:47.7582956Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-12-01T10:53:47.7583697Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-12-01T10:53:47.7584453Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-12-01T10:53:47.7585189Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-12-01T10:53:47.7585587Z 2022-12-01T10:53:47.7585988Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-12-01T10:53:47.7586700Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-12-01T10:53:47.7587420Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-12-01T10:53:47.7588167Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-12-01T10:53:47.7588947Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-12-01T10:53:47.7589834Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-12-01T10:53:47.7590854Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T10:53:47.7591783Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-12-01T10:53:47.7592158Z 2022-12-01T10:53:47.7592535Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-12-01T10:53:47.7593315Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-12-01T10:53:47.7594237Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-12-01T10:53:47.7595186Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-12-01T10:53:47.7596151Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-12-01T10:53:47.7597061Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-12-01T10:53:47.7597933Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-12-01T10:53:47.7598823Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-12-01T10:53:47.7599699Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-12-01T10:53:47.7600600Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-12-01T10:53:47.7601498Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T10:53:47.7602285Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-12-01T10:53:47.7603022Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-12-01T10:53:47.7603798Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-12-01T10:53:47.7604159Z 2022-12-01T10:53:47.7604479Z [----------] 2 tests from SchemaMatchingTest 2022-12-01T10:53:47.7605037Z [ RUN ] SchemaMatchingTest.VarType 2022-12-01T10:53:47.7680551Z [ OK ] SchemaMatchingTest.VarType (10 ms) 2022-12-01T10:53:47.7685205Z [ RUN ] SchemaMatchingTest.VarType2 2022-12-01T10:53:47.7685969Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-12-01T10:53:47.7686632Z [----------] 2 tests from SchemaMatchingTest (11 ms total) 2022-12-01T10:53:47.7686944Z 2022-12-01T10:53:47.7687233Z [----------] 6 tests from StackOptTest 2022-12-01T10:53:47.7687812Z [ RUN ] StackOptTest.UseVariadicStack 2022-12-01T10:53:47.8038225Z [ OK ] StackOptTest.UseVariadicStack (34 ms) 2022-12-01T10:53:47.8038997Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-12-01T10:53:47.8216767Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (19 ms) 2022-12-01T10:53:47.8217231Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-12-01T10:53:47.8257893Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (4 ms) 2022-12-01T10:53:47.8258545Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-12-01T10:53:47.8319941Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (6 ms) 2022-12-01T10:53:47.8320561Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-12-01T10:53:47.8395134Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (7 ms) 2022-12-01T10:53:47.8395641Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-12-01T10:53:47.8507562Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (11 ms) 2022-12-01T10:53:47.8508325Z [----------] 6 tests from StackOptTest (82 ms total) 2022-12-01T10:53:47.8508585Z 2022-12-01T10:53:47.8511150Z [----------] 16 tests from SubgraphMatcherTest 2022-12-01T10:53:47.8511709Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-12-01T10:53:47.8512242Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-12-01T10:53:47.8512785Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-12-01T10:53:47.8513314Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-12-01T10:53:47.8513825Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-12-01T10:53:47.8514385Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-12-01T10:53:47.8514898Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-12-01T10:53:47.8515364Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-12-01T10:53:47.8515697Z [ RUN ] SubgraphMatcherTest.Linear1 2022-12-01T10:53:47.8516147Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-12-01T10:53:47.8516480Z [ RUN ] SubgraphMatcherTest.Linear2 2022-12-01T10:53:47.8516838Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-12-01T10:53:47.8517150Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-12-01T10:53:47.8517471Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-12-01T10:53:47.8517817Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-12-01T10:53:47.8518224Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-12-01T10:53:47.8518695Z [ RUN ] SubgraphMatcherTest.XPattern 2022-12-01T10:53:47.8519201Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-12-01T10:53:47.8519807Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-12-01T10:53:47.8520189Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-12-01T10:53:47.8520559Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-12-01T10:53:47.8520926Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-12-01T10:53:47.8521307Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-12-01T10:53:47.8521691Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-12-01T10:53:47.8522068Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-12-01T10:53:47.8522430Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-12-01T10:53:47.8522800Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-12-01T10:53:47.8523362Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-12-01T10:53:47.8523693Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-12-01T10:53:47.8551356Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-12-01T10:53:47.8554047Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-12-01T10:53:47.8554768Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-12-01T10:53:47.8555509Z [----------] 16 tests from SubgraphMatcherTest (4 ms total) 2022-12-01T10:53:47.8555864Z 2022-12-01T10:53:47.8556232Z [----------] 4 tests from SubgraphRewriterTest 2022-12-01T10:53:47.8556922Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-12-01T10:53:47.8558067Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-12-01T10:53:47.8558799Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-12-01T10:53:47.8559744Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-12-01T10:53:47.8560457Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-12-01T10:53:47.8561202Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-12-01T10:53:47.8561898Z [ RUN ] SubgraphRewriterTest.OutputType 2022-12-01T10:53:47.8562623Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-12-01T10:53:47.8563356Z [----------] 4 tests from SubgraphRewriterTest (0 ms total) 2022-12-01T10:53:47.8563708Z 2022-12-01T10:53:47.8564044Z [----------] 3 tests from SubgraphUtilsTest 2022-12-01T10:53:47.8564657Z [ RUN ] SubgraphUtilsTest.Basic 2022-12-01T10:53:47.8565275Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-12-01T10:53:47.8565949Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-12-01T10:53:47.8567844Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-12-01T10:53:47.8568527Z [ RUN ] SubgraphUtilsTest.GraphName 2022-12-01T10:53:47.8569202Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-12-01T10:53:47.8569908Z [----------] 3 tests from SubgraphUtilsTest (0 ms total) 2022-12-01T10:53:47.8570248Z 2022-12-01T10:53:47.8570562Z [----------] 8 tests from UnionTypeTest 2022-12-01T10:53:47.8571215Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-12-01T10:53:47.8571932Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-12-01T10:53:47.8572716Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-12-01T10:53:47.8573551Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-12-01T10:53:47.8574295Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-12-01T10:53:47.8575223Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-12-01T10:53:47.8576049Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-12-01T10:53:47.8576992Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-12-01T10:53:47.8577790Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-12-01T10:53:47.8578553Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-12-01T10:53:47.8579417Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-12-01T10:53:47.8580373Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-12-01T10:53:47.8581188Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-12-01T10:53:47.8581907Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-12-01T10:53:47.8582595Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-12-01T10:53:47.8583319Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-12-01T10:53:47.8584033Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-12-01T10:53:47.8584360Z 2022-12-01T10:53:47.8584702Z [----------] 2 tests from ScriptProfileTest 2022-12-01T10:53:47.8585456Z [ RUN ] ScriptProfileTest.Basic 2022-12-01T10:53:47.8586150Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-12-01T10:53:47.8586809Z [ RUN ] ScriptProfileTest.CallingOrder 2022-12-01T10:53:47.8597595Z [ OK ] ScriptProfileTest.CallingOrder (2 ms) 2022-12-01T10:53:47.8598345Z [----------] 2 tests from ScriptProfileTest (2 ms total) 2022-12-01T10:53:47.8598685Z 2022-12-01T10:53:47.8599024Z [----------] 7 tests from ShapeAnalysisTest 2022-12-01T10:53:47.8599724Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-12-01T10:53:47.8665634Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (6 ms) 2022-12-01T10:53:47.8666310Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-12-01T10:53:47.8681543Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (1 ms) 2022-12-01T10:53:47.8682760Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-12-01T10:53:47.8749126Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (6 ms) 2022-12-01T10:53:47.8749929Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-12-01T10:53:47.8755622Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (0 ms) 2022-12-01T10:53:47.8756453Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-12-01T10:53:47.8761769Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (0 ms) 2022-12-01T10:53:47.8762353Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-12-01T10:53:47.8789933Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (2 ms) 2022-12-01T10:53:47.8790527Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-12-01T10:53:47.8803496Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-12-01T10:53:47.8804438Z [----------] 7 tests from ShapeAnalysisTest (20 ms total) 2022-12-01T10:53:47.8804823Z 2022-12-01T10:53:47.8805079Z [----------] 5 tests from JitLoggingTest 2022-12-01T10:53:47.8805569Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-12-01T10:53:47.8806155Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-12-01T10:53:47.8806770Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-12-01T10:53:47.8807437Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-12-01T10:53:47.8808094Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-12-01T10:53:47.8809054Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-12-01T10:53:47.8809712Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-12-01T10:53:47.8810344Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-12-01T10:53:47.8810909Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-12-01T10:53:47.8811524Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-12-01T10:53:47.8812149Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-12-01T10:53:47.8812424Z 2022-12-01T10:53:47.8812690Z [----------] 9 tests from FileFormatTest 2022-12-01T10:53:47.8813212Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-12-01T10:53:47.8813766Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-12-01T10:53:47.8814367Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-12-01T10:53:47.8815073Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-12-01T10:53:47.8815654Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-12-01T10:53:47.8816238Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-12-01T10:53:47.8816787Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-12-01T10:53:47.8817303Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-12-01T10:53:47.8817835Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-12-01T10:53:47.8818583Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-12-01T10:53:47.8819091Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-12-01T10:53:47.8819619Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-12-01T10:53:47.8820173Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-12-01T10:53:47.8820658Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-12-01T10:53:47.8821283Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-12-01T10:53:47.8822098Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-12-01T10:53:47.8822699Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-12-01T10:53:47.8823209Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-12-01T10:53:47.8823761Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-12-01T10:53:47.8824109Z 2022-12-01T10:53:47.8824342Z [----------] 35 tests from FlatbufferTest 2022-12-01T10:53:47.8824839Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-12-01T10:53:47.8828973Z [ OK ] FlatbufferTest.UpsampleNearest2d (2 ms) 2022-12-01T10:53:47.8829686Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-12-01T10:53:47.8838359Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (0 ms) 2022-12-01T10:53:47.8839188Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-12-01T10:53:47.8839897Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-12-01T10:53:47.8840595Z [ RUN ] FlatbufferTest.MethodInvocation 2022-12-01T10:53:47.8858225Z [ OK ] FlatbufferTest.MethodInvocation (1 ms) 2022-12-01T10:53:47.8858921Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-12-01T10:53:47.8885395Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (2 ms) 2022-12-01T10:53:47.8886029Z [ RUN ] FlatbufferTest.ExtraFiles 2022-12-01T10:53:47.8888623Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-12-01T10:53:47.8889176Z [ RUN ] FlatbufferTest.Conv 2022-12-01T10:53:47.8904679Z [ OK ] FlatbufferTest.Conv (1 ms) 2022-12-01T10:53:47.8905275Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-12-01T10:53:47.8921821Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (1 ms) 2022-12-01T10:53:47.8922619Z [ RUN ] FlatbufferTest.Inline 2022-12-01T10:53:47.8929468Z [ OK ] FlatbufferTest.Inline (0 ms) 2022-12-01T10:53:47.8930093Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-12-01T10:53:47.8936316Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-12-01T10:53:47.8936939Z [ RUN ] FlatbufferTest.Tuple 2022-12-01T10:53:47.8941561Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-12-01T10:53:47.8942067Z [ RUN ] FlatbufferTest.Dict 2022-12-01T10:53:47.8946833Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-12-01T10:53:47.8947352Z [ RUN ] FlatbufferTest.Prim 2022-12-01T10:53:47.8950769Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-12-01T10:53:47.8951322Z [ RUN ] FlatbufferTest.PrimScalar 2022-12-01T10:53:47.8955317Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-12-01T10:53:47.8955865Z [ RUN ] FlatbufferTest.WrongMethodName 2022-12-01T10:53:47.8981659Z [ OK ] FlatbufferTest.WrongMethodName (2 ms) 2022-12-01T10:53:47.8982233Z [ RUN ] FlatbufferTest.SetState 2022-12-01T10:53:47.9001327Z [ OK ] FlatbufferTest.SetState (1 ms) 2022-12-01T10:53:47.9001869Z [ RUN ] FlatbufferTest.BuiltinClass 2022-12-01T10:53:47.9007381Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-12-01T10:53:47.9007936Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-12-01T10:53:47.9009568Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-12-01T10:53:47.9010071Z [ RUN ] FlatbufferTest.Eval 2022-12-01T10:53:47.9016350Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-12-01T10:53:47.9017055Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-12-01T10:53:47.9018471Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-12-01T10:53:47.9019196Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-12-01T10:53:47.9024466Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-12-01T10:53:47.9025174Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-12-01T10:53:47.9030356Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-12-01T10:53:47.9031471Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-12-01T10:53:47.9038069Z [ OK ] FlatbufferTest.DuplicateSetState (0 ms) 2022-12-01T10:53:47.9039415Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-12-01T10:53:47.9043790Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T10:53:47.9044792Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-12-01T10:53:47.9054778Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-12-01T10:53:47.9055685Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-12-01T10:53:47.9102778Z [ OK ] FlatbufferTest.DefaultArgsPinv (4 ms) 2022-12-01T10:53:47.9103764Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T10:53:47.9111843Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-12-01T10:53:47.9112709Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-12-01T10:53:47.9130656Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T10:53:47.9131564Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-12-01T10:53:47.9139730Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T10:53:47.9141264Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T10:53:47.9162063Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-12-01T10:53:47.9163037Z [ RUN ] FlatbufferTest.OperatorSize1 2022-12-01T10:53:47.9164052Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-12-01T10:53:47.9164637Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-12-01T10:53:47.9165276Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-12-01T10:53:47.9165856Z [ RUN ] FlatbufferTest.OperatorTest2 2022-12-01T10:53:47.9177494Z [ OK ] FlatbufferTest.OperatorTest2 (0 ms) 2022-12-01T10:53:47.9178208Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-12-01T10:53:47.9178984Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-12-01T10:53:47.9179753Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-12-01T10:53:47.9180583Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-12-01T10:53:47.9181369Z [----------] 35 tests from FlatbufferTest (36 ms total) 2022-12-01T10:53:47.9181836Z 2022-12-01T10:53:47.9182208Z [----------] 3 tests from TestSourceFlatbuffer 2022-12-01T10:53:47.9182930Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-12-01T10:53:47.9189758Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (1 ms) 2022-12-01T10:53:47.9190554Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-12-01T10:53:47.9193364Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-12-01T10:53:47.9193975Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-12-01T10:53:47.9240753Z [ OK ] TestSourceFlatbuffer.MethodInvocation (4 ms) 2022-12-01T10:53:47.9241800Z [----------] 3 tests from TestSourceFlatbuffer (6 ms total) 2022-12-01T10:53:47.9242302Z 2022-12-01T10:53:47.9242967Z [----------] 10 tests from FlatbufferUpgraderTest 2022-12-01T10:53:47.9243674Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-12-01T10:53:47.9244736Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T10:53:47.9245868Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-12-01T10:53:47.9246624Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T10:53:47.9247441Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-12-01T10:53:47.9248289Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T10:53:47.9249095Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-12-01T10:53:47.9249913Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T10:53:47.9250810Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T10:53:47.9251868Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T10:53:47.9252787Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T10:53:47.9253714Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T10:53:47.9254734Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-12-01T10:53:47.9255551Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T10:53:47.9256702Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-12-01T10:53:47.9257496Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T10:53:47.9258326Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T10:53:47.9259241Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T10:53:47.9260157Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-12-01T10:53:47.9261061Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T10:53:47.9261897Z [----------] 10 tests from FlatbufferUpgraderTest (0 ms total) 2022-12-01T10:53:47.9262265Z 2022-12-01T10:53:47.9262752Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-12-01T10:53:47.9263737Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-12-01T10:53:47.9264816Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-12-01T10:53:47.9265929Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-12-01T10:53:47.9267017Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-12-01T10:53:47.9268090Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-12-01T10:53:47.9269161Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-12-01T10:53:47.9270206Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-12-01T10:53:47.9271279Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-12-01T10:53:47.9272464Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-12-01T10:53:47.9273748Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-12-01T10:53:47.9275035Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-12-01T10:53:47.9276334Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-12-01T10:53:47.9277629Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-12-01T10:53:47.9278914Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-12-01T10:53:47.9280344Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-12-01T10:53:47.9281664Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-12-01T10:53:47.9282960Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-12-01T10:53:47.9284196Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-12-01T10:53:47.9285452Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-12-01T10:53:47.9286724Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-12-01T10:53:47.9287966Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-12-01T10:53:47.9289264Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-12-01T10:53:47.9290529Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-12-01T10:53:47.9291778Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-12-01T10:53:47.9292859Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-12-01T10:53:47.9293294Z 2022-12-01T10:53:47.9293816Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-12-01T10:53:47.9294900Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-12-01T10:53:48.7199103Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (793 ms) 2022-12-01T10:53:48.7199634Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-12-01T10:53:49.8573323Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1137 ms) 2022-12-01T10:53:49.8573855Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-12-01T10:53:51.2258061Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1368 ms) 2022-12-01T10:53:51.2258600Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-12-01T10:53:52.5438627Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1317 ms) 2022-12-01T10:53:52.5439562Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-12-01T10:53:53.8498092Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1305 ms) 2022-12-01T10:53:53.8498604Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-12-01T10:53:55.1817395Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1331 ms) 2022-12-01T10:53:55.1817971Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-12-01T10:53:56.4875982Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1305 ms) 2022-12-01T10:53:56.4876511Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-12-01T10:53:57.7625048Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1274 ms) 2022-12-01T10:53:57.7625767Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-12-01T10:53:58.9180021Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1155 ms) 2022-12-01T10:53:58.9180900Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-12-01T10:54:00.0875790Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1169 ms) 2022-12-01T10:54:00.0876791Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12161 ms total) 2022-12-01T10:54:00.0877474Z 2022-12-01T10:54:00.0877791Z [----------] Global test environment tear-down 2022-12-01T10:54:00.0941185Z [==========] 569 tests from 118 test suites ran. (13732 ms total) 2022-12-01T10:54:00.0941491Z [ PASSED ] 569 tests. 2022-12-01T10:54:00.1640964Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:54:00.1641484Z + /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-01T10:54:00.4085332Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:54:00.4096412Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T10:54:00.4096884Z [==========] Running 612 tests from 10 test suites. 2022-12-01T10:54:00.4097461Z [----------] Global test environment set-up. 2022-12-01T10:54:00.4097972Z [----------] 11 tests from BackendDeviceTest 2022-12-01T10:54:00.4098474Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-12-01T10:54:00.4098850Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-12-01T10:54:00.4099179Z [ RUN ] BackendDeviceTest.Basic1 2022-12-01T10:54:00.4099482Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-12-01T10:54:00.4099767Z [ RUN ] BackendDeviceTest.Basic2 2022-12-01T10:54:00.4100067Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-12-01T10:54:00.4100356Z [ RUN ] BackendDeviceTest.Basic3 2022-12-01T10:54:00.4100638Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-12-01T10:54:00.4100932Z [ RUN ] BackendDeviceTest.Basic4 2022-12-01T10:54:00.4101227Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-12-01T10:54:00.4101507Z [ RUN ] BackendDeviceTest.Compare 2022-12-01T10:54:00.4101815Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-12-01T10:54:00.4102115Z [ RUN ] BackendDeviceTest.Ostream 2022-12-01T10:54:00.4102405Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-12-01T10:54:00.4102701Z [ RUN ] BackendDeviceTest.FromAten 2022-12-01T10:54:00.4145265Z [ OK ] BackendDeviceTest.FromAten (4 ms) 2022-12-01T10:54:00.4145694Z [ RUN ] BackendDeviceTest.ToAten 2022-12-01T10:54:00.4145985Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-12-01T10:54:00.4146395Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-12-01T10:54:00.4339633Z [ OK ] BackendDeviceTest.GetBackendDevice1 (19 ms) 2022-12-01T10:54:00.4340308Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-12-01T10:54:00.4340939Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-12-01T10:54:00.4341572Z [----------] 11 tests from BackendDeviceTest (24 ms total) 2022-12-01T10:54:00.4341859Z 2022-12-01T10:54:00.4342109Z [----------] 2 tests from CacheTest 2022-12-01T10:54:00.4342595Z [ RUN ] CacheTest.BasicTest 2022-12-01T10:54:00.4343090Z [ OK ] CacheTest.BasicTest (0 ms) 2022-12-01T10:54:00.4343688Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-12-01T10:54:00.4344380Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-12-01T10:54:00.4344988Z [----------] 2 tests from CacheTest (0 ms total) 2022-12-01T10:54:00.4345245Z 2022-12-01T10:54:00.4345562Z [----------] 5 tests from IrTest 2022-12-01T10:54:00.4346003Z [ RUN ] IrTest.BasicTest 2022-12-01T10:54:00.4346442Z [ OK ] IrTest.BasicTest (0 ms) 2022-12-01T10:54:00.4346899Z [ RUN ] IrTest.MetaDataTest 2022-12-01T10:54:00.4347382Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-12-01T10:54:00.4347824Z [ RUN ] IrTest.TsNodeTest 2022-12-01T10:54:00.4348290Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-12-01T10:54:00.4348794Z [ RUN ] IrTest.DimensionNodeTest 2022-12-01T10:54:00.4349598Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-12-01T10:54:00.4350145Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-12-01T10:54:00.4350725Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-12-01T10:54:00.4351273Z [----------] 5 tests from IrTest (0 ms total) 2022-12-01T10:54:00.4351506Z 2022-12-01T10:54:00.4351771Z [----------] 2 tests from IrUtilTest 2022-12-01T10:54:00.4352235Z [ RUN ] IrUtilTest.BasicTest 2022-12-01T10:54:00.4352735Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-12-01T10:54:00.4353214Z [ RUN ] IrUtilTest.TestCircle 2022-12-01T10:54:00.4366052Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-12-01T10:54:00.4366918Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-12-01T10:54:00.4367362Z 2022-12-01T10:54:00.4367956Z [----------] 2 tests from HashTest 2022-12-01T10:54:00.4368441Z [ RUN ] HashTest.Scalar 2022-12-01T10:54:00.4369042Z [ OK ] HashTest.Scalar (0 ms) 2022-12-01T10:54:00.4369329Z [ RUN ] HashTest.Sanity 2022-12-01T10:54:00.4369580Z [ OK ] HashTest.Sanity (0 ms) 2022-12-01T10:54:00.4369873Z [----------] 2 tests from HashTest (0 ms total) 2022-12-01T10:54:00.4370021Z 2022-12-01T10:54:00.4370192Z [----------] 3 tests from PermutationUtilTest 2022-12-01T10:54:00.4370545Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-12-01T10:54:00.4388788Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-12-01T10:54:00.4389206Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-12-01T10:54:00.4389591Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-12-01T10:54:00.4389945Z [ RUN ] PermutationUtilTest.TestPermute 2022-12-01T10:54:00.4411667Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-12-01T10:54:00.4412385Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-12-01T10:54:00.4412745Z 2022-12-01T10:54:00.4412998Z [----------] 7 tests from ShapeTest 2022-12-01T10:54:00.4413430Z [ RUN ] ShapeTest.Basic1 2022-12-01T10:54:00.4413919Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-12-01T10:54:00.4414355Z [ RUN ] ShapeTest.Basic2 2022-12-01T10:54:00.4414949Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-12-01T10:54:00.4415412Z [ RUN ] ShapeTest.Basic3 2022-12-01T10:54:00.4415838Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-12-01T10:54:00.4416333Z [ RUN ] ShapeTest.SetScalarType 2022-12-01T10:54:00.4416918Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-12-01T10:54:00.4417419Z [ RUN ] ShapeTest.SetSize 2022-12-01T10:54:00.4417909Z [ OK ] ShapeTest.SetSize (0 ms) 2022-12-01T10:54:00.4418275Z [ RUN ] ShapeTest.Equal 2022-12-01T10:54:00.4418540Z [ OK ] ShapeTest.Equal (0 ms) 2022-12-01T10:54:00.4418801Z [ RUN ] ShapeTest.Ostream 2022-12-01T10:54:00.4419058Z [ OK ] ShapeTest.Ostream (0 ms) 2022-12-01T10:54:00.4419365Z [----------] 7 tests from ShapeTest (0 ms total) 2022-12-01T10:54:00.4419512Z 2022-12-01T10:54:00.4419661Z [----------] 2 tests from TrieCacheTest 2022-12-01T10:54:00.4419954Z [ RUN ] TrieCacheTest.TestSinglePath 2022-12-01T10:54:00.4420262Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-12-01T10:54:00.4420567Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-12-01T10:54:00.4420876Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-12-01T10:54:00.4421188Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-12-01T10:54:00.4421339Z 2022-12-01T10:54:00.4421476Z [----------] 3 tests from UtilTest 2022-12-01T10:54:00.4421751Z [ RUN ] UtilTest.ExceptionCleanup 2022-12-01T10:54:00.4422049Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-12-01T10:54:00.4422478Z [ RUN ] UtilTest.MaybeRef 2022-12-01T10:54:00.4422746Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-12-01T10:54:00.4422997Z [ RUN ] UtilTest.Iota 2022-12-01T10:54:00.4423240Z [ OK ] UtilTest.Iota (0 ms) 2022-12-01T10:54:00.4423525Z [----------] 3 tests from UtilTest (0 ms total) 2022-12-01T10:54:00.4423670Z 2022-12-01T10:54:00.4423820Z [----------] 575 tests from LazyOpsTest 2022-12-01T10:54:00.4424099Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-12-01T10:54:00.4566496Z [ OK ] LazyOpsTest.TestScalarTensor (14 ms) 2022-12-01T10:54:00.4566930Z [ RUN ] LazyOpsTest.TestClone 2022-12-01T10:54:00.4569935Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-12-01T10:54:00.4570458Z [ RUN ] LazyOpsTest.TestTo 2022-12-01T10:54:00.4570871Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-12-01T10:54:00.4571373Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-12-01T10:54:00.4571715Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-12-01T10:54:00.4572027Z [ RUN ] LazyOpsTest.TestIsSigned 2022-12-01T10:54:00.4572340Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-12-01T10:54:00.4572625Z [ RUN ] LazyOpsTest.TestCastByte 2022-12-01T10:54:00.4914593Z [ OK ] LazyOpsTest.TestCastByte (34 ms) 2022-12-01T10:54:00.4914923Z [ RUN ] LazyOpsTest.TestCastChar 2022-12-01T10:54:00.4916591Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-12-01T10:54:00.4916948Z [ RUN ] LazyOpsTest.TestCastShort 2022-12-01T10:54:00.4919190Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-12-01T10:54:00.4919541Z [ RUN ] LazyOpsTest.TestCastInt 2022-12-01T10:54:00.4921785Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-12-01T10:54:00.4922091Z [ RUN ] LazyOpsTest.TestCastLong 2022-12-01T10:54:00.4924641Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-12-01T10:54:00.4925226Z [ RUN ] LazyOpsTest.TestCastFloat 2022-12-01T10:54:00.4925546Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-12-01T10:54:00.4925917Z [ RUN ] LazyOpsTest.TestRetainType 2022-12-01T10:54:00.4926647Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-12-01T10:54:00.4927172Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-12-01T10:54:00.4940253Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (1 ms) 2022-12-01T10:54:00.4940765Z [ RUN ] LazyOpsTest.TestAdd 2022-12-01T10:54:00.4942969Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-12-01T10:54:00.4943502Z [ RUN ] LazyOpsTest.TestAddHalf 2022-12-01T10:54:00.4945782Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-12-01T10:54:00.4946363Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-12-01T10:54:00.4948612Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-12-01T10:54:00.4949184Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-12-01T10:54:00.4952827Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-12-01T10:54:00.4953402Z [ RUN ] LazyOpsTest.TestAddScalar 2022-12-01T10:54:00.4955543Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-12-01T10:54:00.4956127Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-12-01T10:54:00.4959231Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-12-01T10:54:00.4959811Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-12-01T10:54:00.4961915Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-12-01T10:54:00.4962451Z [ RUN ] LazyOpsTest.TestSub 2022-12-01T10:54:00.4964855Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-12-01T10:54:00.4965407Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-12-01T10:54:00.4978222Z [ OK ] LazyOpsTest.TestSubInPlace (1 ms) 2022-12-01T10:54:00.4978905Z [ RUN ] LazyOpsTest.TestSubScalar 2022-12-01T10:54:00.4981003Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-12-01T10:54:00.4981578Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-12-01T10:54:00.4984484Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-12-01T10:54:00.4985051Z [ RUN ] LazyOpsTest.TestMul 2022-12-01T10:54:00.4987648Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-12-01T10:54:00.4988242Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-12-01T10:54:00.5001976Z [ OK ] LazyOpsTest.TestMulInPlace (1 ms) 2022-12-01T10:54:00.5002546Z [ RUN ] LazyOpsTest.TestMulScalar 2022-12-01T10:54:00.5004514Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-12-01T10:54:00.5005079Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-12-01T10:54:00.5008205Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-12-01T10:54:00.5008693Z [ RUN ] LazyOpsTest.TestDiv 2022-12-01T10:54:00.5084817Z [ OK ] LazyOpsTest.TestDiv (7 ms) 2022-12-01T10:54:00.5085366Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-12-01T10:54:00.5339323Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (25 ms) 2022-12-01T10:54:00.5339667Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-12-01T10:54:00.5341659Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-12-01T10:54:00.5342043Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-12-01T10:54:00.5351454Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (0 ms) 2022-12-01T10:54:00.5351820Z [ RUN ] LazyOpsTest.TestDivScalar 2022-12-01T10:54:00.5377130Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-12-01T10:54:00.5377470Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-12-01T10:54:00.5382803Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-12-01T10:54:00.5383120Z [ RUN ] LazyOpsTest.TestDivOut 2022-12-01T10:54:00.5386627Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-12-01T10:54:00.5386928Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-12-01T10:54:00.5389627Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-12-01T10:54:00.5389963Z [ RUN ] LazyOpsTest.TestNe 2022-12-01T10:54:00.5392382Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-12-01T10:54:00.5392751Z [ RUN ] LazyOpsTest.TestNeInplace 2022-12-01T10:54:00.5407347Z [ OK ] LazyOpsTest.TestNeInplace (1 ms) 2022-12-01T10:54:00.5407642Z [ RUN ] LazyOpsTest.TestEq 2022-12-01T10:54:00.5409778Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-12-01T10:54:00.5410068Z [ RUN ] LazyOpsTest.TestEqInplace 2022-12-01T10:54:00.5413962Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-12-01T10:54:00.5414254Z [ RUN ] LazyOpsTest.TestGe 2022-12-01T10:54:00.5416600Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-12-01T10:54:00.5416878Z [ RUN ] LazyOpsTest.TestGeInplace 2022-12-01T10:54:00.5420742Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-12-01T10:54:00.5421026Z [ RUN ] LazyOpsTest.TestLe 2022-12-01T10:54:00.5423170Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-12-01T10:54:00.5423452Z [ RUN ] LazyOpsTest.TestLeInplace 2022-12-01T10:54:00.5427377Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-12-01T10:54:00.5427669Z [ RUN ] LazyOpsTest.TestGt 2022-12-01T10:54:00.5429974Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-12-01T10:54:00.5430270Z [ RUN ] LazyOpsTest.TestGtInplace 2022-12-01T10:54:00.5434226Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-12-01T10:54:00.5434516Z [ RUN ] LazyOpsTest.TestLt 2022-12-01T10:54:00.5436715Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-12-01T10:54:00.5437004Z [ RUN ] LazyOpsTest.TestLtInplace 2022-12-01T10:54:00.5455185Z [ OK ] LazyOpsTest.TestLtInplace (1 ms) 2022-12-01T10:54:00.5455600Z [ RUN ] LazyOpsTest.TestNeScalar 2022-12-01T10:54:00.5457504Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-12-01T10:54:00.5457838Z [ RUN ] LazyOpsTest.TestEqScalar 2022-12-01T10:54:00.5459630Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-12-01T10:54:00.5459919Z [ RUN ] LazyOpsTest.TestGeScalar 2022-12-01T10:54:00.5461641Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-12-01T10:54:00.5462007Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-12-01T10:54:00.5486250Z [ OK ] LazyOpsTest.TestGeScalarInplace (2 ms) 2022-12-01T10:54:00.5486622Z [ RUN ] LazyOpsTest.TestLeScalar 2022-12-01T10:54:00.5488270Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-12-01T10:54:00.5488735Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-12-01T10:54:00.5492332Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-12-01T10:54:00.5492653Z [ RUN ] LazyOpsTest.TestGtScalar 2022-12-01T10:54:00.5495534Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-12-01T10:54:00.5495970Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-12-01T10:54:00.5499389Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-12-01T10:54:00.5499984Z [ RUN ] LazyOpsTest.TestLtScalar 2022-12-01T10:54:00.5502078Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-12-01T10:54:00.5502421Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-12-01T10:54:00.5505645Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-12-01T10:54:00.5506019Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-12-01T10:54:00.5517229Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-12-01T10:54:00.5517570Z [ RUN ] LazyOpsTest.TestSVD 2022-12-01T10:54:00.5572192Z [ OK ] LazyOpsTest.TestSVD (5 ms) 2022-12-01T10:54:00.5572746Z [ RUN ] LazyOpsTest.TestQR 2022-12-01T10:54:00.5573225Z [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-01T10:54:00.5573687Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:54:00.5573943Z Q, R = torch.qr(A, some) 2022-12-01T10:54:00.5574122Z should be replaced with 2022-12-01T10:54:00.5574447Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-12-01T10:54:00.5596427Z [ OK ] LazyOpsTest.TestQR (2 ms) 2022-12-01T10:54:00.5596929Z [ RUN ] LazyOpsTest.TestSymEig 2022-12-01T10:54:00.5597557Z [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-01T10:54:00.5598407Z 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:54:00.5598955Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:54:00.5599314Z should be replaced with 2022-12-01T10:54:00.5599796Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:54:00.5600153Z and 2022-12-01T10:54:00.5600463Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:54:00.5600800Z should be replaced with 2022-12-01T10:54:00.5601338Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-12-01T10:54:00.5621111Z [ OK ] LazyOpsTest.TestSymEig (2 ms) 2022-12-01T10:54:00.5621654Z [ RUN ] LazyOpsTest.TestCholesky 2022-12-01T10:54:00.5622324Z [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-01T10:54:00.5622883Z L = torch.cholesky(A) 2022-12-01T10:54:00.5623192Z should be replaced with 2022-12-01T10:54:00.5623749Z L = torch.linalg.cholesky(A) 2022-12-01T10:54:00.5624057Z and 2022-12-01T10:54:00.5624388Z U = torch.cholesky(A, upper=True) 2022-12-01T10:54:00.5624721Z should be replaced with 2022-12-01T10:54:00.5625067Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:54:00.5625892Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-12-01T10:54:00.5626559Z [ OK ] LazyOpsTest.TestCholesky (0 ms) 2022-12-01T10:54:00.5627057Z [ RUN ] LazyOpsTest.TestLogDet 2022-12-01T10:54:00.5643924Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-12-01T10:54:00.5644499Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-12-01T10:54:00.5645235Z [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-01T10:54:00.5646240Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:54:00.5646813Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:54:00.5647187Z should be replaced with 2022-12-01T10:54:00.5647638Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-12-01T10:54:00.5895289Z [ OK ] LazyOpsTest.TestTriangularSolve (25 ms) 2022-12-01T10:54:00.5895614Z [ RUN ] LazyOpsTest.TestKthValue 2022-12-01T10:54:00.5934979Z [ OK ] LazyOpsTest.TestKthValue (3 ms) 2022-12-01T10:54:00.5935360Z [ RUN ] LazyOpsTest.TestTopK 2022-12-01T10:54:00.6128020Z [ OK ] LazyOpsTest.TestTopK (19 ms) 2022-12-01T10:54:00.6128512Z [ RUN ] LazyOpsTest.TestSort 2022-12-01T10:54:00.6189963Z [ OK ] LazyOpsTest.TestSort (6 ms) 2022-12-01T10:54:00.6190544Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-12-01T10:54:00.6195430Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-12-01T10:54:00.6195993Z [ RUN ] LazyOpsTest.TestArgSort 2022-12-01T10:54:00.6206273Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-12-01T10:54:00.6206745Z [ RUN ] LazyOpsTest.TestMin 2022-12-01T10:54:00.6209624Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-12-01T10:54:00.6210084Z [ RUN ] LazyOpsTest.TestMax 2022-12-01T10:54:00.6212944Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-12-01T10:54:00.6213407Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-12-01T10:54:00.6215998Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-12-01T10:54:00.6216489Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-12-01T10:54:00.6218917Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-12-01T10:54:00.6219375Z [ RUN ] LazyOpsTest.TestAll 2022-12-01T10:54:00.6229060Z [ OK ] LazyOpsTest.TestAll (1 ms) 2022-12-01T10:54:00.6229539Z [ RUN ] LazyOpsTest.TestAllDim 2022-12-01T10:54:00.6232225Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-12-01T10:54:00.6232930Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-12-01T10:54:00.6234081Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-12-01T10:54:00.6234740Z [ RUN ] LazyOpsTest.TestAmax 2022-12-01T10:54:00.6267456Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-12-01T10:54:00.6267940Z [ RUN ] LazyOpsTest.TestAmin 2022-12-01T10:54:00.6298689Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-12-01T10:54:00.6299148Z [ RUN ] LazyOpsTest.TestAny 2022-12-01T10:54:00.6308304Z [ OK ] LazyOpsTest.TestAny (0 ms) 2022-12-01T10:54:00.6308784Z [ RUN ] LazyOpsTest.TestAnyDim 2022-12-01T10:54:00.6310898Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-12-01T10:54:00.6311410Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-12-01T10:54:00.6313266Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-12-01T10:54:00.6313756Z [ RUN ] LazyOpsTest.TestMean 2022-12-01T10:54:00.6316754Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-12-01T10:54:00.6317240Z [ RUN ] LazyOpsTest.TestMeanCast 2022-12-01T10:54:00.6320212Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-12-01T10:54:00.6320722Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-12-01T10:54:00.6336792Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-12-01T10:54:00.6337398Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-12-01T10:54:00.6343611Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-12-01T10:54:00.6344211Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-12-01T10:54:00.6350164Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-12-01T10:54:00.6350725Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-12-01T10:54:00.6366748Z [ OK ] LazyOpsTest.TestMeanInDimOut (1 ms) 2022-12-01T10:54:00.6367396Z [ RUN ] LazyOpsTest.TestStd 2022-12-01T10:54:00.6373086Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-12-01T10:54:00.6373605Z [ RUN ] LazyOpsTest.TestStdInDim 2022-12-01T10:54:00.6435791Z [ OK ] LazyOpsTest.TestStdInDim (6 ms) 2022-12-01T10:54:00.6436862Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-12-01T10:54:00.6467332Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-12-01T10:54:00.6467953Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-12-01T10:54:00.6479151Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-12-01T10:54:00.6479761Z [ RUN ] LazyOpsTest.TestSum 2022-12-01T10:54:00.6482487Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-12-01T10:54:00.6483717Z [ RUN ] LazyOpsTest.TestSumCast 2022-12-01T10:54:00.6485222Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-12-01T10:54:00.6485709Z [ RUN ] LazyOpsTest.TestSumU8 2022-12-01T10:54:00.6487797Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-12-01T10:54:00.6488298Z [ RUN ] LazyOpsTest.TestSumInDim 2022-12-01T10:54:00.6504847Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-12-01T10:54:00.6508057Z [ RUN ] LazyOpsTest.TestSumInDims 2022-12-01T10:54:00.6511135Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-12-01T10:54:00.6511654Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-12-01T10:54:00.6516334Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-12-01T10:54:00.6517921Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-12-01T10:54:00.6522635Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-12-01T10:54:00.6523567Z [ RUN ] LazyOpsTest.TestVar 2022-12-01T10:54:00.6526549Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-12-01T10:54:00.6527044Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-12-01T10:54:00.6531940Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-12-01T10:54:00.6532779Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-12-01T10:54:00.6539917Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-12-01T10:54:00.6540620Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-12-01T10:54:00.6551815Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-12-01T10:54:00.6552510Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-12-01T10:54:00.6603952Z [ OK ] LazyOpsTest.TestMaxInDim (5 ms) 2022-12-01T10:54:00.6604450Z [ RUN ] LazyOpsTest.TestMinInDim 2022-12-01T10:54:00.6613894Z [ OK ] LazyOpsTest.TestMinInDim (0 ms) 2022-12-01T10:54:00.6614396Z [ RUN ] LazyOpsTest.TestNorm 2022-12-01T10:54:00.6617296Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-12-01T10:54:00.6617768Z [ RUN ] LazyOpsTest.TestNormInDim 2022-12-01T10:54:00.6623156Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-12-01T10:54:00.6623844Z [ RUN ] LazyOpsTest.TestNormInDims 2022-12-01T10:54:00.6629141Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-12-01T10:54:00.6629665Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-12-01T10:54:00.6635028Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-12-01T10:54:00.6635576Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-12-01T10:54:00.6641558Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-12-01T10:54:00.6642422Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-12-01T10:54:00.6648419Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-12-01T10:54:00.6649003Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-12-01T10:54:00.6650983Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-12-01T10:54:00.6651534Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-12-01T10:54:00.6654643Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-12-01T10:54:00.6655204Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-12-01T10:54:00.6657133Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-12-01T10:54:00.6657656Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-12-01T10:54:00.6716788Z [ OK ] LazyOpsTest.TestRandomInPlace (5 ms) 2022-12-01T10:54:00.6717391Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-12-01T10:54:00.6763914Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (4 ms) 2022-12-01T10:54:00.6764608Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-12-01T10:54:00.6777286Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-12-01T10:54:00.6777864Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-12-01T10:54:00.6780676Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-12-01T10:54:00.6781207Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-12-01T10:54:00.6785094Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-12-01T10:54:00.6786027Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-12-01T10:54:00.6786790Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-12-01T10:54:00.6787368Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-12-01T10:54:00.6794004Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-12-01T10:54:00.6794589Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-12-01T10:54:00.6805366Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-12-01T10:54:00.6805883Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-12-01T10:54:00.6843768Z [ OK ] LazyOpsTest.TestGroupNorm (3 ms) 2022-12-01T10:54:00.6844379Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-12-01T10:54:00.7298249Z [ OK ] LazyOpsTest.TestGroupNormBackward (45 ms) 2022-12-01T10:54:00.7298859Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-12-01T10:54:00.7312536Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-12-01T10:54:00.7313059Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-12-01T10:54:00.7347077Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-12-01T10:54:00.7347632Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-12-01T10:54:00.7580333Z [ OK ] LazyOpsTest.TestLayerNormBackward (23 ms) 2022-12-01T10:54:00.7580905Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-12-01T10:54:00.7587839Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-12-01T10:54:00.7588469Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-12-01T10:54:00.8259616Z [ OK ] LazyOpsTest.TestPairwiseDistance (67 ms) 2022-12-01T10:54:00.8260216Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-12-01T10:54:00.8302279Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-12-01T10:54:00.8302947Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-12-01T10:54:00.8915273Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (61 ms) 2022-12-01T10:54:00.8915909Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-12-01T10:54:00.8948848Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-12-01T10:54:00.8949448Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-12-01T10:54:01.1745243Z [ OK ] LazyOpsTest.TestTripletMarginLoss (279 ms) 2022-12-01T10:54:01.1746080Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-12-01T10:54:01.1763334Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (1 ms) 2022-12-01T10:54:01.1763946Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-12-01T10:54:01.2477546Z [ OK ] LazyOpsTest.TestMarginRankingLoss (71 ms) 2022-12-01T10:54:01.2478256Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-12-01T10:54:01.2491931Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-12-01T10:54:01.2492467Z [ RUN ] LazyOpsTest.TestKlDiv 2022-12-01T10:54:01.2513183Z [ OK ] LazyOpsTest.TestKlDiv (2 ms) 2022-12-01T10:54:01.2513558Z [ RUN ] LazyOpsTest.TestProd 2022-12-01T10:54:01.2513990Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-12-01T10:54:01.2514352Z [ RUN ] LazyOpsTest.TestProdCast 2022-12-01T10:54:01.2514880Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-12-01T10:54:01.2515234Z [ RUN ] LazyOpsTest.TestProdInDim 2022-12-01T10:54:01.2519784Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-12-01T10:54:01.2520180Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-12-01T10:54:01.2522914Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-12-01T10:54:01.2523303Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-12-01T10:54:01.2526576Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-12-01T10:54:01.2526983Z [ RUN ] LazyOpsTest.TestCumSum 2022-12-01T10:54:01.2540544Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-12-01T10:54:01.2540838Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-12-01T10:54:01.2554496Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-12-01T10:54:01.2554813Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-12-01T10:54:01.2565450Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-12-01T10:54:01.2565787Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-12-01T10:54:01.2576467Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-12-01T10:54:01.2576787Z [ RUN ] LazyOpsTest.TestCumProd 2022-12-01T10:54:01.2580652Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-12-01T10:54:01.2581057Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-12-01T10:54:01.2584584Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-12-01T10:54:01.2584940Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-12-01T10:54:01.2592844Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-12-01T10:54:01.2593232Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-12-01T10:54:01.2600477Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-12-01T10:54:01.2600880Z [ RUN ] LazyOpsTest.TestArgMin 2022-12-01T10:54:01.2601586Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-12-01T10:54:01.2602070Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-12-01T10:54:01.2602742Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-12-01T10:54:01.2603218Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-12-01T10:54:01.2604018Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-12-01T10:54:01.2604441Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-12-01T10:54:01.2604898Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-12-01T10:54:01.2605336Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-12-01T10:54:01.2605860Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-12-01T10:54:01.2606441Z [ RUN ] LazyOpsTest.TestArgMax 2022-12-01T10:54:01.2606790Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-12-01T10:54:01.2607191Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-12-01T10:54:01.2607623Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-12-01T10:54:01.2608071Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-12-01T10:54:01.2608626Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-12-01T10:54:01.2609064Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-12-01T10:54:01.2609597Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-12-01T10:54:01.2610027Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-12-01T10:54:01.2610599Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-12-01T10:54:01.2611019Z [ RUN ] LazyOpsTest.TestAsin 2022-12-01T10:54:01.2612033Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-12-01T10:54:01.2612446Z [ RUN ] LazyOpsTest.TestAsinh 2022-12-01T10:54:01.2613439Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-12-01T10:54:01.2613820Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-12-01T10:54:01.2615075Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-12-01T10:54:01.2615363Z [ RUN ] LazyOpsTest.TestSin 2022-12-01T10:54:01.2616347Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-12-01T10:54:01.2616642Z [ RUN ] LazyOpsTest.TestSinh 2022-12-01T10:54:01.2617475Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-12-01T10:54:01.2617761Z [ RUN ] LazyOpsTest.TestAcos 2022-12-01T10:54:01.2618982Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-12-01T10:54:01.2619315Z [ RUN ] LazyOpsTest.TestAcosh 2022-12-01T10:54:01.2620086Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-12-01T10:54:01.2620490Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-12-01T10:54:01.2621616Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-12-01T10:54:01.2621928Z [ RUN ] LazyOpsTest.TestCos 2022-12-01T10:54:01.2624721Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-12-01T10:54:01.2625164Z [ RUN ] LazyOpsTest.TestCosh 2022-12-01T10:54:01.2626015Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-12-01T10:54:01.2626286Z [ RUN ] LazyOpsTest.TestAtan 2022-12-01T10:54:01.2627382Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-12-01T10:54:01.2627710Z [ RUN ] LazyOpsTest.TestAtanh 2022-12-01T10:54:01.2628665Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-12-01T10:54:01.2628957Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-12-01T10:54:01.2630675Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-12-01T10:54:01.2631075Z [ RUN ] LazyOpsTest.TestAtan2 2022-12-01T10:54:01.2632033Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-12-01T10:54:01.2632324Z [ RUN ] LazyOpsTest.TestTan 2022-12-01T10:54:01.2633669Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-12-01T10:54:01.2633950Z [ RUN ] LazyOpsTest.TestTanh 2022-12-01T10:54:01.2636589Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-12-01T10:54:01.2636936Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-12-01T10:54:01.2639963Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-12-01T10:54:01.2640325Z [ RUN ] LazyOpsTest.TestClampMin 2022-12-01T10:54:01.2643066Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-12-01T10:54:01.2643430Z [ RUN ] LazyOpsTest.TestClampMax 2022-12-01T10:54:01.2645810Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-12-01T10:54:01.2646186Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-12-01T10:54:01.2661632Z [ OK ] LazyOpsTest.TestClampMinExplicit (1 ms) 2022-12-01T10:54:01.2662162Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-12-01T10:54:01.2662901Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-12-01T10:54:01.2663325Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-12-01T10:54:01.2666091Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-12-01T10:54:01.2666542Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-12-01T10:54:01.2667809Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-12-01T10:54:01.2668255Z [ RUN ] LazyOpsTest.TestCeil 2022-12-01T10:54:01.2668730Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-12-01T10:54:01.2669003Z [ RUN ] LazyOpsTest.TestFloor 2022-12-01T10:54:01.2671634Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-12-01T10:54:01.2671925Z [ RUN ] LazyOpsTest.TestRound 2022-12-01T10:54:01.2673524Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-12-01T10:54:01.2673902Z [ RUN ] LazyOpsTest.TestTrunc 2022-12-01T10:54:01.2676819Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-12-01T10:54:01.2677326Z [ RUN ] LazyOpsTest.TestFrac 2022-12-01T10:54:01.2679497Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-12-01T10:54:01.2680034Z [ RUN ] LazyOpsTest.TestNeg 2022-12-01T10:54:01.2682262Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-12-01T10:54:01.2682822Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-12-01T10:54:01.2684449Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-12-01T10:54:01.2684820Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-12-01T10:54:01.2686321Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-12-01T10:54:01.2686743Z [ RUN ] LazyOpsTest.TestSign 2022-12-01T10:54:01.2687635Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-12-01T10:54:01.2687958Z [ RUN ] LazyOpsTest.TestSignByte 2022-12-01T10:54:01.2688815Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-12-01T10:54:01.2689095Z [ RUN ] LazyOpsTest.TestAbs 2022-12-01T10:54:01.2690564Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-12-01T10:54:01.2690950Z [ RUN ] LazyOpsTest.TestAbsByte 2022-12-01T10:54:01.2692645Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-12-01T10:54:01.2693233Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-12-01T10:54:01.2693813Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-12-01T10:54:01.2694126Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-12-01T10:54:01.2694672Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-12-01T10:54:01.2695099Z [ RUN ] LazyOpsTest.TestEmpty 2022-12-01T10:54:01.2695388Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-12-01T10:54:01.2695819Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-12-01T10:54:01.2696628Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-12-01T10:54:01.2697136Z [ RUN ] LazyOpsTest.TestZerosLike 2022-12-01T10:54:01.2697921Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-12-01T10:54:01.2698359Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-12-01T10:54:01.2698848Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-12-01T10:54:01.2699157Z [ RUN ] LazyOpsTest.TestZeros 2022-12-01T10:54:01.2700954Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-12-01T10:54:01.2701290Z [ RUN ] LazyOpsTest.TestOnes 2022-12-01T10:54:01.2704542Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-12-01T10:54:01.2704983Z [ RUN ] LazyOpsTest.TestOnesLike 2022-12-01T10:54:01.2705946Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-12-01T10:54:01.2706474Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-12-01T10:54:01.2706841Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-12-01T10:54:01.2707140Z [ RUN ] LazyOpsTest.TestFull 2022-12-01T10:54:01.2711449Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-12-01T10:54:01.2711864Z [ RUN ] LazyOpsTest.TestFullLike 2022-12-01T10:54:01.2712412Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-12-01T10:54:01.2712865Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-12-01T10:54:01.2713254Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-12-01T10:54:01.2713642Z [ RUN ] LazyOpsTest.TestARange 2022-12-01T10:54:01.2719828Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-12-01T10:54:01.2720498Z [ RUN ] LazyOpsTest.TestARangeOut 2022-12-01T10:54:01.2721058Z [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-01T10:54:01.2723319Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-12-01T10:54:01.2723849Z [ RUN ] LazyOpsTest.TestDimARange 2022-12-01T10:54:01.2726908Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-12-01T10:54:01.2727502Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-12-01T10:54:01.2749955Z [ OK ] LazyOpsTest.TestBartlettWindow (2 ms) 2022-12-01T10:54:01.2750551Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-12-01T10:54:01.2781427Z [ OK ] LazyOpsTest.TestBlackmanWindow (3 ms) 2022-12-01T10:54:01.2782017Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-12-01T10:54:01.2796099Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-12-01T10:54:01.2796660Z [ RUN ] LazyOpsTest.TestHannWindow 2022-12-01T10:54:01.3400496Z [ OK ] LazyOpsTest.TestHannWindow (60 ms) 2022-12-01T10:54:01.3401063Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-12-01T10:54:01.3404310Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-12-01T10:54:01.3405514Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-12-01T10:54:01.3410327Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-12-01T10:54:01.3410667Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-12-01T10:54:01.3446804Z [ OK ] LazyOpsTest.TestLogsumexp (3 ms) 2022-12-01T10:54:01.3447129Z [ RUN ] LazyOpsTest.TestSiLU 2022-12-01T10:54:01.3449512Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-12-01T10:54:01.3449858Z [ RUN ] LazyOpsTest.TestSigmoid 2022-12-01T10:54:01.3452971Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-12-01T10:54:01.3453312Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-12-01T10:54:01.3455028Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-12-01T10:54:01.3455369Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-12-01T10:54:01.3459718Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-12-01T10:54:01.3460388Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-12-01T10:54:01.3465400Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-12-01T10:54:01.3466363Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-12-01T10:54:01.3469870Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-12-01T10:54:01.3470448Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-12-01T10:54:01.3478378Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-12-01T10:54:01.3478782Z [ RUN ] LazyOpsTest.TestDot 2022-12-01T10:54:01.3480532Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-12-01T10:54:01.3480830Z [ RUN ] LazyOpsTest.TestTensorDot 2022-12-01T10:54:01.3493004Z [ OK ] LazyOpsTest.TestTensorDot (1 ms) 2022-12-01T10:54:01.3493594Z [ RUN ] LazyOpsTest.TestGer 2022-12-01T10:54:01.3497422Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-12-01T10:54:01.3498482Z [ RUN ] LazyOpsTest.TestMv 2022-12-01T10:54:01.3502104Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-12-01T10:54:01.3502706Z [ RUN ] LazyOpsTest.TestMvOut 2022-12-01T10:54:01.3507361Z [ OK ] LazyOpsTest.TestMvOut (0 ms) 2022-12-01T10:54:01.3507930Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-12-01T10:54:01.3511453Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-12-01T10:54:01.3512091Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-12-01T10:54:01.3516276Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-12-01T10:54:01.3516887Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-12-01T10:54:01.3519701Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-12-01T10:54:01.3520165Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-12-01T10:54:01.3520801Z [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-01T10:54:01.3527292Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-12-01T10:54:01.3527884Z [ RUN ] LazyOpsTest.TestLinear 2022-12-01T10:54:01.3536474Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-12-01T10:54:01.3537023Z [ RUN ] LazyOpsTest.TestPinverse 2022-12-01T10:54:01.3555794Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-12-01T10:54:01.3556458Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-12-01T10:54:01.3562712Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-12-01T10:54:01.3563057Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-12-01T10:54:01.3584359Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-12-01T10:54:01.3584732Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-12-01T10:54:01.3595543Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-12-01T10:54:01.3596204Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-12-01T10:54:01.3613218Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (1 ms) 2022-12-01T10:54:01.3613926Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-12-01T10:54:01.3617649Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-12-01T10:54:01.3618369Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-12-01T10:54:01.3622203Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-12-01T10:54:01.3623022Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-12-01T10:54:01.3625894Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-12-01T10:54:01.3626475Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-12-01T10:54:01.3636040Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (0 ms) 2022-12-01T10:54:01.3636722Z [ RUN ] LazyOpsTest.TestBilinear 2022-12-01T10:54:01.3769505Z [ OK ] LazyOpsTest.TestBilinear (13 ms) 2022-12-01T10:54:01.3770136Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-12-01T10:54:01.3773593Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-12-01T10:54:01.3774267Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-12-01T10:54:01.3784723Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-12-01T10:54:01.3785391Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-12-01T10:54:01.3789637Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-12-01T10:54:01.3790374Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-12-01T10:54:01.3799764Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-12-01T10:54:01.3800443Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-12-01T10:54:01.3807204Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (0 ms) 2022-12-01T10:54:01.3807841Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-12-01T10:54:01.3827800Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (2 ms) 2022-12-01T10:54:01.3828356Z [ RUN ] LazyOpsTest.TestAddCMul 2022-12-01T10:54:01.3831619Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-12-01T10:54:01.3832112Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-12-01T10:54:01.3835023Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-12-01T10:54:01.3835566Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-12-01T10:54:01.3838730Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-12-01T10:54:01.3839262Z [ RUN ] LazyOpsTest.TestSize 2022-12-01T10:54:01.3839718Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-12-01T10:54:01.3840312Z [ RUN ] LazyOpsTest.TestSelect 2022-12-01T10:54:01.3899928Z [ OK ] LazyOpsTest.TestSelect (5 ms) 2022-12-01T10:54:01.3900493Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-12-01T10:54:01.3904385Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-12-01T10:54:01.3905072Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-12-01T10:54:01.3908131Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-12-01T10:54:01.3908748Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-12-01T10:54:01.3912567Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-12-01T10:54:01.3913160Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-12-01T10:54:01.3916405Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-12-01T10:54:01.3916795Z [ RUN ] LazyOpsTest.TestDropout 2022-12-01T10:54:01.3921775Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-12-01T10:54:01.3922552Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-12-01T10:54:01.3928120Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-12-01T10:54:01.3928991Z [ RUN ] LazyOpsTest.TestRandperm 2022-12-01T10:54:01.3929816Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-12-01T10:54:01.3930343Z [ RUN ] LazyOpsTest.TestSlice 2022-12-01T10:54:01.3940029Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-12-01T10:54:01.3940564Z [ RUN ] LazyOpsTest.TestTake 2022-12-01T10:54:01.3941614Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-12-01T10:54:01.3942155Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-12-01T10:54:01.3967445Z [ OK ] LazyOpsTest.TestTakeBackward (2 ms) 2022-12-01T10:54:01.3967796Z [ RUN ] LazyOpsTest.TestStack 2022-12-01T10:54:01.3989631Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-12-01T10:54:01.3990184Z [ RUN ] LazyOpsTest.TestCat 2022-12-01T10:54:01.3996388Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-12-01T10:54:01.3996740Z [ RUN ] LazyOpsTest.TestUnbind 2022-12-01T10:54:01.4007516Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-12-01T10:54:01.4007866Z [ RUN ] LazyOpsTest.TestRepeat 2022-12-01T10:54:01.4018533Z [ OK ] LazyOpsTest.TestRepeat (1 ms) 2022-12-01T10:54:01.4019091Z [ RUN ] LazyOpsTest.TestGather 2022-12-01T10:54:01.4025030Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-12-01T10:54:01.4025386Z [ RUN ] LazyOpsTest.TestScatter 2022-12-01T10:54:01.4027802Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-12-01T10:54:01.4028166Z [ RUN ] LazyOpsTest.TestScatterR1 2022-12-01T10:54:01.4029609Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-12-01T10:54:01.4030162Z [ RUN ] LazyOpsTest.TestScatterR3 2022-12-01T10:54:01.4031426Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-12-01T10:54:01.4031986Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-12-01T10:54:01.4034851Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-12-01T10:54:01.4035230Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-12-01T10:54:01.4037594Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-12-01T10:54:01.4037967Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-12-01T10:54:01.4040927Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-12-01T10:54:01.4041298Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-12-01T10:54:01.4048258Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-12-01T10:54:01.4048868Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-12-01T10:54:01.4055887Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-12-01T10:54:01.4056221Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-12-01T10:54:01.4137739Z [ OK ] LazyOpsTest.TestIndexSelect (8 ms) 2022-12-01T10:54:01.4138394Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-12-01T10:54:01.4158988Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-12-01T10:54:01.4159530Z [ RUN ] LazyOpsTest.TestInverse 2022-12-01T10:54:01.4164470Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-12-01T10:54:01.4164963Z [ RUN ] LazyOpsTest.TestIsnan 2022-12-01T10:54:01.4165465Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-12-01T10:54:01.4165962Z [ RUN ] LazyOpsTest.TestExpand 2022-12-01T10:54:01.4170000Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-12-01T10:54:01.4170654Z [ RUN ] LazyOpsTest.TestExpandBack 2022-12-01T10:54:01.4173579Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-12-01T10:54:01.4174128Z [ RUN ] LazyOpsTest.TestExpandAs 2022-12-01T10:54:01.4178556Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-12-01T10:54:01.4179244Z [ RUN ] LazyOpsTest.TestEye 2022-12-01T10:54:01.4182115Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-12-01T10:54:01.4182751Z [ RUN ] LazyOpsTest.TestEyeWide 2022-12-01T10:54:01.4183238Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-12-01T10:54:01.4183695Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-12-01T10:54:01.4184199Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-12-01T10:54:01.4184693Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-12-01T10:54:01.4189393Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-12-01T10:54:01.4189969Z [ RUN ] LazyOpsTest.TestOneIndex 2022-12-01T10:54:01.4202953Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-12-01T10:54:01.4203521Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-12-01T10:54:01.4212150Z [ OK ] LazyOpsTest.TestOneIndexTransfer (0 ms) 2022-12-01T10:54:01.4212723Z [ RUN ] LazyOpsTest.TestNonzero 2022-12-01T10:54:01.4213399Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-12-01T10:54:01.4213901Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-12-01T10:54:01.4215609Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-12-01T10:54:01.4216146Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-12-01T10:54:01.4218827Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-12-01T10:54:01.4219489Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-12-01T10:54:01.4228761Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-12-01T10:54:01.4229386Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-12-01T10:54:01.4236216Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (0 ms) 2022-12-01T10:54:01.4236827Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-12-01T10:54:01.4244485Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-12-01T10:54:01.4245376Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-12-01T10:54:01.4252666Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-12-01T10:54:01.4253332Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-12-01T10:54:01.4260040Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-12-01T10:54:01.4260592Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-12-01T10:54:01.4264071Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-12-01T10:54:01.4264587Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-12-01T10:54:01.4290949Z [ OK ] LazyOpsTest.TestOneIndexPut (2 ms) 2022-12-01T10:54:01.4291509Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-12-01T10:54:01.4311261Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (2 ms) 2022-12-01T10:54:01.4311864Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-12-01T10:54:01.4327091Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-12-01T10:54:01.4327665Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-12-01T10:54:01.4344536Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-12-01T10:54:01.4345154Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-12-01T10:54:01.4367938Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-12-01T10:54:01.4368587Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-12-01T10:54:01.4384198Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-12-01T10:54:01.4384834Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-12-01T10:54:01.4400573Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-12-01T10:54:01.4401231Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-12-01T10:54:01.4419486Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (1 ms) 2022-12-01T10:54:01.4420389Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-12-01T10:54:01.4437675Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-12-01T10:54:01.4438305Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-12-01T10:54:01.4455696Z [ OK ] LazyOpsTest.TestMaskIndexPut (1 ms) 2022-12-01T10:54:01.4456287Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-12-01T10:54:01.4477538Z [ OK ] LazyOpsTest.TestIndexPutImpl (2 ms) 2022-12-01T10:54:01.4478108Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-12-01T10:54:01.4506901Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (2 ms) 2022-12-01T10:54:01.4507559Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-12-01T10:54:01.4532146Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-12-01T10:54:01.4532799Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-12-01T10:54:01.4556381Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-12-01T10:54:01.4557036Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-12-01T10:54:01.4584979Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (2 ms) 2022-12-01T10:54:01.4585667Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-12-01T10:54:01.4609192Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-12-01T10:54:01.4609710Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-12-01T10:54:01.4674828Z [ OK ] LazyOpsTest.TestIndexAdd (6 ms) 2022-12-01T10:54:01.4675354Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-12-01T10:54:01.4722673Z [ OK ] LazyOpsTest.TestIndexAddInPlace (4 ms) 2022-12-01T10:54:01.4723232Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-12-01T10:54:01.4742492Z [ OK ] LazyOpsTest.TestIndexAddRank0 (1 ms) 2022-12-01T10:54:01.4743020Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-12-01T10:54:01.4763908Z [ OK ] LazyOpsTest.TestIndexCopy (2 ms) 2022-12-01T10:54:01.4764799Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-12-01T10:54:01.4790448Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (2 ms) 2022-12-01T10:54:01.4791051Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-12-01T10:54:01.4810052Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (1 ms) 2022-12-01T10:54:01.4810545Z [ RUN ] LazyOpsTest.TestRelu 2022-12-01T10:54:01.4814279Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-12-01T10:54:01.4815012Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-12-01T10:54:01.4819754Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-12-01T10:54:01.4820364Z [ RUN ] LazyOpsTest.TestHardshrink 2022-12-01T10:54:01.4820900Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-12-01T10:54:01.4821387Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-12-01T10:54:01.4824380Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-12-01T10:54:01.4824749Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-12-01T10:54:01.4840192Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (1 ms) 2022-12-01T10:54:01.4840829Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-12-01T10:54:01.4850713Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (0 ms) 2022-12-01T10:54:01.4851326Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-12-01T10:54:01.4852232Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-12-01T10:54:01.4852958Z [ RUN ] LazyOpsTest.TestHardtanh 2022-12-01T10:54:01.4853482Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-12-01T10:54:01.4854004Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-12-01T10:54:01.4869121Z [ OK ] LazyOpsTest.TestHardtanhInPlace (1 ms) 2022-12-01T10:54:01.4869668Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-12-01T10:54:01.4872052Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-12-01T10:54:01.4872616Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-12-01T10:54:01.4875919Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-12-01T10:54:01.4876441Z [ RUN ] LazyOpsTest.TestExp 2022-12-01T10:54:01.4878775Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-12-01T10:54:01.4879255Z [ RUN ] LazyOpsTest.TestExpm1 2022-12-01T10:54:01.4880192Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-12-01T10:54:01.4880639Z [ RUN ] LazyOpsTest.TestLog 2022-12-01T10:54:01.4883894Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-12-01T10:54:01.4884375Z [ RUN ] LazyOpsTest.TestLog2 2022-12-01T10:54:01.4887645Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-12-01T10:54:01.4888103Z [ RUN ] LazyOpsTest.TestLog10 2022-12-01T10:54:01.4889040Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-12-01T10:54:01.4889526Z [ RUN ] LazyOpsTest.TestLog1p 2022-12-01T10:54:01.4891120Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-12-01T10:54:01.4891582Z [ RUN ] LazyOpsTest.TestErf 2022-12-01T10:54:01.4892231Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-12-01T10:54:01.4892693Z [ RUN ] LazyOpsTest.TestErfc 2022-12-01T10:54:01.4894155Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-12-01T10:54:01.4894798Z [ RUN ] LazyOpsTest.TestErfinv 2022-12-01T10:54:01.4895564Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-12-01T10:54:01.4896028Z [ RUN ] LazyOpsTest.TestSqrt 2022-12-01T10:54:01.4899196Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-12-01T10:54:01.4899664Z [ RUN ] LazyOpsTest.TestRsqrt 2022-12-01T10:54:01.4903342Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-12-01T10:54:01.4903889Z [ RUN ] LazyOpsTest.TestReciprocal 2022-12-01T10:54:01.4906473Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-12-01T10:54:01.4907288Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-12-01T10:54:01.4909175Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-12-01T10:54:01.4909907Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-12-01T10:54:01.4913146Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-12-01T10:54:01.4913735Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-12-01T10:54:01.4916508Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-12-01T10:54:01.4917109Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-12-01T10:54:01.4920867Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-12-01T10:54:01.4921521Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-12-01T10:54:01.4924507Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-12-01T10:54:01.4925247Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-12-01T10:54:01.4925830Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-12-01T10:54:01.4926366Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-12-01T10:54:01.4929533Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-12-01T10:54:01.4930080Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-12-01T10:54:01.4930595Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-12-01T10:54:01.4931141Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-12-01T10:54:01.4947014Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (1 ms) 2022-12-01T10:54:01.4947566Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-12-01T10:54:01.4948459Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-12-01T10:54:01.4949008Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-12-01T10:54:01.4949963Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-12-01T10:54:01.4950557Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-12-01T10:54:01.4975570Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-12-01T10:54:01.4976236Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-12-01T10:54:01.4976940Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-12-01T10:54:01.4977595Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-12-01T10:54:01.4977958Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-12-01T10:54:01.4978314Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-12-01T10:54:01.4978685Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-12-01T10:54:01.4979007Z [ RUN ] LazyOpsTest.TestWhere 2022-12-01T10:54:01.4979420Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-12-01T10:54:01.4979881Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-12-01T10:54:01.4980196Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-12-01T10:54:01.4980514Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-12-01T10:54:01.4980831Z [ RUN ] LazyOpsTest.TestThreshold 2022-12-01T10:54:01.4981136Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-12-01T10:54:01.4981457Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-12-01T10:54:01.4988634Z [ OK ] LazyOpsTest.TestThresholdBackward (1 ms) 2022-12-01T10:54:01.4989216Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-12-01T10:54:01.4992239Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-12-01T10:54:01.4992780Z [ RUN ] LazyOpsTest.TestElu 2022-12-01T10:54:01.4996187Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-12-01T10:54:01.4996716Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-12-01T10:54:01.4999745Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-12-01T10:54:01.5000495Z [ RUN ] LazyOpsTest.TestSelu 2022-12-01T10:54:01.5002629Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-12-01T10:54:01.5003128Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-12-01T10:54:01.5006214Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-12-01T10:54:01.5006692Z [ RUN ] LazyOpsTest.TestCelu 2022-12-01T10:54:01.5007630Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-12-01T10:54:01.5008252Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-12-01T10:54:01.5011061Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-12-01T10:54:01.5011686Z [ RUN ] LazyOpsTest.TestGelu 2022-12-01T10:54:01.5018981Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-12-01T10:54:01.5019609Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-12-01T10:54:01.5034837Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-12-01T10:54:01.5035662Z [ RUN ] LazyOpsTest.TestEmbedding 2022-12-01T10:54:01.5039132Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-12-01T10:54:01.5054728Z [ RUN ] LazyOpsTest.TestOneHot 2022-12-01T10:54:01.5055254Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-12-01T10:54:01.5055806Z [ RUN ] LazyOpsTest.TestTranspose 2022-12-01T10:54:01.5056305Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-12-01T10:54:01.5056850Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-12-01T10:54:01.5057658Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-12-01T10:54:01.5058183Z [ RUN ] LazyOpsTest.TestReshape 2022-12-01T10:54:01.5059010Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-12-01T10:54:01.5059505Z [ RUN ] LazyOpsTest.TestResize 2022-12-01T10:54:01.5064206Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-12-01T10:54:01.5064713Z [ RUN ] LazyOpsTest.TestViewResize 2022-12-01T10:54:01.5070428Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-12-01T10:54:01.5070928Z [ RUN ] LazyOpsTest.TestView 2022-12-01T10:54:01.5076041Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-12-01T10:54:01.5076543Z [ RUN ] LazyOpsTest.TestViewMod 2022-12-01T10:54:01.5093123Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-12-01T10:54:01.5093634Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-12-01T10:54:01.5112324Z [ OK ] LazyOpsTest.TestViewModComplex (1 ms) 2022-12-01T10:54:01.5112877Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-12-01T10:54:01.5133127Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-12-01T10:54:01.5133749Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-12-01T10:54:01.5141017Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-12-01T10:54:01.5141568Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-12-01T10:54:01.5146083Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-12-01T10:54:01.5146596Z [ RUN ] LazyOpsTest.TestNarrow 2022-12-01T10:54:01.5161598Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-12-01T10:54:01.5162117Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-12-01T10:54:01.5179834Z [ OK ] LazyOpsTest.TestNarrowUpdate (1 ms) 2022-12-01T10:54:01.5180420Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-12-01T10:54:01.5200914Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (2 ms) 2022-12-01T10:54:01.5201538Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-12-01T10:54:01.5299625Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (9 ms) 2022-12-01T10:54:01.5300227Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-12-01T10:54:01.5320553Z [ OK ] LazyOpsTest.TestNarrowUpdateView (2 ms) 2022-12-01T10:54:01.5321181Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-12-01T10:54:01.5359102Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (3 ms) 2022-12-01T10:54:01.5360006Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-12-01T10:54:01.5366581Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-12-01T10:54:01.5367083Z [ RUN ] LazyOpsTest.TestViewAs 2022-12-01T10:54:01.5375918Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-12-01T10:54:01.5376420Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-12-01T10:54:01.5395773Z [ OK ] LazyOpsTest.TestLogSoftmax (1 ms) 2022-12-01T10:54:01.5396318Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-12-01T10:54:01.5425567Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (2 ms) 2022-12-01T10:54:01.5426234Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-12-01T10:54:01.5446710Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (2 ms) 2022-12-01T10:54:01.5447338Z [ RUN ] LazyOpsTest.TestSoftmax 2022-12-01T10:54:01.5468276Z [ OK ] LazyOpsTest.TestSoftmax (2 ms) 2022-12-01T10:54:01.5468822Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-12-01T10:54:01.5497863Z [ OK ] LazyOpsTest.TestSoftmaxCast (2 ms) 2022-12-01T10:54:01.5498404Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-12-01T10:54:01.5521379Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-12-01T10:54:01.5521922Z [ RUN ] LazyOpsTest.TestSoftplus 2022-12-01T10:54:01.5524786Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-12-01T10:54:01.5525331Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-12-01T10:54:01.5614021Z [ OK ] LazyOpsTest.TestMaxPool1D (8 ms) 2022-12-01T10:54:01.5614949Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-12-01T10:54:01.5674673Z [ OK ] LazyOpsTest.TestMaxPool2D (6 ms) 2022-12-01T10:54:01.5675271Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-12-01T10:54:01.5795940Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (12 ms) 2022-12-01T10:54:01.5796566Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-12-01T10:54:01.5852938Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (5 ms) 2022-12-01T10:54:01.5853504Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-12-01T10:54:01.5872289Z [ OK ] LazyOpsTest.TestMaxPool3D (1 ms) 2022-12-01T10:54:01.5872851Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-12-01T10:54:01.5896952Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-12-01T10:54:01.5897610Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-12-01T10:54:01.5909370Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-12-01T10:54:01.5909990Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-12-01T10:54:01.5926675Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-12-01T10:54:01.5986137Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-12-01T10:54:01.5986753Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (5 ms) 2022-12-01T10:54:01.5987327Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-12-01T10:54:01.6004995Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (1 ms) 2022-12-01T10:54:01.6005578Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-12-01T10:54:01.6074175Z [ OK ] LazyOpsTest.TestAvgPool1D (6 ms) 2022-12-01T10:54:01.6074697Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-12-01T10:54:01.6127007Z [ OK ] LazyOpsTest.TestAvgPool2D (5 ms) 2022-12-01T10:54:01.6127553Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-12-01T10:54:01.6181211Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (5 ms) 2022-12-01T10:54:01.6181779Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-12-01T10:54:01.6193303Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-12-01T10:54:01.6193933Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-12-01T10:54:01.6203388Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (0 ms) 2022-12-01T10:54:01.6204033Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-12-01T10:54:01.6213859Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-12-01T10:54:01.6214425Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-12-01T10:54:01.6262343Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (4 ms) 2022-12-01T10:54:01.6262912Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-12-01T10:54:01.6275147Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-12-01T10:54:01.6275776Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-12-01T10:54:01.6282442Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-12-01T10:54:01.6283072Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-12-01T10:54:01.6479286Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (19 ms) 2022-12-01T10:54:01.6480011Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-12-01T10:54:01.6490329Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-12-01T10:54:01.6491008Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-12-01T10:54:01.6498308Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (0 ms) 2022-12-01T10:54:01.6498893Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-12-01T10:54:01.6515441Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-12-01T10:54:01.6515964Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-12-01T10:54:01.6530192Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-12-01T10:54:01.6530739Z [ RUN ] LazyOpsTest.TestNllLoss 2022-12-01T10:54:01.6531211Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-12-01T10:54:01.6531487Z 2022-12-01T10:54:01.6531796Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-12-01T10:54:01.6532314Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-12-01T10:54:01.6600625Z [ OK ] LazyOpsTest.TestNllLoss2d (6 ms) 2022-12-01T10:54:01.6601148Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-12-01T10:54:01.6616716Z [ OK ] LazyOpsTest.TestSmoothL1Loss (1 ms) 2022-12-01T10:54:01.6617229Z [ RUN ] LazyOpsTest.TestL1Loss 2022-12-01T10:54:01.6626524Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-12-01T10:54:01.6627057Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-12-01T10:54:01.6661131Z [ OK ] LazyOpsTest.TestL1LossBackward (3 ms) 2022-12-01T10:54:01.6661656Z [ RUN ] LazyOpsTest.TestMseLoss 2022-12-01T10:54:01.6664290Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-12-01T10:54:01.6664804Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-12-01T10:54:01.6685241Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-12-01T10:54:01.6685846Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-12-01T10:54:01.6701725Z [ OK ] LazyOpsTest.TestBatchNorm1D (1 ms) 2022-12-01T10:54:01.6702357Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-12-01T10:54:01.6718372Z [ OK ] LazyOpsTest.TestBatchNorm2D (1 ms) 2022-12-01T10:54:01.6719088Z [ RUN ] LazyOpsTest.TestDim 2022-12-01T10:54:01.6719563Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-12-01T10:54:01.6720035Z [ RUN ] LazyOpsTest.TestContiguous 2022-12-01T10:54:01.6720554Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-12-01T10:54:01.6721061Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-12-01T10:54:01.6722573Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-12-01T10:54:01.6723100Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-12-01T10:54:01.6726562Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-12-01T10:54:01.6727114Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-12-01T10:54:01.6745541Z [ OK ] LazyOpsTest.TestSqueezeOne (1 ms) 2022-12-01T10:54:01.6746124Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-12-01T10:54:01.6766181Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-12-01T10:54:01.6766733Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-12-01T10:54:01.6779872Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-12-01T10:54:01.6780422Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-12-01T10:54:01.6796115Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-12-01T10:54:01.6796658Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-12-01T10:54:01.6799467Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-12-01T10:54:01.6800009Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-12-01T10:54:01.6803585Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-12-01T10:54:01.6804364Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-12-01T10:54:01.6807331Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-12-01T10:54:01.6807864Z [ RUN ] LazyOpsTest.TestFill 2022-12-01T10:54:01.6811304Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-12-01T10:54:01.6811813Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-12-01T10:54:01.6813392Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-12-01T10:54:01.6813907Z [ RUN ] LazyOpsTest.TestPermute 2022-12-01T10:54:01.6842010Z [ OK ] LazyOpsTest.TestPermute (2 ms) 2022-12-01T10:54:01.6842525Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-12-01T10:54:01.6945720Z [ OK ] LazyOpsTest.TestPermuteMod (10 ms) 2022-12-01T10:54:01.6946325Z [ RUN ] LazyOpsTest.TestFlip 2022-12-01T10:54:01.6975046Z [ OK ] LazyOpsTest.TestFlip (2 ms) 2022-12-01T10:54:01.6975556Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-12-01T10:54:01.6981442Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-12-01T10:54:01.6981968Z [ RUN ] LazyOpsTest.TestSumToSize 2022-12-01T10:54:01.6985549Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-12-01T10:54:01.6986153Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-12-01T10:54:01.6989182Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-12-01T10:54:01.6989739Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-12-01T10:54:01.6998403Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-12-01T10:54:01.6998999Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-12-01T10:54:01.7002185Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-12-01T10:54:01.7002730Z [ RUN ] LazyOpsTest.TestSplit 2022-12-01T10:54:01.7021889Z [ OK ] LazyOpsTest.TestSplit (1 ms) 2022-12-01T10:54:01.7022520Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-12-01T10:54:01.7023163Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-12-01T10:54:01.7023798Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-12-01T10:54:01.7035601Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-12-01T10:54:01.7036189Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-12-01T10:54:01.7039028Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-12-01T10:54:01.7039594Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-12-01T10:54:01.7042458Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-12-01T10:54:01.7043210Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-12-01T10:54:01.7043769Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-12-01T10:54:01.7044260Z [ RUN ] LazyOpsTest.TestTriu 2022-12-01T10:54:01.7067133Z [ OK ] LazyOpsTest.TestTriu (2 ms) 2022-12-01T10:54:01.7067652Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-12-01T10:54:01.7090005Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-12-01T10:54:01.7090844Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-12-01T10:54:01.7113955Z [ OK ] LazyOpsTest.TestTriuBatch (2 ms) 2022-12-01T10:54:01.7114455Z [ RUN ] LazyOpsTest.TestTril 2022-12-01T10:54:01.7137216Z [ OK ] LazyOpsTest.TestTril (2 ms) 2022-12-01T10:54:01.7137720Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-12-01T10:54:01.7160562Z [ OK ] LazyOpsTest.TestTrilNonSquare (2 ms) 2022-12-01T10:54:01.7161102Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-12-01T10:54:01.7184505Z [ OK ] LazyOpsTest.TestTrilBatch (2 ms) 2022-12-01T10:54:01.7185058Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-12-01T10:54:01.7213539Z [ OK ] LazyOpsTest.TestTriuInPlace (2 ms) 2022-12-01T10:54:01.7214077Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-12-01T10:54:01.7242150Z [ OK ] LazyOpsTest.TestTrilInPlace (2 ms) 2022-12-01T10:54:01.7242669Z [ RUN ] LazyOpsTest.TestTrace 2022-12-01T10:54:01.7245634Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-12-01T10:54:01.7246166Z [ RUN ] LazyOpsTest.TestTraceWide 2022-12-01T10:54:01.7248442Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-12-01T10:54:01.7248961Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-12-01T10:54:01.7251212Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-12-01T10:54:01.7251745Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-12-01T10:54:01.7276488Z [ OK ] LazyOpsTest.TestDiagRank1 (2 ms) 2022-12-01T10:54:01.7276986Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-12-01T10:54:01.7285610Z [ OK ] LazyOpsTest.TestDiagRank2 (0 ms) 2022-12-01T10:54:01.7286118Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-12-01T10:54:01.7485319Z [ OK ] LazyOpsTest.TestDiagFlat (19 ms) 2022-12-01T10:54:01.7485868Z [ RUN ] LazyOpsTest.TestDiagonal 2022-12-01T10:54:01.7513530Z [ OK ] LazyOpsTest.TestDiagonal (3 ms) 2022-12-01T10:54:01.7514065Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-12-01T10:54:01.7578563Z [ OK ] LazyOpsTest.TestDiagonalUpdate (6 ms) 2022-12-01T10:54:01.7579142Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-12-01T10:54:01.7606435Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (2 ms) 2022-12-01T10:54:01.7607014Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-12-01T10:54:01.7634486Z [ OK ] LazyOpsTest.TestDiagonalBatch (2 ms) 2022-12-01T10:54:01.7635007Z [ RUN ] LazyOpsTest.TestFlatten 2022-12-01T10:54:01.7701698Z [ OK ] LazyOpsTest.TestFlatten (6 ms) 2022-12-01T10:54:01.7702211Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-12-01T10:54:01.7718828Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-12-01T10:54:01.7719387Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-12-01T10:54:01.7722410Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-12-01T10:54:01.7722999Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-12-01T10:54:01.7724932Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-12-01T10:54:01.7725509Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-12-01T10:54:01.7728826Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-12-01T10:54:01.7729433Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-12-01T10:54:01.7732402Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-12-01T10:54:01.7733024Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-12-01T10:54:01.7737555Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-12-01T10:54:01.7738103Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-12-01T10:54:01.7740133Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-12-01T10:54:01.7740665Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-12-01T10:54:01.7743824Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-12-01T10:54:01.7744398Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-12-01T10:54:01.7747073Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-12-01T10:54:01.7747668Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-12-01T10:54:01.7749920Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-12-01T10:54:01.7750492Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-12-01T10:54:01.7751160Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-12-01T10:54:01.7751699Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-12-01T10:54:01.7753212Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-12-01T10:54:01.7753917Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-12-01T10:54:01.7754778Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-12-01T10:54:01.7755490Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-12-01T10:54:01.7756256Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-12-01T10:54:01.7756811Z [ RUN ] LazyOpsTest.TestLshift 2022-12-01T10:54:01.7757278Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-12-01T10:54:01.7757897Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-12-01T10:54:01.7758657Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-12-01T10:54:01.7759185Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-12-01T10:54:01.7759842Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-12-01T10:54:01.7760403Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-12-01T10:54:01.7761518Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-12-01T10:54:01.7762028Z [ RUN ] LazyOpsTest.TestRshift 2022-12-01T10:54:01.7762740Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-12-01T10:54:01.7763251Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-12-01T10:54:01.7764848Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-12-01T10:54:01.7765381Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-12-01T10:54:01.7766212Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-12-01T10:54:01.7767011Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-12-01T10:54:01.7769036Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-12-01T10:54:01.7769615Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-12-01T10:54:01.7770220Z [W TensorShape.cpp:3191] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-12-01T10:54:01.7780219Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-12-01T10:54:01.7780745Z [ RUN ] LazyOpsTest.TestConstantPad 2022-12-01T10:54:01.7784805Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-12-01T10:54:01.7785590Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-12-01T10:54:01.7789464Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-12-01T10:54:01.7790189Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-12-01T10:54:01.7791036Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-12-01T10:54:01.7791579Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-12-01T10:54:01.7792625Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-12-01T10:54:01.7793194Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-12-01T10:54:01.7802491Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (0 ms) 2022-12-01T10:54:01.7803370Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-12-01T10:54:01.7804053Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-12-01T10:54:01.7804789Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-12-01T10:54:01.7805601Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-12-01T10:54:01.7806235Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-12-01T10:54:01.7811204Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-12-01T10:54:01.7812005Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-12-01T10:54:01.7813185Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-12-01T10:54:01.7813911Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-12-01T10:54:01.7814794Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-12-01T10:54:01.7815443Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-12-01T10:54:01.7821728Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-12-01T10:54:01.7822280Z [ RUN ] LazyOpsTest.TestAsStrided 2022-12-01T10:54:01.7831777Z [ OK ] LazyOpsTest.TestAsStrided (0 ms) 2022-12-01T10:54:01.7832327Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-12-01T10:54:01.7844043Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-12-01T10:54:01.7844608Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-12-01T10:54:01.7849264Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-12-01T10:54:01.7849886Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-12-01T10:54:01.7854172Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-12-01T10:54:01.7854893Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-12-01T10:54:01.7855442Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-12-01T10:54:01.7855997Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-12-01T10:54:01.8002205Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (14 ms) 2022-12-01T10:54:01.8002788Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-12-01T10:54:01.8096031Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (9 ms) 2022-12-01T10:54:01.8096661Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-12-01T10:54:01.8241620Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (14 ms) 2022-12-01T10:54:01.8242268Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-12-01T10:54:01.8329852Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (8 ms) 2022-12-01T10:54:01.8330554Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-12-01T10:54:01.8362535Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-12-01T10:54:01.8363431Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-12-01T10:54:01.8421914Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (5 ms) 2022-12-01T10:54:01.8422584Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-12-01T10:54:01.8445917Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-12-01T10:54:01.8446813Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-12-01T10:54:01.8465785Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (1 ms) 2022-12-01T10:54:01.8466476Z [ RUN ] LazyOpsTest.TestConv2D 2022-12-01T10:54:01.9442100Z [ OK ] LazyOpsTest.TestConv2D (97 ms) 2022-12-01T10:54:01.9442870Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-12-01T10:54:02.3187055Z [ OK ] LazyOpsTest.TestConv2DBackward (374 ms) 2022-12-01T10:54:02.3187710Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-12-01T10:54:02.5886805Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (269 ms) 2022-12-01T10:54:02.5887483Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-12-01T10:54:02.8531648Z [ OK ] LazyOpsTest.TestConv3DBackward (264 ms) 2022-12-01T10:54:02.8532460Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-12-01T10:54:03.4785074Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (625 ms) 2022-12-01T10:54:03.4786084Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-12-01T10:54:03.4877657Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (9 ms) 2022-12-01T10:54:03.4878301Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-12-01T10:54:03.4925595Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (4 ms) 2022-12-01T10:54:03.4926228Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-12-01T10:54:03.5018193Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (9 ms) 2022-12-01T10:54:03.5018844Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-12-01T10:54:03.5071678Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (5 ms) 2022-12-01T10:54:03.5072304Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-12-01T10:54:03.5252839Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (18 ms) 2022-12-01T10:54:03.5253447Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-12-01T10:54:03.5385539Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (13 ms) 2022-12-01T10:54:03.5386146Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-12-01T10:54:03.5395121Z [ OK ] LazyOpsTest.TestTanhBackward (0 ms) 2022-12-01T10:54:03.5395687Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-12-01T10:54:03.5404164Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-12-01T10:54:03.5404746Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-12-01T10:54:03.5414224Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (0 ms) 2022-12-01T10:54:03.5415000Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-12-01T10:54:03.5489340Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (7 ms) 2022-12-01T10:54:03.5489924Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-12-01T10:54:03.5559591Z [ OK ] LazyOpsTest.TestSoftmaxBackward (6 ms) 2022-12-01T10:54:03.5560291Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-12-01T10:54:03.5570135Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-12-01T10:54:03.5570690Z [ RUN ] LazyOpsTest.TestReluBackward 2022-12-01T10:54:03.5579709Z [ OK ] LazyOpsTest.TestReluBackward (0 ms) 2022-12-01T10:54:03.5580272Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-12-01T10:54:03.5589637Z [ OK ] LazyOpsTest.TestRreluBackward (0 ms) 2022-12-01T10:54:03.5590330Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-12-01T10:54:03.5598644Z [ OK ] LazyOpsTest.TestHardshrinkBackward (0 ms) 2022-12-01T10:54:03.5599242Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-12-01T10:54:03.5607272Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (0 ms) 2022-12-01T10:54:03.5612502Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-12-01T10:54:03.5613086Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-12-01T10:54:03.5613617Z [ RUN ] LazyOpsTest.TestEluBackward 2022-12-01T10:54:03.5623294Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-12-01T10:54:03.5623905Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-12-01T10:54:03.5640035Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-12-01T10:54:03.5640599Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-12-01T10:54:03.5650130Z [ OK ] LazyOpsTest.TestLeakyReluBackward (0 ms) 2022-12-01T10:54:03.5650733Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-12-01T10:54:03.5658089Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-12-01T10:54:03.5658682Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-12-01T10:54:03.5723654Z [ OK ] LazyOpsTest.TestAddMatMulBackward (6 ms) 2022-12-01T10:54:03.5724543Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-12-01T10:54:03.5783626Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (6 ms) 2022-12-01T10:54:03.5784214Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-12-01T10:54:03.5784669Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-12-01T10:54:03.5784947Z 2022-12-01T10:54:03.5785292Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-12-01T10:54:03.5785965Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-12-01T10:54:03.6042976Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (25 ms) 2022-12-01T10:54:03.6043634Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-12-01T10:54:03.6105417Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (6 ms) 2022-12-01T10:54:03.6106072Z [ RUN ] LazyOpsTest.TestViewBackward 2022-12-01T10:54:03.6120517Z [ OK ] LazyOpsTest.TestViewBackward (1 ms) 2022-12-01T10:54:03.6121440Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-12-01T10:54:03.6170488Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (4 ms) 2022-12-01T10:54:03.6171074Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-12-01T10:54:03.6221412Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (5 ms) 2022-12-01T10:54:03.6222062Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-12-01T10:54:03.6562643Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (33 ms) 2022-12-01T10:54:03.6563208Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-12-01T10:54:03.6632512Z [ OK ] LazyOpsTest.TestKlDivBackward (7 ms) 2022-12-01T10:54:03.6633043Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-12-01T10:54:03.7351089Z [ OK ] LazyOpsTest.TestEmbeddingBackward (71 ms) 2022-12-01T10:54:03.7352087Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T10:54:03.7352752Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-12-01T10:54:03.7353123Z 2022-12-01T10:54:03.7353788Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-12-01T10:54:03.7354422Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T10:54:03.7354877Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-12-01T10:54:03.7355152Z 2022-12-01T10:54:03.7355524Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-12-01T10:54:03.7356098Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-12-01T10:54:03.7356696Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-12-01T10:54:03.7357202Z [ RUN ] LazyOpsTest.TestLerp 2022-12-01T10:54:03.7357663Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-12-01T10:54:03.7358126Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-12-01T10:54:03.7358647Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-12-01T10:54:03.7359164Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-12-01T10:54:03.7359677Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-12-01T10:54:03.7360193Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-12-01T10:54:03.7360772Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-12-01T10:54:03.7361233Z [ RUN ] LazyOpsTest.TestLerpOut 2022-12-01T10:54:03.7361629Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-12-01T10:54:03.7362098Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-12-01T10:54:03.7362638Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-12-01T10:54:03.7363085Z [ RUN ] LazyOpsTest.IsAliasOf 2022-12-01T10:54:03.7363584Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-12-01T10:54:03.7364176Z [----------] 575 tests from LazyOpsTest (3294 ms total) 2022-12-01T10:54:03.7364459Z 2022-12-01T10:54:03.7364778Z [----------] Global test environment tear-down 2022-12-01T10:54:03.7420293Z [==========] 612 tests from 10 test suites ran. (3326 ms total) 2022-12-01T10:54:03.7420769Z [ PASSED ] 608 tests. 2022-12-01T10:54:03.7421205Z [ SKIPPED ] 4 tests, listed below: 2022-12-01T10:54:03.7421669Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-12-01T10:54:03.7422193Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-12-01T10:54:03.7422859Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T10:54:03.7423493Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T10:54:03.8182719Z + python test/cpp/jit/tests_setup.py shutdown 2022-12-01T10:54:04.7064636Z + wait 2022-12-01T10:54:04.7065000Z + OMP_NUM_THREADS=2 2022-12-01T10:54:04.7065293Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-12-01T10:54:04.7066212Z + /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-01T10:54:04.9710686Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:54:04.9718502Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-12-01T10:54:04.9718933Z [==========] Running 991 tests from 48 test suites. 2022-12-01T10:54:04.9719323Z [----------] Global test environment set-up. 2022-12-01T10:54:04.9719640Z [----------] 9 tests from AutogradAPITests 2022-12-01T10:54:04.9719954Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-12-01T10:54:04.9731589Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-12-01T10:54:04.9731977Z [ RUN ] AutogradAPITests.BackwardTest 2022-12-01T10:54:04.9732654Z [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-01T10:54:04.9733850Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-12-01T10:54:04.9734204Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-12-01T10:54:04.9736461Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-12-01T10:54:04.9736825Z [ RUN ] AutogradAPITests.GradTest 2022-12-01T10:54:04.9738490Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-12-01T10:54:04.9738806Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-12-01T10:54:04.9741224Z [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-01T10:54:04.9742874Z [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-01T10:54:04.9744294Z [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-01T10:54:04.9746325Z [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-01T10:54:04.9747043Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-12-01T10:54:04.9747402Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-12-01T10:54:04.9870651Z [ OK ] AutogradAPITests.GradUnreachableTest (12 ms) 2022-12-01T10:54:04.9871147Z [ RUN ] AutogradAPITests.EmptyInput 2022-12-01T10:54:04.9895922Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-12-01T10:54:04.9896415Z [ RUN ] AutogradAPITests.RetainGrad 2022-12-01T10:54:04.9899365Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-12-01T10:54:04.9899703Z [ RUN ] AutogradAPITests.AnomalyMode 2022-12-01T10:54:04.9900093Z [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-01T10:54:05.1317664Z [ OK ] AutogradAPITests.AnomalyMode (141 ms) 2022-12-01T10:54:05.1318147Z [----------] 9 tests from AutogradAPITests (159 ms total) 2022-12-01T10:54:05.1318320Z 2022-12-01T10:54:05.1318493Z [----------] 33 tests from CustomAutogradTest 2022-12-01T10:54:05.1318869Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-12-01T10:54:05.1327996Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (1 ms) 2022-12-01T10:54:05.1328760Z [ RUN ] CustomAutogradTest.CustomFunction 2022-12-01T10:54:05.1330487Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-12-01T10:54:05.1331242Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-12-01T10:54:05.1332780Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-12-01T10:54:05.1333464Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-12-01T10:54:05.1336960Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-12-01T10:54:05.1337577Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-12-01T10:54:05.1338231Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-12-01T10:54:05.1338838Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-12-01T10:54:05.1339683Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-12-01T10:54:05.1340283Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-12-01T10:54:05.1341127Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-12-01T10:54:05.1341729Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-12-01T10:54:05.1342273Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-12-01T10:54:05.1342767Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-12-01T10:54:05.1343213Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-12-01T10:54:05.1343672Z [ RUN ] CustomAutogradTest.MarkDirty 2022-12-01T10:54:05.1343989Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-12-01T10:54:05.1344336Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-12-01T10:54:05.1349748Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-12-01T10:54:05.1350412Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-12-01T10:54:05.1351803Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-12-01T10:54:05.1352478Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-12-01T10:54:05.1353391Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-12-01T10:54:05.1354056Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-12-01T10:54:05.1354721Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-12-01T10:54:05.1355407Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-12-01T10:54:05.1377080Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-12-01T10:54:05.1377720Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-12-01T10:54:05.1378365Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-12-01T10:54:05.1379025Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-12-01T10:54:05.1379701Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-12-01T10:54:05.1380362Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-12-01T10:54:05.1432864Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-12-01T10:54:05.1433485Z [ RUN ] CustomAutogradTest.NoGradInput 2022-12-01T10:54:05.1434031Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-12-01T10:54:05.1434551Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-12-01T10:54:05.1435090Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-12-01T10:54:05.1435603Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-12-01T10:54:05.1436160Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-12-01T10:54:05.1436700Z [ RUN ] CustomAutogradTest.Reentrant 2022-12-01T10:54:05.1437236Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-12-01T10:54:05.1437777Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-12-01T10:54:05.5075879Z [ OK ] CustomAutogradTest.DeepReentrant (363 ms) 2022-12-01T10:54:05.5076524Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-12-01T10:54:05.5080132Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-12-01T10:54:05.5080721Z [ RUN ] CustomAutogradTest.Hooks 2022-12-01T10:54:05.5130317Z [ OK ] CustomAutogradTest.Hooks (4 ms) 2022-12-01T10:54:05.5130885Z [ RUN ] CustomAutogradTest.HooksInplace 2022-12-01T10:54:05.5132845Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-12-01T10:54:05.5133488Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-12-01T10:54:05.5135924Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-12-01T10:54:05.5136702Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-12-01T10:54:05.5139129Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-12-01T10:54:05.5139749Z [ RUN ] CustomAutogradTest.HookNone 2022-12-01T10:54:05.5140270Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-12-01T10:54:05.5140854Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-12-01T10:54:05.5141702Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-12-01T10:54:05.5142376Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-12-01T10:54:05.5155392Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-12-01T10:54:05.5155861Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-12-01T10:54:05.5156887Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-12-01T10:54:05.5157670Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-12-01T10:54:05.5158430Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-12-01T10:54:05.5159000Z [----------] 33 tests from CustomAutogradTest (384 ms total) 2022-12-01T10:54:05.5159170Z 2022-12-01T10:54:05.5159373Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-12-01T10:54:05.5159813Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-12-01T10:54:05.5162470Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-12-01T10:54:05.5162922Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-12-01T10:54:05.5214438Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-12-01T10:54:05.5215119Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-12-01T10:54:05.5260290Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-12-01T10:54:05.5260707Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-12-01T10:54:05.5264395Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-12-01T10:54:05.5264836Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-12-01T10:54:05.5297215Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-12-01T10:54:05.5297717Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-12-01T10:54:05.5329623Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-12-01T10:54:05.5330065Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-12-01T10:54:05.5398899Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-12-01T10:54:05.5399333Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-12-01T10:54:05.5430577Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-12-01T10:54:05.5431062Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-12-01T10:54:05.5433466Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-12-01T10:54:05.5433977Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-12-01T10:54:05.5452797Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-12-01T10:54:05.5453246Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-12-01T10:54:05.5477010Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-12-01T10:54:05.5477452Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-12-01T10:54:05.5508994Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-12-01T10:54:05.5509470Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-12-01T10:54:05.5532661Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-12-01T10:54:05.5533480Z [----------] 13 tests from TestAutogradNotImplementedFallback (37 ms total) 2022-12-01T10:54:05.5533738Z 2022-12-01T10:54:05.5534013Z [----------] 18 tests from AnyModuleTest 2022-12-01T10:54:05.5534746Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-12-01T10:54:05.5535130Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-12-01T10:54:05.5535520Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-12-01T10:54:05.5535958Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-12-01T10:54:05.5536377Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-12-01T10:54:05.5536813Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-12-01T10:54:05.5537241Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-12-01T10:54:05.5537671Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-12-01T10:54:05.5538180Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-12-01T10:54:05.5540193Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-12-01T10:54:05.5540655Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-12-01T10:54:05.5546769Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-12-01T10:54:05.5547333Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-12-01T10:54:05.5582122Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-12-01T10:54:05.5582717Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-12-01T10:54:05.5653468Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (7 ms) 2022-12-01T10:54:05.5653995Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-12-01T10:54:05.5654392Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-12-01T10:54:05.5654961Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-12-01T10:54:05.5663560Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-12-01T10:54:05.5664273Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-12-01T10:54:05.5664817Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-12-01T10:54:05.5665216Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-12-01T10:54:05.5665676Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-12-01T10:54:05.5666067Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-12-01T10:54:05.5674383Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-12-01T10:54:05.5675027Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-12-01T10:54:05.5675427Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-12-01T10:54:05.5675808Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-12-01T10:54:05.5725197Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (4 ms) 2022-12-01T10:54:05.5726351Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-12-01T10:54:05.5727038Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-12-01T10:54:05.5727711Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-12-01T10:54:05.5728297Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T10:54:05.5728707Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-12-01T10:54:05.5729137Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-12-01T10:54:05.5729541Z [----------] 18 tests from AnyModuleTest (19 ms total) 2022-12-01T10:54:05.5729781Z 2022-12-01T10:54:05.5730067Z [----------] 12 tests from AnyValueTest 2022-12-01T10:54:05.5730706Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-12-01T10:54:05.5731309Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-12-01T10:54:05.5731763Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-12-01T10:54:05.5732270Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-12-01T10:54:05.5732741Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-12-01T10:54:05.5733196Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-12-01T10:54:05.5733648Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-12-01T10:54:05.5734115Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-12-01T10:54:05.5734734Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-12-01T10:54:05.5735207Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-12-01T10:54:05.5735661Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-12-01T10:54:05.5736099Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-12-01T10:54:05.5736494Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-12-01T10:54:05.5749558Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-12-01T10:54:05.5750423Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-12-01T10:54:05.5751066Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-12-01T10:54:05.5751731Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-12-01T10:54:05.5752345Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-12-01T10:54:05.5752706Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-12-01T10:54:05.5753074Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-12-01T10:54:05.5753454Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-12-01T10:54:05.5753878Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-12-01T10:54:05.5754270Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-12-01T10:54:05.5754649Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-12-01T10:54:05.5755054Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-12-01T10:54:05.5755208Z 2022-12-01T10:54:05.5755350Z [----------] 50 tests from DataTest 2022-12-01T10:54:05.5755658Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-12-01T10:54:05.5755994Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-12-01T10:54:05.5756363Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-12-01T10:54:05.5763377Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (1 ms) 2022-12-01T10:54:05.5763792Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-12-01T10:54:05.5812883Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (4 ms) 2022-12-01T10:54:05.5813277Z [ RUN ] DataTest.InfiniteStreamDataset 2022-12-01T10:54:05.5835470Z [ OK ] DataTest.InfiniteStreamDataset (2 ms) 2022-12-01T10:54:05.5835849Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-12-01T10:54:05.5836336Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-12-01T10:54:05.5836956Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-12-01T10:54:05.5837634Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-12-01T10:54:05.5838304Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-12-01T10:54:05.5838851Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-12-01T10:54:05.5839252Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-12-01T10:54:05.5839639Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-12-01T10:54:05.5840029Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-12-01T10:54:05.5840412Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-12-01T10:54:05.5840754Z [ RUN ] DataTest.CollateReducesBatch 2022-12-01T10:54:05.5841080Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-12-01T10:54:05.5841398Z [ RUN ] DataTest.CollationReducesBatch 2022-12-01T10:54:05.5841730Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-12-01T10:54:05.5842097Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-12-01T10:54:05.5842531Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-12-01T10:54:05.5842985Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-12-01T10:54:05.5843458Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T10:54:05.5843874Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-12-01T10:54:05.5844234Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-12-01T10:54:05.5844627Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-12-01T10:54:05.5845041Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:54:05.5845442Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-12-01T10:54:05.5976216Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (13 ms) 2022-12-01T10:54:05.5976840Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T10:54:05.5977670Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T10:54:05.5978200Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T10:54:05.5978980Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T10:54:05.5979362Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-12-01T10:54:05.5979710Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-12-01T10:54:05.5980152Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T10:54:05.5980642Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:54:05.5981596Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-12-01T10:54:05.5982492Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-12-01T10:54:05.5983148Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-12-01T10:54:05.5983869Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-12-01T10:54:05.5984417Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-12-01T10:54:05.5984765Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-12-01T10:54:05.5985122Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-12-01T10:54:05.5985753Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T10:54:05.5986196Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-12-01T10:54:05.5986827Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-12-01T10:54:05.5987386Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-12-01T10:54:05.5988312Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-12-01T10:54:05.5989101Z [ RUN ] DataTest.StackTransformWorksForExample 2022-12-01T10:54:05.5989743Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-12-01T10:54:05.5990464Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-12-01T10:54:05.5991232Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-12-01T10:54:05.5991704Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-12-01T10:54:05.5992107Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-12-01T10:54:05.5992513Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-12-01T10:54:05.5993051Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-12-01T10:54:05.5993590Z [ RUN ] DataTest.NormalizeTransform 2022-12-01T10:54:05.5994180Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-12-01T10:54:05.5994718Z [ RUN ] DataTest.MapDoesNotCopy 2022-12-01T10:54:05.5995261Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-12-01T10:54:05.5995765Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-12-01T10:54:05.5996145Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-12-01T10:54:05.5996542Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-12-01T10:54:05.6107038Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-12-01T10:54:05.6107624Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-12-01T10:54:05.6314255Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-12-01T10:54:05.6314778Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-12-01T10:54:05.6335745Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-12-01T10:54:05.6336717Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-12-01T10:54:05.6337096Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-12-01T10:54:05.6337539Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-12-01T10:54:05.6337911Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-12-01T10:54:05.6338379Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-12-01T10:54:05.6338915Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-12-01T10:54:05.6339409Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-12-01T10:54:05.6339885Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-12-01T10:54:05.6340301Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-12-01T10:54:05.6448808Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-12-01T10:54:05.6449233Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-12-01T10:54:05.6463891Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-12-01T10:54:05.6464591Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-12-01T10:54:05.6465182Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-12-01T10:54:05.6465713Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-12-01T10:54:05.6466087Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-12-01T10:54:05.6466567Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-12-01T10:54:05.6490878Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (2 ms) 2022-12-01T10:54:05.6491582Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-12-01T10:54:05.6492224Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:54:05.6492783Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-12-01T10:54:05.6497911Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-12-01T10:54:05.6498922Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-12-01T10:54:05.6499836Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:54:05.6500786Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-12-01T10:54:05.6501820Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T10:54:05.6502357Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-12-01T10:54:05.6502840Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-12-01T10:54:05.6503243Z [----------] 50 tests from DataTest (75 ms total) 2022-12-01T10:54:05.6503381Z 2022-12-01T10:54:05.6503535Z [----------] 37 tests from DataLoaderTest 2022-12-01T10:54:05.6503905Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-12-01T10:54:05.6504356Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-12-01T10:54:05.6504799Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-12-01T10:54:05.6505277Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-12-01T10:54:05.6505800Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-12-01T10:54:05.6506233Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-12-01T10:54:05.6506767Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-12-01T10:54:05.6512075Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-12-01T10:54:05.6513024Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-12-01T10:54:05.6513615Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-12-01T10:54:05.6514450Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-12-01T10:54:05.6515022Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-12-01T10:54:05.6515500Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-12-01T10:54:05.6515968Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-12-01T10:54:05.6516460Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-12-01T10:54:05.6516981Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-12-01T10:54:05.6517482Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-12-01T10:54:05.6517829Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-12-01T10:54:05.6518285Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-12-01T10:54:05.6518741Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-12-01T10:54:05.6519137Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-12-01T10:54:05.6519524Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-12-01T10:54:05.6519983Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-12-01T10:54:05.6528950Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-12-01T10:54:05.6529530Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-12-01T10:54:05.6540585Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-12-01T10:54:05.6541083Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-12-01T10:54:05.6551791Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-12-01T10:54:05.6552265Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-12-01T10:54:05.6563089Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-12-01T10:54:05.6563542Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-12-01T10:54:05.6574606Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-12-01T10:54:05.6575364Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-12-01T10:54:05.6575927Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-12-01T10:54:05.6576447Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-12-01T10:54:05.6577077Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-12-01T10:54:05.6577731Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-12-01T10:54:05.6578406Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-12-01T10:54:05.6578878Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-12-01T10:54:05.6692109Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-12-01T10:54:05.6692777Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-12-01T10:54:05.6716439Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-12-01T10:54:05.6716871Z [ RUN ] DataLoaderTest.Reset 2022-12-01T10:54:05.6717221Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-12-01T10:54:05.6717612Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-12-01T10:54:05.6722113Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-12-01T10:54:05.6722843Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-12-01T10:54:05.6723267Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-12-01T10:54:05.6723681Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-12-01T10:54:05.6742276Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-12-01T10:54:05.6742792Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-12-01T10:54:05.6743325Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-12-01T10:54:05.6743760Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-12-01T10:54:05.6745229Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-12-01T10:54:05.6745724Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-12-01T10:54:05.6843536Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (9 ms) 2022-12-01T10:54:05.6843974Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-12-01T10:54:05.6859166Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-12-01T10:54:05.6859795Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-12-01T10:54:05.6860204Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-12-01T10:54:05.6860702Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-12-01T10:54:05.6861804Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-12-01T10:54:05.6862386Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-12-01T10:54:05.6863211Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-12-01T10:54:05.6863610Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-12-01T10:54:05.6863995Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-12-01T10:54:05.6864352Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-12-01T10:54:05.7049321Z [ OK ] DataLoaderTest.ChunkDatasetSave (18 ms) 2022-12-01T10:54:05.7049713Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-12-01T10:54:05.7053597Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-12-01T10:54:05.7054016Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-12-01T10:54:05.7057806Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-12-01T10:54:05.7058241Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-12-01T10:54:05.7061555Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-12-01T10:54:05.7062069Z [----------] 37 tests from DataLoaderTest (56 ms total) 2022-12-01T10:54:05.7062220Z 2022-12-01T10:54:05.7062362Z [----------] 1 test from EnumTest 2022-12-01T10:54:05.7062639Z [ RUN ] EnumTest.AllEnums 2022-12-01T10:54:05.7062920Z [ OK ] EnumTest.AllEnums (0 ms) 2022-12-01T10:54:05.7063201Z [----------] 1 test from EnumTest (0 ms total) 2022-12-01T10:54:05.7063347Z 2022-12-01T10:54:05.7063512Z [----------] 6 tests from ExpandingArrayTest 2022-12-01T10:54:05.7063889Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-12-01T10:54:05.7064351Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-12-01T10:54:05.7064756Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-12-01T10:54:05.7065155Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-12-01T10:54:05.7065623Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-12-01T10:54:05.7066002Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-12-01T10:54:05.7066406Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-12-01T10:54:05.7066837Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-12-01T10:54:05.7067561Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-12-01T10:54:05.7073402Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-12-01T10:54:05.7074109Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-12-01T10:54:05.7083875Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-12-01T10:54:05.7084375Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-12-01T10:54:05.7084550Z 2022-12-01T10:54:05.7084692Z [----------] 10 tests from FFTTest 2022-12-01T10:54:05.7084939Z [ RUN ] FFTTest.fft 2022-12-01T10:54:05.7127319Z [ OK ] FFTTest.fft (4 ms) 2022-12-01T10:54:05.7127912Z [ RUN ] FFTTest.fft_real 2022-12-01T10:54:05.7129287Z [ OK ] FFTTest.fft_real (0 ms) 2022-12-01T10:54:05.7129774Z [ RUN ] FFTTest.fft_pad 2022-12-01T10:54:05.7147576Z [ OK ] FFTTest.fft_pad (1 ms) 2022-12-01T10:54:05.7148070Z [ RUN ] FFTTest.fft_norm 2022-12-01T10:54:05.7149745Z [ OK ] FFTTest.fft_norm (0 ms) 2022-12-01T10:54:05.7150207Z [ RUN ] FFTTest.ifft 2022-12-01T10:54:05.7152975Z [ OK ] FFTTest.ifft (0 ms) 2022-12-01T10:54:05.7153448Z [ RUN ] FFTTest.fft_ifft 2022-12-01T10:54:05.7168478Z [ OK ] FFTTest.fft_ifft (1 ms) 2022-12-01T10:54:05.7168924Z [ RUN ] FFTTest.rfft 2022-12-01T10:54:05.7172216Z [ OK ] FFTTest.rfft (0 ms) 2022-12-01T10:54:05.7172700Z [ RUN ] FFTTest.rfft_irfft 2022-12-01T10:54:05.7173258Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-12-01T10:54:05.7173712Z [ RUN ] FFTTest.ihfft 2022-12-01T10:54:05.7177795Z [ OK ] FFTTest.ihfft (0 ms) 2022-12-01T10:54:05.7178290Z [ RUN ] FFTTest.hfft_ihfft 2022-12-01T10:54:05.7224369Z [ OK ] FFTTest.hfft_ihfft (4 ms) 2022-12-01T10:54:05.7224938Z [----------] 10 tests from FFTTest (14 ms total) 2022-12-01T10:54:05.7225113Z 2022-12-01T10:54:05.7225272Z [----------] 132 tests from FunctionalTest 2022-12-01T10:54:05.7225619Z [ RUN ] FunctionalTest.Conv1d 2022-12-01T10:54:05.7249759Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-12-01T10:54:05.7250316Z [ RUN ] FunctionalTest.Conv2dEven 2022-12-01T10:54:05.7254968Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-12-01T10:54:05.7255272Z [ RUN ] FunctionalTest.Conv2dUneven 2022-12-01T10:54:05.7257978Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-12-01T10:54:05.7258344Z [ RUN ] FunctionalTest.Conv3d 2022-12-01T10:54:05.7262980Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-12-01T10:54:05.7263398Z [ RUN ] FunctionalTest.MaxPool1d 2022-12-01T10:54:05.7264017Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-12-01T10:54:05.7264381Z [ RUN ] FunctionalTest.MaxPool2d 2022-12-01T10:54:05.7265229Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-12-01T10:54:05.7265703Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-12-01T10:54:05.7268079Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-12-01T10:54:05.7268536Z [ RUN ] FunctionalTest.MaxPool3d 2022-12-01T10:54:05.7269555Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-12-01T10:54:05.7270038Z [ RUN ] FunctionalTest.AvgPool1d 2022-12-01T10:54:05.7271282Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-12-01T10:54:05.7271709Z [ RUN ] FunctionalTest.AvgPool2d 2022-12-01T10:54:05.7272312Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-12-01T10:54:05.7272627Z [ RUN ] FunctionalTest.AvgPool3d 2022-12-01T10:54:05.7273140Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-12-01T10:54:05.7273451Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-12-01T10:54:05.7276264Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-12-01T10:54:05.7276684Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-12-01T10:54:05.7278506Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-12-01T10:54:05.7278931Z [ RUN ] FunctionalTest.LPPool1d 2022-12-01T10:54:05.7280816Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-12-01T10:54:05.7281232Z [ RUN ] FunctionalTest.LPPool2d 2022-12-01T10:54:05.7282213Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-12-01T10:54:05.7282596Z [ RUN ] FunctionalTest.CosineSimilarity 2022-12-01T10:54:05.7284313Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-12-01T10:54:05.7284815Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-12-01T10:54:05.7287255Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T10:54:05.7287621Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-12-01T10:54:05.7289250Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-12-01T10:54:05.7289746Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-12-01T10:54:05.7290710Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T10:54:05.7291092Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-12-01T10:54:05.7292665Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-12-01T10:54:05.7293145Z [ RUN ] FunctionalTest.HuberLossDelta 2022-12-01T10:54:05.7294001Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-12-01T10:54:05.7294428Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-12-01T10:54:05.7296075Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-12-01T10:54:05.7296522Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-12-01T10:54:05.7299158Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:54:05.7299610Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T10:54:05.7314845Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (1 ms) 2022-12-01T10:54:05.7315278Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-12-01T10:54:05.7317010Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T10:54:05.7317497Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T10:54:05.7320770Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T10:54:05.7321212Z [ RUN ] FunctionalTest.PairwiseDistance 2022-12-01T10:54:05.7322654Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-12-01T10:54:05.7322961Z [ RUN ] FunctionalTest.PDist 2022-12-01T10:54:05.7324613Z [ OK ] FunctionalTest.PDist (0 ms) 2022-12-01T10:54:05.7325088Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-12-01T10:54:05.7326117Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T10:54:05.7326587Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-12-01T10:54:05.7327337Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-12-01T10:54:05.7327702Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-12-01T10:54:05.7328308Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T10:54:05.7328701Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-12-01T10:54:05.7329288Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T10:54:05.7329643Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-12-01T10:54:05.7330757Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-12-01T10:54:05.7331341Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-12-01T10:54:05.7331969Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T10:54:05.7332310Z [ RUN ] FunctionalTest.L1Loss 2022-12-01T10:54:05.7334238Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-12-01T10:54:05.7334727Z [ RUN ] FunctionalTest.MSELoss 2022-12-01T10:54:05.7335763Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-12-01T10:54:05.7336077Z [ RUN ] FunctionalTest.BCELoss 2022-12-01T10:54:05.7337582Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-12-01T10:54:05.7338046Z [ RUN ] FunctionalTest.KLDivLoss 2022-12-01T10:54:05.7339140Z [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-01T10:54:05.7351682Z [ OK ] FunctionalTest.KLDivLoss (1 ms) 2022-12-01T10:54:05.7352216Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-12-01T10:54:05.7353456Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-12-01T10:54:05.7354007Z [ RUN ] FunctionalTest.GridSample 2022-12-01T10:54:05.7356739Z [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-01T10:54:05.7359029Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-12-01T10:54:05.7359593Z [ RUN ] FunctionalTest.AffineGrid 2022-12-01T10:54:05.7579171Z [ OK ] FunctionalTest.AffineGrid (21 ms) 2022-12-01T10:54:05.7579736Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-12-01T10:54:05.7580558Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-12-01T10:54:05.7581152Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-12-01T10:54:05.7583618Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-12-01T10:54:05.7584299Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-12-01T10:54:05.7586669Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T10:54:05.7587255Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-12-01T10:54:05.7588415Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T10:54:05.7589047Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-12-01T10:54:05.7590096Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-12-01T10:54:05.7590765Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T10:54:05.7732964Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (13 ms) 2022-12-01T10:54:05.7733529Z [ RUN ] FunctionalTest.NLLLoss 2022-12-01T10:54:05.7733836Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-12-01T10:54:05.7734179Z [ RUN ] FunctionalTest.CrossEntropy 2022-12-01T10:54:05.7735517Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-12-01T10:54:05.7736111Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-12-01T10:54:05.7738251Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-12-01T10:54:05.7738828Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-12-01T10:54:05.7739738Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-12-01T10:54:05.7740309Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-12-01T10:54:05.7741177Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-12-01T10:54:05.7741707Z [ RUN ] FunctionalTest.ELU 2022-12-01T10:54:05.7753422Z [ OK ] FunctionalTest.ELU (1 ms) 2022-12-01T10:54:05.7753956Z [ RUN ] FunctionalTest.SELU 2022-12-01T10:54:05.7756616Z [ OK ] FunctionalTest.SELU (0 ms) 2022-12-01T10:54:05.7756947Z [ RUN ] FunctionalTest.GLU 2022-12-01T10:54:05.7758091Z [ OK ] FunctionalTest.GLU (0 ms) 2022-12-01T10:54:05.7758369Z [ RUN ] FunctionalTest.GELU 2022-12-01T10:54:05.7763406Z [ OK ] FunctionalTest.GELU (0 ms) 2022-12-01T10:54:05.7763752Z [ RUN ] FunctionalTest.TanhGELU 2022-12-01T10:54:05.7764044Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-12-01T10:54:05.7764346Z [ RUN ] FunctionalTest.Hardshrink 2022-12-01T10:54:05.7770749Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-12-01T10:54:05.7771038Z [ RUN ] FunctionalTest.OneHot 2022-12-01T10:54:05.7773436Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-12-01T10:54:05.7773876Z [ RUN ] FunctionalTest.Hardtanh 2022-12-01T10:54:05.7794285Z [ OK ] FunctionalTest.Hardtanh (2 ms) 2022-12-01T10:54:05.7794661Z [ RUN ] FunctionalTest.LeakyReLU 2022-12-01T10:54:05.7800797Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-12-01T10:54:05.7801200Z [ RUN ] FunctionalTest.LogSigmoid 2022-12-01T10:54:05.7802106Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-12-01T10:54:05.7802679Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-12-01T10:54:05.7826161Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-12-01T10:54:05.7826712Z [ RUN ] FunctionalTest.Softmax 2022-12-01T10:54:05.7827538Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-12-01T10:54:05.7828070Z [ RUN ] FunctionalTest.Softmin 2022-12-01T10:54:05.7828612Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-12-01T10:54:05.7828936Z [ RUN ] FunctionalTest.LogSoftmax 2022-12-01T10:54:05.7830164Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-12-01T10:54:05.7830473Z [ RUN ] FunctionalTest.PReLU 2022-12-01T10:54:05.7833414Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-12-01T10:54:05.7833843Z [ RUN ] FunctionalTest.LayerNorm 2022-12-01T10:54:05.7834985Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-12-01T10:54:05.7835698Z [ RUN ] FunctionalTest.GroupNorm 2022-12-01T10:54:05.7836368Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-12-01T10:54:05.7837064Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-12-01T10:54:05.7837789Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-12-01T10:54:05.7838459Z [ RUN ] FunctionalTest.Linear 2022-12-01T10:54:05.7841678Z [ OK ] FunctionalTest.Linear (0 ms) 2022-12-01T10:54:05.7842286Z [ RUN ] FunctionalTest.Embedding 2022-12-01T10:54:05.7842935Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-12-01T10:54:05.7843590Z [ RUN ] FunctionalTest.EmbeddingBag 2022-12-01T10:54:05.7846696Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-12-01T10:54:05.7847173Z [ RUN ] FunctionalTest.Bilinear 2022-12-01T10:54:05.7849463Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-12-01T10:54:05.7850130Z [ RUN ] FunctionalTest.Normalize 2022-12-01T10:54:05.7853237Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-12-01T10:54:05.7853896Z [ RUN ] FunctionalTest.ReLU 2022-12-01T10:54:05.7856375Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-12-01T10:54:05.7857130Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-12-01T10:54:05.7857610Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-12-01T10:54:05.7857939Z [ RUN ] FunctionalTest.ReLU6 2022-12-01T10:54:05.7859403Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-12-01T10:54:05.7859906Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-12-01T10:54:05.7860401Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-12-01T10:54:05.7860710Z [ RUN ] FunctionalTest.RReLU 2022-12-01T10:54:05.7885950Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-12-01T10:54:05.7886289Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-12-01T10:54:05.7887835Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-12-01T10:54:05.7888151Z [ RUN ] FunctionalTest.CELU 2022-12-01T10:54:05.7897240Z [ OK ] FunctionalTest.CELU (0 ms) 2022-12-01T10:54:05.7897721Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-12-01T10:54:05.7898550Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-12-01T10:54:05.7898947Z [ RUN ] FunctionalTest.PixelShuffle 2022-12-01T10:54:05.7900368Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-12-01T10:54:05.7900824Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-12-01T10:54:05.7902021Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-12-01T10:54:05.7902567Z [ RUN ] FunctionalTest.Softplus 2022-12-01T10:54:05.7908448Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-12-01T10:54:05.7909063Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-12-01T10:54:05.7909692Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-12-01T10:54:05.7909996Z [ RUN ] FunctionalTest.Fold 2022-12-01T10:54:05.7910920Z [ OK ] FunctionalTest.Fold (0 ms) 2022-12-01T10:54:05.7911420Z [ RUN ] FunctionalTest.Unfold 2022-12-01T10:54:05.7911936Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-12-01T10:54:05.7912248Z [ RUN ] FunctionalTest.Softshrink 2022-12-01T10:54:05.7917292Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-12-01T10:54:05.7917642Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-12-01T10:54:05.7919310Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-12-01T10:54:05.7919835Z [ RUN ] FunctionalTest.Softsign 2022-12-01T10:54:05.7920708Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-12-01T10:54:05.7921339Z [ RUN ] FunctionalTest.Mish 2022-12-01T10:54:05.7922235Z [ OK ] FunctionalTest.Mish (0 ms) 2022-12-01T10:54:05.7922852Z [ RUN ] FunctionalTest.Tanhshrink 2022-12-01T10:54:05.7923647Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-12-01T10:54:05.7924289Z [ RUN ] FunctionalTest.Threshold 2022-12-01T10:54:05.7934173Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-12-01T10:54:05.7934641Z [ RUN ] FunctionalTest.BatchNorm1d 2022-12-01T10:54:05.7935742Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-12-01T10:54:05.7937189Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-12-01T10:54:05.7938001Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-12-01T10:54:05.7938608Z [ RUN ] FunctionalTest.BatchNorm2d 2022-12-01T10:54:05.7938930Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-12-01T10:54:05.7939274Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-12-01T10:54:05.7939943Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-12-01T10:54:05.7940444Z [ RUN ] FunctionalTest.BatchNorm3d 2022-12-01T10:54:05.7941825Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-12-01T10:54:05.7942479Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-12-01T10:54:05.7942899Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-12-01T10:54:05.7943416Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-12-01T10:54:05.7944257Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-12-01T10:54:05.7944646Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-12-01T10:54:05.7945826Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-12-01T10:54:05.7946413Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-12-01T10:54:05.7948356Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-12-01T10:54:05.7948828Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-12-01T10:54:05.7949954Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-12-01T10:54:05.7950318Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-12-01T10:54:05.7952260Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-12-01T10:54:05.7952736Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-12-01T10:54:05.7954459Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-12-01T10:54:05.7954986Z [ RUN ] FunctionalTest.Interpolate 2022-12-01T10:54:05.7955954Z [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-01T10:54:05.7957308Z [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-01T10:54:05.7958881Z [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-01T10:54:05.7960118Z [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-01T10:54:05.7961034Z [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-01T10:54:05.7961937Z [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-01T10:54:05.7962832Z [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-01T10:54:05.7963727Z [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-01T10:54:05.8046242Z [ OK ] FunctionalTest.Interpolate (9 ms) 2022-12-01T10:54:05.8047459Z [ RUN ] FunctionalTest.Pad1 2022-12-01T10:54:05.8048035Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-12-01T10:54:05.8048565Z [ RUN ] FunctionalTest.Pad2 2022-12-01T10:54:05.8049135Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-12-01T10:54:05.8049708Z [ RUN ] FunctionalTest.Pad3 2022-12-01T10:54:05.8054186Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-12-01T10:54:05.8054912Z [ RUN ] FunctionalTest.Pad4 2022-12-01T10:54:05.8055928Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-12-01T10:54:05.8056223Z [ RUN ] FunctionalTest.Pad5 2022-12-01T10:54:05.8059088Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-12-01T10:54:05.8059481Z [ RUN ] FunctionalTest.Pad6 2022-12-01T10:54:05.8061275Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-12-01T10:54:05.8061728Z [ RUN ] FunctionalTest.Pad7 2022-12-01T10:54:05.8062243Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-12-01T10:54:05.8062741Z [ RUN ] FunctionalTest.Pad8 2022-12-01T10:54:05.8063104Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-12-01T10:54:05.8063389Z [ RUN ] FunctionalTest.CTCLoss 2022-12-01T10:54:05.8165290Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-12-01T10:54:05.8165635Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-12-01T10:54:05.8167268Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-12-01T10:54:05.8167604Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-12-01T10:54:05.8170375Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-12-01T10:54:05.8170725Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-12-01T10:54:05.8173139Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-12-01T10:54:05.8173517Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-12-01T10:54:05.8177116Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-12-01T10:54:05.8177531Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-12-01T10:54:05.8180092Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-12-01T10:54:05.8180491Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-12-01T10:54:05.8182797Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-12-01T10:54:05.8183167Z [ RUN ] FunctionalTest.AlphaDropout 2022-12-01T10:54:05.8191304Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-12-01T10:54:05.8191669Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-12-01T10:54:05.8198884Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-12-01T10:54:05.8199546Z [ RUN ] FunctionalTest.Dropout 2022-12-01T10:54:05.8222209Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-12-01T10:54:05.8222819Z [ RUN ] FunctionalTest.Dropout2d 2022-12-01T10:54:05.8223351Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-12-01T10:54:05.8223654Z [ RUN ] FunctionalTest.Dropout3d 2022-12-01T10:54:05.8223942Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-12-01T10:54:05.8224231Z [ RUN ] FunctionalTest.isfinite 2022-12-01T10:54:05.8224522Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-12-01T10:54:05.8224792Z [ RUN ] FunctionalTest.isinf 2022-12-01T10:54:05.8230739Z [ OK ] FunctionalTest.isinf (1 ms) 2022-12-01T10:54:05.8231044Z [ RUN ] FunctionalTest.AllClose 2022-12-01T10:54:05.8283141Z [ OK ] FunctionalTest.AllClose (5 ms) 2022-12-01T10:54:05.8283491Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-12-01T10:54:05.8321183Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-12-01T10:54:05.8321858Z [----------] 132 tests from FunctionalTest (109 ms total) 2022-12-01T10:54:05.8322096Z 2022-12-01T10:54:05.8322241Z [----------] 1 test from IntegrationTest 2022-12-01T10:54:05.8322534Z [ RUN ] IntegrationTest.CartPole 2022-12-01T10:54:16.7886024Z [ OK ] IntegrationTest.CartPole (10956 ms) 2022-12-01T10:54:16.7886619Z [----------] 1 test from IntegrationTest (10956 ms total) 2022-12-01T10:54:16.7886847Z 2022-12-01T10:54:16.7887070Z [----------] 9 tests from InitTest 2022-12-01T10:54:16.7887537Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-12-01T10:54:16.7927442Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (4 ms) 2022-12-01T10:54:16.7927876Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-12-01T10:54:16.7952425Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (2 ms) 2022-12-01T10:54:16.7953003Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-12-01T10:54:16.7978794Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (2 ms) 2022-12-01T10:54:16.7989059Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-12-01T10:54:16.7989681Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-12-01T10:54:16.7990077Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-12-01T10:54:16.8014267Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-12-01T10:54:16.8015089Z [ RUN ] InitTest.CalculateGainWithTanh 2022-12-01T10:54:16.8015445Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-12-01T10:54:16.8015773Z [ RUN ] InitTest.CalculateGainWithRelu 2022-12-01T10:54:16.8016101Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-12-01T10:54:16.8016439Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-12-01T10:54:16.8016795Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-12-01T10:54:16.8017159Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-12-01T10:54:16.8061551Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (4 ms) 2022-12-01T10:54:16.8062194Z [----------] 9 tests from InitTest (17 ms total) 2022-12-01T10:54:16.8062474Z 2022-12-01T10:54:16.8062738Z [----------] 6 tests from TorchScriptTest 2022-12-01T10:54:16.8063075Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-12-01T10:54:16.8426068Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (36 ms) 2022-12-01T10:54:16.8426518Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-12-01T10:54:16.8446371Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-12-01T10:54:16.8446797Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-12-01T10:54:16.8449071Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-12-01T10:54:16.8449547Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-12-01T10:54:16.8450699Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-12-01T10:54:16.8451074Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-12-01T10:54:16.8455979Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-12-01T10:54:16.8456723Z [ RUN ] TorchScriptTest.TestPickle 2022-12-01T10:54:16.8457163Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-12-01T10:54:16.8457499Z [----------] 6 tests from TorchScriptTest (39 ms total) 2022-12-01T10:54:16.8457668Z 2022-12-01T10:54:16.8457878Z [----------] 3 tests from MakeUniqueTest 2022-12-01T10:54:16.8458210Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-12-01T10:54:16.8458640Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-12-01T10:54:16.8459252Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-12-01T10:54:16.8459927Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-12-01T10:54:16.8460513Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-12-01T10:54:16.8460991Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-12-01T10:54:16.8461363Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-12-01T10:54:16.8461519Z 2022-12-01T10:54:16.8461700Z [----------] 2 tests from MetaTensorTest 2022-12-01T10:54:16.8462016Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-12-01T10:54:16.8462357Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-12-01T10:54:16.8462745Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-12-01T10:54:16.8463073Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-12-01T10:54:16.8463513Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-12-01T10:54:16.8463691Z 2022-12-01T10:54:16.8463836Z [----------] 2 tests from UtilsTest 2022-12-01T10:54:16.8464081Z [ RUN ] UtilsTest.WarnOnce 2022-12-01T10:54:16.8464355Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-12-01T10:54:16.8464676Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-12-01T10:54:16.8465097Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-12-01T10:54:16.8465491Z [----------] 2 tests from UtilsTest (0 ms total) 2022-12-01T10:54:16.8465646Z 2022-12-01T10:54:16.8465790Z [----------] 1 test from NoGradTest 2022-12-01T10:54:16.8466091Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-12-01T10:54:16.8489632Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-12-01T10:54:16.8490300Z [----------] 1 test from NoGradTest (3 ms total) 2022-12-01T10:54:16.8490565Z 2022-12-01T10:54:16.8490724Z [----------] 3 tests from AutogradTest 2022-12-01T10:54:16.8491134Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-12-01T10:54:16.8491585Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-12-01T10:54:16.8492092Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-12-01T10:54:16.8493220Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-12-01T10:54:16.8493899Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-12-01T10:54:16.8494899Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-12-01T10:54:16.8495576Z [----------] 3 tests from AutogradTest (0 ms total) 2022-12-01T10:54:16.8495860Z 2022-12-01T10:54:16.8496179Z [----------] 1 test from OptionalArrayRefTest 2022-12-01T10:54:16.8496821Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-12-01T10:54:16.8497558Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-12-01T10:54:16.8498334Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-12-01T10:54:16.8498687Z 2022-12-01T10:54:16.8498980Z [----------] 52 tests from ModuleTest 2022-12-01T10:54:16.8499668Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-12-01T10:54:16.8500488Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-12-01T10:54:16.8501168Z [ RUN ] ModuleTest.ZeroGrad 2022-12-01T10:54:16.8502131Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-12-01T10:54:16.8502687Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-12-01T10:54:16.8503285Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-12-01T10:54:16.8504005Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-12-01T10:54:16.8525884Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-12-01T10:54:16.8526781Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-12-01T10:54:16.8539624Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-12-01T10:54:16.8540487Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-12-01T10:54:16.8553452Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-12-01T10:54:16.8553848Z [ RUN ] ModuleTest.ReplaceModule 2022-12-01T10:54:16.8554169Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-12-01T10:54:16.8554478Z [ RUN ] ModuleTest.UnregisterModule 2022-12-01T10:54:16.8599584Z [ OK ] ModuleTest.UnregisterModule (4 ms) 2022-12-01T10:54:16.8600071Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-12-01T10:54:16.8630813Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-12-01T10:54:16.8631313Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-12-01T10:54:16.8651502Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-12-01T10:54:16.8652127Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-12-01T10:54:16.8652547Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-12-01T10:54:16.8652984Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-12-01T10:54:16.8681897Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-12-01T10:54:16.8682389Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-12-01T10:54:16.8703526Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-12-01T10:54:16.8704229Z [ RUN ] ModuleTest.CanGetName 2022-12-01T10:54:16.8704800Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-12-01T10:54:16.8705140Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-12-01T10:54:16.8705747Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-12-01T10:54:16.8706173Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-12-01T10:54:16.8706640Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-12-01T10:54:16.8707140Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-12-01T10:54:16.8707667Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-12-01T10:54:16.8708171Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-12-01T10:54:16.8722162Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-12-01T10:54:16.8722973Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-12-01T10:54:16.8723532Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-12-01T10:54:16.8723985Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-12-01T10:54:16.8728054Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-12-01T10:54:16.8728702Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-12-01T10:54:16.8729333Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-12-01T10:54:16.8729885Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-12-01T10:54:16.8731057Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-12-01T10:54:16.8741709Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-12-01T10:54:16.8742181Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-12-01T10:54:16.8742593Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-12-01T10:54:16.8743102Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-12-01T10:54:16.8743686Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-12-01T10:54:16.8744385Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-12-01T10:54:16.8745046Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-12-01T10:54:16.8745805Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-12-01T10:54:16.8746465Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-12-01T10:54:16.8747554Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-12-01T10:54:16.8748581Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-12-01T10:54:16.8749650Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-12-01T10:54:16.8750656Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-12-01T10:54:16.8751673Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-12-01T10:54:16.8752485Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-12-01T10:54:16.8753341Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T10:54:16.8754025Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T10:54:16.8754502Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T10:54:16.8755013Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T10:54:16.8755556Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T10:54:16.8756085Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T10:54:16.8756597Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T10:54:16.8757094Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-12-01T10:54:16.8757569Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T10:54:16.8758089Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T10:54:16.8758650Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T10:54:16.8759154Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-12-01T10:54:16.8759656Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:54:16.8760158Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-12-01T10:54:16.8760676Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:54:16.8761144Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-12-01T10:54:16.8761604Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:54:16.8762078Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-12-01T10:54:16.8762557Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T10:54:16.8763037Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-12-01T10:54:16.8763518Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T10:54:16.8764030Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T10:54:16.8764573Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T10:54:16.8765090Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-12-01T10:54:16.8765595Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T10:54:16.8766125Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T10:54:16.8766738Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T10:54:16.8767224Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-12-01T10:54:16.8767604Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:54:16.8767983Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-12-01T10:54:16.8768392Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:54:16.8768796Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-12-01T10:54:16.8769193Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:54:16.8769614Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-12-01T10:54:16.8770056Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T10:54:16.8770517Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-12-01T10:54:16.8770933Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T10:54:16.8771368Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-12-01T10:54:16.8771821Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T10:54:16.8772295Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-12-01T10:54:16.8780091Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-12-01T10:54:16.8780557Z [ RUN ] ModuleTest.PrettyPrint 2022-12-01T10:54:16.8780863Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-12-01T10:54:16.8781253Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-12-01T10:54:16.8781741Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-12-01T10:54:16.8782153Z [----------] 52 tests from ModuleTest (28 ms total) 2022-12-01T10:54:16.8782306Z 2022-12-01T10:54:16.8782460Z [----------] 11 tests from ModuleDictTest 2022-12-01T10:54:16.8782758Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-12-01T10:54:16.8783101Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-12-01T10:54:16.8783461Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-12-01T10:54:16.8783834Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-12-01T10:54:16.8784204Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-12-01T10:54:16.8792473Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-12-01T10:54:16.8792856Z [ RUN ] ModuleDictTest.UpdateExist 2022-12-01T10:54:16.8793172Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-12-01T10:54:16.8793457Z [ RUN ] ModuleDictTest.Keys 2022-12-01T10:54:16.8805507Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-12-01T10:54:16.8805849Z [ RUN ] ModuleDictTest.Values 2022-12-01T10:54:16.8806140Z [ OK ] ModuleDictTest.Values (0 ms) 2022-12-01T10:54:16.8806513Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-12-01T10:54:16.8854037Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (4 ms) 2022-12-01T10:54:16.8854442Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-12-01T10:54:16.8854927Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-12-01T10:54:16.8855253Z [ RUN ] ModuleDictTest.IsCloneable 2022-12-01T10:54:16.8857849Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-12-01T10:54:16.8858364Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-12-01T10:54:16.8858844Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T10:54:16.8859241Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-12-01T10:54:16.8860977Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-12-01T10:54:16.8861623Z [----------] 11 tests from ModuleDictTest (8 ms total) 2022-12-01T10:54:16.8861917Z 2022-12-01T10:54:16.8862207Z [----------] 15 tests from ModuleListTest 2022-12-01T10:54:16.8862740Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-12-01T10:54:16.8863145Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T10:54:16.8863532Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-12-01T10:54:16.8863924Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-12-01T10:54:16.8864304Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-12-01T10:54:16.8864690Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T10:54:16.8865059Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-12-01T10:54:16.8865566Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-12-01T10:54:16.8865902Z [ RUN ] ModuleListTest.Insertion 2022-12-01T10:54:16.8866202Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-12-01T10:54:16.8866491Z [ RUN ] ModuleListTest.AccessWithAt 2022-12-01T10:54:16.8883602Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-12-01T10:54:16.8883965Z [ RUN ] ModuleListTest.AccessWithPtr 2022-12-01T10:54:16.8903338Z [ OK ] ModuleListTest.AccessWithPtr (1 ms) 2022-12-01T10:54:16.8903992Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-12-01T10:54:16.8904908Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T10:54:16.8905798Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-12-01T10:54:16.8906417Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-12-01T10:54:16.8906829Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-12-01T10:54:16.8907201Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-12-01T10:54:16.8907527Z [ RUN ] ModuleListTest.IsCloneable 2022-12-01T10:54:16.8910055Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-12-01T10:54:16.8910941Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-12-01T10:54:16.8911714Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T10:54:16.8912354Z [ RUN ] ModuleListTest.NestingIsPossible 2022-12-01T10:54:16.8912902Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-12-01T10:54:16.8913564Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-12-01T10:54:16.8914009Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-12-01T10:54:16.8914346Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-12-01T10:54:16.8914695Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-12-01T10:54:16.8915042Z [----------] 15 tests from ModuleListTest (5 ms total) 2022-12-01T10:54:16.8915200Z 2022-12-01T10:54:16.8915348Z [----------] 256 tests from ModulesTest 2022-12-01T10:54:16.8915597Z [ RUN ] ModulesTest.Conv1d 2022-12-01T10:54:16.8943320Z [ OK ] ModulesTest.Conv1d (3 ms) 2022-12-01T10:54:16.8943855Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-12-01T10:54:16.8974749Z [ OK ] ModulesTest.Conv1dSameStrided (3 ms) 2022-12-01T10:54:16.8975319Z [ RUN ] ModulesTest.Conv2dEven 2022-12-01T10:54:16.8978570Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-12-01T10:54:16.8978952Z [ RUN ] ModulesTest.Conv2dUneven 2022-12-01T10:54:16.8981122Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-12-01T10:54:16.8981480Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-12-01T10:54:16.9042977Z [ OK ] ModulesTest.Conv2dSameStrided (6 ms) 2022-12-01T10:54:16.9043470Z [ RUN ] ModulesTest.Conv3d 2022-12-01T10:54:16.9047378Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-12-01T10:54:16.9047751Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-12-01T10:54:16.9110361Z [ OK ] ModulesTest.Conv3dSameStrided (6 ms) 2022-12-01T10:54:16.9110721Z [ RUN ] ModulesTest.ConvTranspose1d 2022-12-01T10:54:16.9113386Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-12-01T10:54:16.9113995Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-12-01T10:54:16.9117502Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-12-01T10:54:16.9118133Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-12-01T10:54:16.9120776Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-12-01T10:54:16.9121331Z [ RUN ] ModulesTest.ConvTranspose3d 2022-12-01T10:54:16.9123698Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-12-01T10:54:16.9124245Z [ RUN ] ModulesTest.MaxPool1d 2022-12-01T10:54:16.9134003Z [ OK ] ModulesTest.MaxPool1d (1 ms) 2022-12-01T10:54:16.9134722Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-12-01T10:54:16.9135358Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-12-01T10:54:16.9135817Z [ RUN ] ModulesTest.MaxPool2dEven 2022-12-01T10:54:16.9136420Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-12-01T10:54:16.9136974Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-12-01T10:54:16.9137929Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-12-01T10:54:16.9138543Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-12-01T10:54:16.9139752Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-12-01T10:54:16.9140331Z [ RUN ] ModulesTest.MaxPool3d 2022-12-01T10:54:16.9141451Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-12-01T10:54:16.9142049Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-12-01T10:54:16.9142940Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-12-01T10:54:16.9143521Z [ RUN ] ModulesTest.AvgPool1d 2022-12-01T10:54:16.9144237Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-12-01T10:54:16.9144771Z [ RUN ] ModulesTest.AvgPool2dEven 2022-12-01T10:54:16.9145608Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-12-01T10:54:16.9146171Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-12-01T10:54:16.9147160Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-12-01T10:54:16.9147699Z [ RUN ] ModulesTest.AvgPool3d 2022-12-01T10:54:16.9148882Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-12-01T10:54:16.9149372Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-12-01T10:54:16.9150607Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-12-01T10:54:16.9150989Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-12-01T10:54:16.9152621Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-12-01T10:54:16.9153038Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-12-01T10:54:16.9154253Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-12-01T10:54:16.9154620Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-12-01T10:54:16.9155743Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-12-01T10:54:16.9156082Z [ RUN ] ModulesTest.LPPool1d 2022-12-01T10:54:16.9158086Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-12-01T10:54:16.9158387Z [ RUN ] ModulesTest.LPPool2d 2022-12-01T10:54:16.9158841Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-12-01T10:54:16.9159234Z [ RUN ] ModulesTest.Identity 2022-12-01T10:54:16.9160317Z [ OK ] ModulesTest.Identity (0 ms) 2022-12-01T10:54:16.9160603Z [ RUN ] ModulesTest.Flatten 2022-12-01T10:54:16.9162441Z [ OK ] ModulesTest.Flatten (0 ms) 2022-12-01T10:54:16.9162885Z [ RUN ] ModulesTest.Unflatten 2022-12-01T10:54:16.9163491Z [W TensorImpl.h:1761] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-12-01T10:54:16.9164153Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-12-01T10:54:16.9164513Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-12-01T10:54:16.9166473Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T10:54:16.9167022Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-12-01T10:54:16.9167718Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-12-01T10:54:16.9168267Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-12-01T10:54:16.9169123Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-12-01T10:54:16.9169780Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-12-01T10:54:16.9170528Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-12-01T10:54:16.9171202Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-12-01T10:54:16.9172653Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-12-01T10:54:16.9173087Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-12-01T10:54:16.9174796Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-12-01T10:54:16.9175190Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-12-01T10:54:16.9176603Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T10:54:16.9176973Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-12-01T10:54:16.9179263Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-12-01T10:54:16.9179798Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-12-01T10:54:16.9180628Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T10:54:16.9181093Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-12-01T10:54:16.9181991Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-12-01T10:54:16.9182628Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-12-01T10:54:16.9183286Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-12-01T10:54:16.9183737Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-12-01T10:54:16.9185168Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T10:54:16.9185553Z [ RUN ] ModulesTest.MaxUnpool1d 2022-12-01T10:54:16.9187005Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-12-01T10:54:16.9187356Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-12-01T10:54:16.9189734Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-12-01T10:54:16.9190077Z [ RUN ] ModulesTest.MaxUnpool2d 2022-12-01T10:54:16.9191439Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-12-01T10:54:16.9191767Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-12-01T10:54:16.9193409Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-12-01T10:54:16.9193802Z [ RUN ] ModulesTest.MaxUnpool3d 2022-12-01T10:54:16.9195124Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-12-01T10:54:16.9195573Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-12-01T10:54:16.9196999Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-12-01T10:54:16.9197343Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-12-01T10:54:17.0399827Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (120 ms) 2022-12-01T10:54:17.0400186Z [ RUN ] ModulesTest.Linear 2022-12-01T10:54:17.0403845Z [ OK ] ModulesTest.Linear (0 ms) 2022-12-01T10:54:17.0404360Z [ RUN ] ModulesTest.LocalResponseNorm 2022-12-01T10:54:17.0408282Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-12-01T10:54:17.0408589Z [ RUN ] ModulesTest.LayerNorm 2022-12-01T10:54:17.0410264Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-12-01T10:54:17.0410630Z [ RUN ] ModulesTest.GroupNorm 2022-12-01T10:54:17.0412356Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-12-01T10:54:17.0412678Z [ RUN ] ModulesTest.Bilinear 2022-12-01T10:54:17.0416045Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-12-01T10:54:17.0416487Z [ RUN ] ModulesTest.Fold 2022-12-01T10:54:17.0452990Z [ OK ] ModulesTest.Fold (3 ms) 2022-12-01T10:54:17.0453354Z [ RUN ] ModulesTest.Unfold 2022-12-01T10:54:17.0520069Z [ OK ] ModulesTest.Unfold (6 ms) 2022-12-01T10:54:17.0520669Z [ RUN ] ModulesTest.SimpleContainer 2022-12-01T10:54:17.0539086Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-12-01T10:54:17.0540319Z [ RUN ] ModulesTest.EmbeddingBasic 2022-12-01T10:54:17.0540930Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-12-01T10:54:17.0541483Z [ RUN ] ModulesTest.EmbeddingList 2022-12-01T10:54:17.0541824Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-12-01T10:54:17.0542141Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-12-01T10:54:17.0543322Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-12-01T10:54:17.0543906Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-12-01T10:54:17.0545062Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-12-01T10:54:17.0545760Z [ RUN ] ModulesTest.AlphaDropout 2022-12-01T10:54:17.0546694Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-12-01T10:54:17.0547288Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-12-01T10:54:17.0548510Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-12-01T10:54:17.0549077Z [ RUN ] ModulesTest.Dropout 2022-12-01T10:54:17.0550324Z [ OK ] ModulesTest.Dropout (0 ms) 2022-12-01T10:54:17.0550933Z [ RUN ] ModulesTest.Dropout2d 2022-12-01T10:54:17.0555668Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-12-01T10:54:17.0556277Z [ RUN ] ModulesTest.Dropout3d 2022-12-01T10:54:17.0561525Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-12-01T10:54:17.0562168Z [ RUN ] ModulesTest.Parameters 2022-12-01T10:54:17.0562760Z [ OK ] ModulesTest.Parameters (0 ms) 2022-12-01T10:54:17.0563467Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-12-01T10:54:17.0564123Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-12-01T10:54:17.0564730Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-12-01T10:54:17.0565338Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-12-01T10:54:17.0565939Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-12-01T10:54:17.0566509Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-12-01T10:54:17.0567040Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-12-01T10:54:17.0567610Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-12-01T10:54:17.0568153Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-12-01T10:54:17.0568680Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-12-01T10:54:17.0569189Z [ RUN ] ModulesTest.BatchNorm1d 2022-12-01T10:54:17.0569669Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-12-01T10:54:17.0570175Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-12-01T10:54:17.0570700Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-12-01T10:54:17.0571286Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-12-01T10:54:17.0572108Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-12-01T10:54:17.0572583Z [ RUN ] ModulesTest.BatchNorm2d 2022-12-01T10:54:17.0573060Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-12-01T10:54:17.0573554Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-12-01T10:54:17.0574052Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-12-01T10:54:17.0574783Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-12-01T10:54:17.0575318Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-12-01T10:54:17.0575831Z [ RUN ] ModulesTest.BatchNorm3d 2022-12-01T10:54:17.0576312Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-12-01T10:54:17.0576825Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-12-01T10:54:17.0577371Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-12-01T10:54:17.0578079Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-12-01T10:54:17.0578700Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-12-01T10:54:17.0579273Z [ RUN ] ModulesTest.InstanceNorm1d 2022-12-01T10:54:17.0579756Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-12-01T10:54:17.0580246Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-12-01T10:54:17.0580805Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-12-01T10:54:17.0581375Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-12-01T10:54:17.0581931Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-12-01T10:54:17.0582462Z [ RUN ] ModulesTest.InstanceNorm2d 2022-12-01T10:54:17.0583014Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-12-01T10:54:17.0583560Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-12-01T10:54:17.0584138Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-12-01T10:54:17.0584703Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-12-01T10:54:17.0585280Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-12-01T10:54:17.0585829Z [ RUN ] ModulesTest.InstanceNorm3d 2022-12-01T10:54:17.0587018Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-12-01T10:54:17.0587464Z [ RUN ] ModulesTest.L1Loss 2022-12-01T10:54:17.0588537Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-12-01T10:54:17.0588958Z [ RUN ] ModulesTest.MSELoss 2022-12-01T10:54:17.0589945Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-12-01T10:54:17.0590356Z [ RUN ] ModulesTest.BCELoss 2022-12-01T10:54:17.0590959Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-12-01T10:54:17.0591404Z [ RUN ] ModulesTest.KLDivLoss 2022-12-01T10:54:17.0592510Z [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-01T10:54:17.0593380Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-12-01T10:54:17.0593849Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-12-01T10:54:17.0595283Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-12-01T10:54:17.0595779Z [ RUN ] ModulesTest.MultiMarginLoss 2022-12-01T10:54:17.0596919Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-12-01T10:54:17.0597571Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-12-01T10:54:17.0602018Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-12-01T10:54:17.0602715Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-12-01T10:54:17.0603391Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T10:54:17.0604093Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-12-01T10:54:17.0604681Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-12-01T10:54:17.0605454Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-12-01T10:54:17.0606338Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T10:54:17.0607001Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-12-01T10:54:17.0607627Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T10:54:17.0608196Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-12-01T10:54:17.0609213Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-12-01T10:54:17.0609754Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-12-01T10:54:17.0610234Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T10:54:17.0610770Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-12-01T10:54:17.0611206Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-12-01T10:54:17.0611814Z [ RUN ] ModulesTest.HuberLossDelta 2022-12-01T10:54:17.0612147Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-12-01T10:54:17.0612450Z [ RUN ] ModulesTest.TripletMarginLoss 2022-12-01T10:54:17.0615304Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-12-01T10:54:17.0615739Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T10:54:17.0754463Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (13 ms) 2022-12-01T10:54:17.0754982Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-12-01T10:54:17.0978763Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (22 ms) 2022-12-01T10:54:17.0979340Z [ RUN ] ModulesTest.NLLLoss 2022-12-01T10:54:17.0980222Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-12-01T10:54:17.0980552Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-12-01T10:54:17.0986542Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-12-01T10:54:17.0986859Z [ RUN ] ModulesTest.CosineSimilarity 2022-12-01T10:54:17.0997839Z [ OK ] ModulesTest.CosineSimilarity (1 ms) 2022-12-01T10:54:17.0998407Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-12-01T10:54:17.0999506Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:54:17.1000215Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T10:54:17.1002755Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T10:54:17.1003470Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-12-01T10:54:17.1004082Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T10:54:17.1004626Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T10:54:17.1007478Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T10:54:17.1007913Z [ RUN ] ModulesTest.PairwiseDistance 2022-12-01T10:54:17.1008699Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-12-01T10:54:17.1009081Z [ RUN ] ModulesTest.ELU 2022-12-01T10:54:17.1018862Z [ OK ] ModulesTest.ELU (0 ms) 2022-12-01T10:54:17.1019136Z [ RUN ] ModulesTest.SELU 2022-12-01T10:54:17.1021469Z [ OK ] ModulesTest.SELU (0 ms) 2022-12-01T10:54:17.1021751Z [ RUN ] ModulesTest.Hardshrink 2022-12-01T10:54:17.1027996Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-12-01T10:54:17.1028273Z [ RUN ] ModulesTest.Hardtanh 2022-12-01T10:54:17.1058466Z [ OK ] ModulesTest.Hardtanh (2 ms) 2022-12-01T10:54:17.1059021Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-12-01T10:54:17.1131168Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (7 ms) 2022-12-01T10:54:17.1131653Z [ RUN ] ModulesTest.LeakyReLU 2022-12-01T10:54:17.1141077Z [ OK ] ModulesTest.LeakyReLU (1 ms) 2022-12-01T10:54:17.1141620Z [ RUN ] ModulesTest.LogSigmoid 2022-12-01T10:54:17.1142602Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-12-01T10:54:17.1143132Z [ RUN ] ModulesTest.Softmax 2022-12-01T10:54:17.1144262Z [ OK ] ModulesTest.Softmax (0 ms) 2022-12-01T10:54:17.1144819Z [ RUN ] ModulesTest.Softmin 2022-12-01T10:54:17.1145747Z [ OK ] ModulesTest.Softmin (0 ms) 2022-12-01T10:54:17.1146273Z [ RUN ] ModulesTest.LogSoftmax 2022-12-01T10:54:17.1147387Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-12-01T10:54:17.1148002Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-12-01T10:54:17.1169982Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-12-01T10:54:17.1170564Z [ RUN ] ModulesTest.Softmax2d 2022-12-01T10:54:17.1178790Z [ OK ] ModulesTest.Softmax2d (0 ms) 2022-12-01T10:54:17.1179266Z [ RUN ] ModulesTest.PReLU 2022-12-01T10:54:17.1182895Z [ OK ] ModulesTest.PReLU (0 ms) 2022-12-01T10:54:17.1183375Z [ RUN ] ModulesTest.ReLU 2022-12-01T10:54:17.1185675Z [ OK ] ModulesTest.ReLU (0 ms) 2022-12-01T10:54:17.1186187Z [ RUN ] ModulesTest.ReLU6 2022-12-01T10:54:17.1188720Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-12-01T10:54:17.1189218Z [ RUN ] ModulesTest.RReLU 2022-12-01T10:54:17.1219400Z [ OK ] ModulesTest.RReLU (2 ms) 2022-12-01T10:54:17.1219784Z [ RUN ] ModulesTest.CELU 2022-12-01T10:54:17.1228404Z [ OK ] ModulesTest.CELU (0 ms) 2022-12-01T10:54:17.1228870Z [ RUN ] ModulesTest.GLU 2022-12-01T10:54:17.1230481Z [ OK ] ModulesTest.GLU (0 ms) 2022-12-01T10:54:17.1230978Z [ RUN ] ModulesTest.GELU 2022-12-01T10:54:17.1231823Z [ OK ] ModulesTest.GELU (0 ms) 2022-12-01T10:54:17.1232355Z [ RUN ] ModulesTest.TanhGELU 2022-12-01T10:54:17.1233209Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-12-01T10:54:17.1233611Z [ RUN ] ModulesTest.Mish 2022-12-01T10:54:17.1234216Z [ OK ] ModulesTest.Mish (0 ms) 2022-12-01T10:54:17.1234728Z [ RUN ] ModulesTest.Sigmoid 2022-12-01T10:54:17.1235804Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-12-01T10:54:17.1236344Z [ RUN ] ModulesTest.PixelShuffle 2022-12-01T10:54:17.1237419Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-12-01T10:54:17.1237982Z [ RUN ] ModulesTest.PixelUnshuffle 2022-12-01T10:54:17.1239580Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-12-01T10:54:17.1240135Z [ RUN ] ModulesTest.Softplus 2022-12-01T10:54:17.1245686Z [ OK ] ModulesTest.Softplus (0 ms) 2022-12-01T10:54:17.1246025Z [ RUN ] ModulesTest.Softshrink 2022-12-01T10:54:17.1251152Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-12-01T10:54:17.1251526Z [ RUN ] ModulesTest.Softsign 2022-12-01T10:54:17.1252378Z [ OK ] ModulesTest.Softsign (0 ms) 2022-12-01T10:54:17.1252743Z [ RUN ] ModulesTest.Tanh 2022-12-01T10:54:17.1253859Z [ OK ] ModulesTest.Tanh (0 ms) 2022-12-01T10:54:17.1254332Z [ RUN ] ModulesTest.Tanhshrink 2022-12-01T10:54:17.1255005Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-12-01T10:54:17.1255499Z [ RUN ] ModulesTest.Threshold 2022-12-01T10:54:17.1264998Z [ OK ] ModulesTest.Threshold (1 ms) 2022-12-01T10:54:17.1265611Z [ RUN ] ModulesTest.Upsampling1D 2022-12-01T10:54:17.1267236Z [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-01T10:54:17.1269485Z [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-01T10:54:17.1271068Z [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-01T10:54:17.1272161Z [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-01T10:54:17.1274308Z [ OK ] ModulesTest.Upsampling1D (0 ms) 2022-12-01T10:54:17.1274778Z [ RUN ] ModulesTest.Upsampling2D 2022-12-01T10:54:17.1275813Z [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-01T10:54:17.1277423Z [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-01T10:54:17.1279167Z [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-01T10:54:17.1280214Z [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-01T10:54:17.1281543Z [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-01T10:54:17.1282863Z [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-01T10:54:17.1284826Z [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-01T10:54:17.1286226Z [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-01T10:54:17.1287890Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-12-01T10:54:17.1288444Z [ RUN ] ModulesTest.Upsampling3D 2022-12-01T10:54:17.1289594Z [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-01T10:54:17.1291201Z [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-01T10:54:17.1292891Z [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-01T10:54:17.1293968Z [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-01T10:54:17.1295244Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-12-01T10:54:17.1295543Z [ RUN ] ModulesTest.CTCLoss 2022-12-01T10:54:17.1298524Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-12-01T10:54:17.1298888Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-12-01T10:54:17.1300503Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-12-01T10:54:17.1300892Z [ RUN ] ModulesTest.MarginRankingLoss 2022-12-01T10:54:17.1303485Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-12-01T10:54:17.1303869Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-12-01T10:54:17.1369417Z [ OK ] ModulesTest.BCEWithLogitsLoss (6 ms) 2022-12-01T10:54:17.1369752Z [ RUN ] ModulesTest.MultiheadAttention 2022-12-01T10:54:24.3426913Z [ OK ] ModulesTest.MultiheadAttention (7205 ms) 2022-12-01T10:54:24.3427547Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-12-01T10:54:24.3428171Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-12-01T10:54:24.3428519Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-12-01T10:54:24.3428914Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-12-01T10:54:24.3429295Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-12-01T10:54:24.3430000Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-12-01T10:54:24.3430393Z [ RUN ] ModulesTest.ReflectionPad1d 2022-12-01T10:54:24.3430899Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-12-01T10:54:24.3431201Z [ RUN ] ModulesTest.ReflectionPad2d 2022-12-01T10:54:24.3456719Z [ OK ] ModulesTest.ReflectionPad2d (2 ms) 2022-12-01T10:54:24.3457098Z [ RUN ] ModulesTest.ReflectionPad3d 2022-12-01T10:54:24.3459412Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-12-01T10:54:24.3459762Z [ RUN ] ModulesTest.ReplicationPad1d 2022-12-01T10:54:24.3461733Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-12-01T10:54:24.3462241Z [ RUN ] ModulesTest.ReplicationPad2d 2022-12-01T10:54:24.3463233Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-12-01T10:54:24.3463730Z [ RUN ] ModulesTest.ReplicationPad3d 2022-12-01T10:54:24.3473171Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-12-01T10:54:24.3473621Z [ RUN ] ModulesTest.ZeroPad2d 2022-12-01T10:54:24.3474649Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-12-01T10:54:24.3475010Z [ RUN ] ModulesTest.ConstantPad1d 2022-12-01T10:54:24.3476178Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-12-01T10:54:24.3476509Z [ RUN ] ModulesTest.ConstantPad2d 2022-12-01T10:54:24.3478402Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-12-01T10:54:24.3478714Z [ RUN ] ModulesTest.ConstantPad3d 2022-12-01T10:54:24.3481299Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-12-01T10:54:24.3481624Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-12-01T10:54:24.3493194Z [ OK ] ModulesTest.CrossMapLRN2d (1 ms) 2022-12-01T10:54:24.3493521Z [ RUN ] ModulesTest.RNNCell 2022-12-01T10:54:24.3496312Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-12-01T10:54:24.3496623Z [ RUN ] ModulesTest.LSTMCell 2022-12-01T10:54:24.3500387Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-12-01T10:54:24.3500695Z [ RUN ] ModulesTest.GRUCell 2022-12-01T10:54:24.3504093Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-12-01T10:54:24.3504533Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-12-01T10:54:24.3504884Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-12-01T10:54:24.3505202Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-12-01T10:54:24.3505617Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-12-01T10:54:24.3505987Z [ RUN ] ModulesTest.PrettyPrintConv 2022-12-01T10:54:24.3506685Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-12-01T10:54:24.3507174Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-12-01T10:54:24.3508038Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-12-01T10:54:24.3508613Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-12-01T10:54:24.3509241Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-12-01T10:54:24.3509795Z [ RUN ] ModulesTest.PrettyPrintFold 2022-12-01T10:54:24.3510303Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-12-01T10:54:24.3510798Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-12-01T10:54:24.3511347Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-12-01T10:54:24.3511869Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-12-01T10:54:24.3512396Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-12-01T10:54:24.3512961Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-12-01T10:54:24.3513555Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-12-01T10:54:24.3514178Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-12-01T10:54:24.3514880Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-12-01T10:54:24.3515650Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-12-01T10:54:24.3516229Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-12-01T10:54:24.3516857Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-12-01T10:54:24.3522119Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-12-01T10:54:24.3522800Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-12-01T10:54:24.3523381Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-12-01T10:54:24.3554814Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-12-01T10:54:24.3555557Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-12-01T10:54:24.3558791Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-12-01T10:54:24.3559198Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-12-01T10:54:24.3559668Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-12-01T10:54:24.3560026Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-12-01T10:54:24.3560365Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-12-01T10:54:24.3560691Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-12-01T10:54:24.3561031Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-12-01T10:54:24.3561382Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-12-01T10:54:24.3561777Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-12-01T10:54:24.3562226Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-12-01T10:54:24.3562690Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-12-01T10:54:24.3563098Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-12-01T10:54:24.3563594Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-12-01T10:54:24.3564175Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-12-01T10:54:24.3564736Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-12-01T10:54:24.3565321Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-12-01T10:54:24.3565980Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-12-01T10:54:24.3566639Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-12-01T10:54:24.3567251Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-12-01T10:54:24.3567935Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-12-01T10:54:24.3568403Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-12-01T10:54:24.3568734Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-12-01T10:54:24.3569073Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-12-01T10:54:24.3569414Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-12-01T10:54:24.3569777Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-12-01T10:54:24.3570153Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-12-01T10:54:24.3570511Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-12-01T10:54:24.3570848Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-12-01T10:54:24.3571179Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-12-01T10:54:24.3571535Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-12-01T10:54:24.3571868Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-12-01T10:54:24.3572195Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-12-01T10:54:24.3572522Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-12-01T10:54:24.3572862Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-12-01T10:54:24.3573193Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-12-01T10:54:24.3573512Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-12-01T10:54:24.3573904Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-12-01T10:54:24.3574340Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-12-01T10:54:24.3574848Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-12-01T10:54:24.3575368Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-12-01T10:54:24.3575753Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-12-01T10:54:24.3576153Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-12-01T10:54:24.3576545Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-12-01T10:54:24.3576926Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-12-01T10:54:24.3577352Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-12-01T10:54:24.3577822Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-12-01T10:54:24.3578210Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-12-01T10:54:24.3578601Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-12-01T10:54:24.3578959Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-12-01T10:54:24.3579344Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-12-01T10:54:24.3579799Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-12-01T10:54:24.3580244Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-12-01T10:54:24.3580658Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-12-01T10:54:24.3581075Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-12-01T10:54:24.3581468Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-12-01T10:54:24.3581837Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-12-01T10:54:24.3582206Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-12-01T10:54:24.3582577Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-12-01T10:54:24.3582951Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-12-01T10:54:24.3583329Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-12-01T10:54:24.3583685Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-12-01T10:54:24.3584156Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-12-01T10:54:24.3584519Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-12-01T10:54:24.3584880Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-12-01T10:54:24.3585232Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-12-01T10:54:24.3585672Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-12-01T10:54:24.3586020Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-12-01T10:54:24.3586364Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-12-01T10:54:24.3586715Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-12-01T10:54:24.3587073Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-12-01T10:54:24.3587385Z [ RUN ] ModulesTest.PrettyPrintELU 2022-12-01T10:54:24.3587700Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-12-01T10:54:24.3588010Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-12-01T10:54:24.3588312Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-12-01T10:54:24.3588618Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-12-01T10:54:24.3588926Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-12-01T10:54:24.3589247Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-12-01T10:54:24.3589583Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-12-01T10:54:24.3589919Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-12-01T10:54:24.3590311Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-12-01T10:54:24.3590633Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-12-01T10:54:24.3591056Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-12-01T10:54:24.3591401Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-12-01T10:54:24.3591735Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-12-01T10:54:24.3592112Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-12-01T10:54:24.3592444Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-12-01T10:54:24.3592770Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-12-01T10:54:24.3593087Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-12-01T10:54:24.3593421Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-12-01T10:54:24.3593770Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-12-01T10:54:24.3594096Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-12-01T10:54:24.3594434Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-12-01T10:54:24.3594793Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-12-01T10:54:24.3595109Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-12-01T10:54:24.3595424Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-12-01T10:54:24.3595739Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-12-01T10:54:24.3596038Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-12-01T10:54:24.3596360Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-12-01T10:54:24.3596669Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-12-01T10:54:24.3596986Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-12-01T10:54:24.3597282Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-12-01T10:54:24.3597598Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-12-01T10:54:24.3597915Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-12-01T10:54:24.3598237Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-12-01T10:54:24.3598582Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-12-01T10:54:24.3598973Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-12-01T10:54:24.3599401Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-12-01T10:54:24.3599864Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-12-01T10:54:24.3600254Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-12-01T10:54:24.3600592Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-12-01T10:54:24.3600919Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-12-01T10:54:24.3601268Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-12-01T10:54:24.3601601Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-12-01T10:54:24.3601920Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-12-01T10:54:24.3602238Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-12-01T10:54:24.3602556Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-12-01T10:54:24.3602872Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-12-01T10:54:24.3603220Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-12-01T10:54:24.3603555Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-12-01T10:54:24.3603897Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-12-01T10:54:24.3604213Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-12-01T10:54:24.3604550Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-12-01T10:54:24.3604897Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-12-01T10:54:24.3605256Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-12-01T10:54:24.3605628Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-12-01T10:54:24.3606014Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-12-01T10:54:24.3606372Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-12-01T10:54:24.3606742Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-12-01T10:54:24.3607159Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-12-01T10:54:24.3607522Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-12-01T10:54:24.3607885Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-12-01T10:54:24.3608289Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-12-01T10:54:24.3608680Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-12-01T10:54:24.3609058Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-12-01T10:54:24.3609448Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-12-01T10:54:24.3609841Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-12-01T10:54:24.3610182Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-12-01T10:54:24.3610512Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-12-01T10:54:24.3610912Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-12-01T10:54:24.3611260Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-12-01T10:54:24.3611579Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-12-01T10:54:24.3611913Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-12-01T10:54:24.3612305Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-12-01T10:54:24.3612886Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-12-01T10:54:24.3613434Z [----------] 256 tests from ModulesTest (7461 ms total) 2022-12-01T10:54:24.3613661Z 2022-12-01T10:54:24.3613880Z [----------] 1 test from NestedTest 2022-12-01T10:54:24.3614311Z [ RUN ] NestedTest.Nested 2022-12-01T10:54:24.3615065Z [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-01T10:54:24.3615705Z [ OK ] NestedTest.Nested (0 ms) 2022-12-01T10:54:24.3616027Z [----------] 1 test from NestedTest (0 ms total) 2022-12-01T10:54:24.3616178Z 2022-12-01T10:54:24.3616328Z [----------] 10 tests from ParameterDictTest 2022-12-01T10:54:24.3616689Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-12-01T10:54:24.3617189Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-12-01T10:54:24.3617831Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-12-01T10:54:24.3618233Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-12-01T10:54:24.3618605Z [ RUN ] ParameterDictTest.InsertAndContains 2022-12-01T10:54:24.3618963Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-12-01T10:54:24.3619294Z [ RUN ] ParameterDictTest.InsertAndClear 2022-12-01T10:54:24.3619635Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-12-01T10:54:24.3619970Z [ RUN ] ParameterDictTest.InsertAndPop 2022-12-01T10:54:24.3620294Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-12-01T10:54:24.3620622Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-12-01T10:54:24.3620953Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-12-01T10:54:24.3621242Z [ RUN ] ParameterDictTest.Keys 2022-12-01T10:54:24.3621535Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-12-01T10:54:24.3621831Z [ RUN ] ParameterDictTest.Values 2022-12-01T10:54:24.3622135Z [ OK ] ParameterDictTest.Values (0 ms) 2022-12-01T10:54:24.3622410Z [ RUN ] ParameterDictTest.Get 2022-12-01T10:54:24.3622695Z [ OK ] ParameterDictTest.Get (0 ms) 2022-12-01T10:54:24.3623040Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-12-01T10:54:24.3623428Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-12-01T10:54:24.3623807Z [----------] 10 tests from ParameterDictTest (3 ms total) 2022-12-01T10:54:24.3624066Z 2022-12-01T10:54:24.3624230Z [----------] 8 tests from ParameterListTest 2022-12-01T10:54:24.3624575Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-12-01T10:54:24.3624997Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T10:54:24.3625356Z [ RUN ] ParameterListTest.isEmpty 2022-12-01T10:54:24.3625752Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-12-01T10:54:24.3626087Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-12-01T10:54:24.3626474Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-12-01T10:54:24.3626825Z [ RUN ] ParameterListTest.ForEachLoop 2022-12-01T10:54:24.3627143Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-12-01T10:54:24.3627468Z [ RUN ] ParameterListTest.AccessWithAt 2022-12-01T10:54:24.3627878Z [ OK ] ParameterListTest.AccessWithAt (3 ms) 2022-12-01T10:54:24.3628368Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-12-01T10:54:24.3629057Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (1 ms) 2022-12-01T10:54:24.3629524Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-12-01T10:54:24.3629929Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-12-01T10:54:24.3630274Z [ RUN ] ParameterListTest.IncrementAdd 2022-12-01T10:54:24.3630604Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-12-01T10:54:24.3630948Z [----------] 8 tests from ParameterListTest (5 ms total) 2022-12-01T10:54:24.3631111Z 2022-12-01T10:54:24.3631248Z [----------] 1 test from NamespaceTests 2022-12-01T10:54:24.3631646Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-12-01T10:54:24.3632156Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-12-01T10:54:24.3632569Z [----------] 1 test from NamespaceTests (0 ms total) 2022-12-01T10:54:24.3632722Z 2022-12-01T10:54:24.3632854Z [----------] 7 tests from NNUtilsTest 2022-12-01T10:54:24.3633133Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-12-01T10:54:24.3633843Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-12-01T10:54:24.3634443Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-12-01T10:54:24.5243898Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (161 ms) 2022-12-01T10:54:24.5244704Z [ RUN ] NNUtilsTest.ClipGradValue 2022-12-01T10:54:24.5245299Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-12-01T10:54:24.5245849Z [ RUN ] NNUtilsTest.ConvertParameters 2022-12-01T10:54:24.5249643Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-12-01T10:54:24.5250205Z [ RUN ] NNUtilsTest.PackSequence 2022-12-01T10:54:24.5587064Z [ OK ] NNUtilsTest.PackSequence (33 ms) 2022-12-01T10:54:24.5587648Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-12-01T10:54:24.5725174Z [ OK ] NNUtilsTest.PackPaddedSequence (13 ms) 2022-12-01T10:54:24.5725740Z [ RUN ] NNUtilsTest.PadSequence 2022-12-01T10:54:24.5777384Z [ OK ] NNUtilsTest.PadSequence (5 ms) 2022-12-01T10:54:24.5778003Z [----------] 7 tests from NNUtilsTest (216 ms total) 2022-12-01T10:54:24.5778281Z 2022-12-01T10:54:24.5778586Z [----------] 3 tests from PackedSequenceTest 2022-12-01T10:54:24.5779139Z [ RUN ] PackedSequenceTest.WrongOrder 2022-12-01T10:54:24.5810665Z [ OK ] PackedSequenceTest.WrongOrder (3 ms) 2022-12-01T10:54:24.5811321Z [ RUN ] PackedSequenceTest.TotalLength 2022-12-01T10:54:24.5882584Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-12-01T10:54:24.5883099Z [ RUN ] PackedSequenceTest.To 2022-12-01T10:54:24.5883915Z [ OK ] PackedSequenceTest.To (0 ms) 2022-12-01T10:54:24.5884516Z [----------] 3 tests from PackedSequenceTest (10 ms total) 2022-12-01T10:54:24.5884815Z 2022-12-01T10:54:24.5885071Z [----------] 34 tests from OptimTest 2022-12-01T10:54:24.5885570Z [ RUN ] OptimTest.OptimizerAccessors 2022-12-01T10:54:24.5902026Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2022-12-01T10:54:24.5902433Z [ RUN ] OptimTest.OldInterface 2022-12-01T10:54:24.5903192Z [ OK ] OptimTest.OldInterface (0 ms) 2022-12-01T10:54:24.5903528Z [ RUN ] OptimTest.XORConvergence_SGD 2022-12-01T10:54:25.6215607Z [ OK ] OptimTest.XORConvergence_SGD (1030 ms) 2022-12-01T10:54:25.6216393Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-12-01T10:54:26.3447334Z [ OK ] OptimTest.XORConvergence_LBFGS (723 ms) 2022-12-01T10:54:26.3448455Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-12-01T10:54:26.7491052Z [ OK ] OptimTest.XORConvergence_Adagrad (404 ms) 2022-12-01T10:54:26.7491871Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-12-01T10:54:27.1467570Z [ OK ] OptimTest.XORConvergence_RMSprop (397 ms) 2022-12-01T10:54:27.1468461Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-12-01T10:54:28.4152590Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1268 ms) 2022-12-01T10:54:28.4153523Z [ RUN ] OptimTest.XORConvergence_Adam 2022-12-01T10:54:28.8325952Z [ OK ] OptimTest.XORConvergence_Adam (417 ms) 2022-12-01T10:54:28.8326823Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-12-01T10:54:29.2512162Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (418 ms) 2022-12-01T10:54:29.2512951Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-12-01T10:54:29.4088616Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (157 ms) 2022-12-01T10:54:29.4089069Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-12-01T10:54:29.5730881Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (164 ms) 2022-12-01T10:54:29.5731368Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-12-01T10:54:29.7414003Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (168 ms) 2022-12-01T10:54:29.7414422Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-12-01T10:54:30.1629611Z [ OK ] OptimTest.XORConvergence_AdamW (421 ms) 2022-12-01T10:54:30.1630016Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-12-01T10:54:30.5874253Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (424 ms) 2022-12-01T10:54:30.5875088Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-12-01T10:54:30.7519342Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (164 ms) 2022-12-01T10:54:30.7520282Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-12-01T10:54:30.9091678Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (157 ms) 2022-12-01T10:54:30.9092128Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-12-01T10:54:31.0803577Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (171 ms) 2022-12-01T10:54:31.0803966Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-12-01T10:54:31.2117948Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (131 ms) 2022-12-01T10:54:31.2118392Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-12-01T10:54:31.3489371Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (137 ms) 2022-12-01T10:54:31.3489826Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-12-01T10:54:31.4860654Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (136 ms) 2022-12-01T10:54:31.4861361Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-12-01T10:54:31.6252690Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (139 ms) 2022-12-01T10:54:31.6253158Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-12-01T10:54:31.7691625Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (143 ms) 2022-12-01T10:54:31.7692165Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-12-01T10:54:31.9255074Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (156 ms) 2022-12-01T10:54:31.9255602Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-12-01T10:54:32.0899544Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (164 ms) 2022-12-01T10:54:32.0900048Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-12-01T10:54:32.1967877Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (106 ms) 2022-12-01T10:54:32.1968285Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-12-01T10:54:32.3092739Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (112 ms) 2022-12-01T10:54:32.3093205Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-12-01T10:54:32.4373336Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (127 ms) 2022-12-01T10:54:32.4373918Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-12-01T10:54:32.5684320Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (131 ms) 2022-12-01T10:54:32.5684778Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-12-01T10:54:32.6892868Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (120 ms) 2022-12-01T10:54:32.6893300Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-12-01T10:54:33.2373780Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (547 ms) 2022-12-01T10:54:33.2374170Z [ RUN ] OptimTest.ZeroGrad 2022-12-01T10:54:33.2374754Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-12-01T10:54:33.2375222Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-12-01T10:54:33.2376100Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-12-01T10:54:33.2376585Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-12-01T10:54:33.2377453Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-12-01T10:54:33.2377942Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-12-01T10:54:33.2378562Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-12-01T10:54:33.2379048Z [----------] 34 tests from OptimTest (8649 ms total) 2022-12-01T10:54:33.2379209Z 2022-12-01T10:54:33.2379369Z [----------] 29 tests from OrderedDictTest 2022-12-01T10:54:33.2379717Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-12-01T10:54:33.2380151Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-12-01T10:54:33.2380623Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-12-01T10:54:33.2381115Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-12-01T10:54:33.2381583Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-12-01T10:54:33.2382034Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-12-01T10:54:33.2382501Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T10:54:33.2404636Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T10:54:33.2405297Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-12-01T10:54:33.2405668Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-12-01T10:54:33.2406103Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-12-01T10:54:33.2427065Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-12-01T10:54:33.2427519Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-12-01T10:54:33.2427911Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-12-01T10:54:33.2428269Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-12-01T10:54:33.2436918Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2022-12-01T10:54:33.2437396Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-12-01T10:54:33.2437778Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-12-01T10:54:33.2438245Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-12-01T10:54:33.2447414Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-12-01T10:54:33.2448148Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-12-01T10:54:33.2449046Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-12-01T10:54:33.2449978Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-12-01T10:54:33.2450585Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-12-01T10:54:33.2451179Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T10:54:33.2451764Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T10:54:33.2452387Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-12-01T10:54:33.2453029Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-12-01T10:54:33.2453648Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-12-01T10:54:33.2470055Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T10:54:33.2470896Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-12-01T10:54:33.2471421Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-12-01T10:54:33.2471867Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-12-01T10:54:33.2482761Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-12-01T10:54:33.2483392Z [ RUN ] OrderedDictTest.CanIterateItems 2022-12-01T10:54:33.2483756Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-12-01T10:54:33.2484077Z [ RUN ] OrderedDictTest.EraseWorks 2022-12-01T10:54:33.2484397Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-12-01T10:54:33.2484740Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-12-01T10:54:33.2485105Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-12-01T10:54:33.2485461Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-12-01T10:54:33.2485803Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-12-01T10:54:33.2486128Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-12-01T10:54:33.2486445Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-12-01T10:54:33.2486771Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-12-01T10:54:33.2487109Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-12-01T10:54:33.2487422Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-12-01T10:54:33.2487752Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-12-01T10:54:33.2488089Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-12-01T10:54:33.2488733Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-12-01T10:54:33.2489228Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-12-01T10:54:33.2505518Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-12-01T10:54:33.2506206Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-12-01T10:54:33.2506561Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-12-01T10:54:33.2506924Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-12-01T10:54:33.2507299Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-12-01T10:54:33.2507666Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-12-01T10:54:33.2508016Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-12-01T10:54:33.2508496Z [----------] 29 tests from OrderedDictTest (12 ms total) 2022-12-01T10:54:33.2508664Z 2022-12-01T10:54:33.2508804Z [----------] 13 tests from RNNTest 2022-12-01T10:54:33.2509072Z [ RUN ] RNNTest.CheckOutputSizes 2022-12-01T10:54:33.2568945Z [ OK ] RNNTest.CheckOutputSizes (6 ms) 2022-12-01T10:54:33.2569298Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-12-01T10:54:33.2627985Z [ OK ] RNNTest.CheckOutputSizesProj (5 ms) 2022-12-01T10:54:33.2628349Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-12-01T10:54:33.2632282Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-12-01T10:54:33.2632841Z [ RUN ] RNNTest.EndToEndLSTM 2022-12-01T10:54:34.7126597Z [ OK ] RNNTest.EndToEndLSTM (1449 ms) 2022-12-01T10:54:34.7127525Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-12-01T10:54:36.1382980Z [ OK ] RNNTest.EndToEndLSTMProj (1425 ms) 2022-12-01T10:54:36.1383855Z [ RUN ] RNNTest.EndToEndGRU 2022-12-01T10:54:37.4090953Z [ OK ] RNNTest.EndToEndGRU (1270 ms) 2022-12-01T10:54:37.4091625Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-12-01T10:54:38.1018543Z [ OK ] RNNTest.EndToEndRNNRelu (692 ms) 2022-12-01T10:54:38.1019317Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-12-01T10:54:38.8812251Z [ OK ] RNNTest.EndToEndRNNTanh (779 ms) 2022-12-01T10:54:38.8812837Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-12-01T10:54:38.8831992Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-12-01T10:54:38.8832618Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-12-01T10:54:38.8925234Z [ OK ] RNNTest.BidirectionalFlattenParameters (9 ms) 2022-12-01T10:54:38.8925813Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-12-01T10:54:38.8937182Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-12-01T10:54:38.8937970Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-12-01T10:54:38.8947720Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-12-01T10:54:38.8948438Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-12-01T10:54:38.8963077Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-12-01T10:54:38.8963751Z [----------] 13 tests from RNNTest (5645 ms total) 2022-12-01T10:54:38.8964018Z 2022-12-01T10:54:38.8964327Z [----------] 19 tests from SequentialTest 2022-12-01T10:54:38.8964932Z [ RUN ] SequentialTest.CanContainThings 2022-12-01T10:54:38.8965643Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-12-01T10:54:38.8966394Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-12-01T10:54:38.8967283Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T10:54:38.8967979Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-12-01T10:54:38.8968698Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-12-01T10:54:38.8969663Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-12-01T10:54:38.8970354Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T10:54:38.8971023Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-12-01T10:54:38.8971675Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-12-01T10:54:38.8972259Z [ RUN ] SequentialTest.AccessWithAt 2022-12-01T10:54:38.9000894Z [ OK ] SequentialTest.AccessWithAt (3 ms) 2022-12-01T10:54:38.9001477Z [ RUN ] SequentialTest.AccessWithPtr 2022-12-01T10:54:38.9021372Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-12-01T10:54:38.9022145Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-12-01T10:54:38.9033390Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-12-01T10:54:38.9034464Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-12-01T10:54:38.9035234Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-12-01T10:54:38.9036058Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-12-01T10:54:38.9046078Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-12-01T10:54:38.9047311Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-12-01T10:54:38.9048308Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-12-01T10:54:38.9049180Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-12-01T10:54:38.9050133Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-12-01T10:54:38.9050613Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-12-01T10:54:38.9053320Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T10:54:38.9053821Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-12-01T10:54:38.9054297Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-12-01T10:54:38.9054916Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-12-01T10:54:38.9055282Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-12-01T10:54:38.9055595Z [ RUN ] SequentialTest.IsCloneable 2022-12-01T10:54:38.9057976Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-12-01T10:54:38.9058385Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-12-01T10:54:38.9058806Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T10:54:38.9059182Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-12-01T10:54:38.9066850Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-12-01T10:54:38.9067325Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-12-01T10:54:38.9094337Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (2 ms) 2022-12-01T10:54:38.9095211Z [----------] 19 tests from SequentialTest (13 ms total) 2022-12-01T10:54:38.9095380Z 2022-12-01T10:54:38.9095542Z [----------] 11 tests from TransformerTest 2022-12-01T10:54:38.9095884Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-12-01T10:54:38.9178163Z [ OK ] TransformerTest.TransformerEncoderLayer (8 ms) 2022-12-01T10:54:38.9178716Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-12-01T10:54:38.9262836Z [ OK ] TransformerTest.TransformerDecoderLayer (8 ms) 2022-12-01T10:54:38.9263234Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-12-01T10:54:38.9304152Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (4 ms) 2022-12-01T10:54:38.9304528Z [ RUN ] TransformerTest.TransformerEncoder 2022-12-01T10:54:38.9457750Z [ OK ] TransformerTest.TransformerEncoder (15 ms) 2022-12-01T10:54:38.9458461Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-12-01T10:54:38.9460664Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-12-01T10:54:38.9461119Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-12-01T10:54:38.9468235Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-12-01T10:54:38.9468665Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-12-01T10:54:38.9470272Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-12-01T10:54:38.9470672Z [ RUN ] TransformerTest.TransformerDecoder 2022-12-01T10:54:38.9876851Z [ OK ] TransformerTest.TransformerDecoder (40 ms) 2022-12-01T10:54:38.9877482Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-12-01T10:54:38.9885745Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (0 ms) 2022-12-01T10:54:38.9886159Z [ RUN ] TransformerTest.Transformer 2022-12-01T10:54:39.0028694Z [ OK ] TransformerTest.Transformer (14 ms) 2022-12-01T10:54:39.0029106Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-12-01T10:54:39.0103410Z [ OK ] TransformerTest.TransformerArgsCorrectness (7 ms) 2022-12-01T10:54:39.0104131Z [----------] 11 tests from TransformerTest (100 ms total) 2022-12-01T10:54:39.0104322Z 2022-12-01T10:54:39.0104465Z [----------] 22 tests from SerializeTest 2022-12-01T10:54:39.0104745Z [ RUN ] SerializeTest.KeysFunc 2022-12-01T10:54:39.0120924Z [ OK ] SerializeTest.KeysFunc (1 ms) 2022-12-01T10:54:39.0121267Z [ RUN ] SerializeTest.TryReadFunc 2022-12-01T10:54:39.0123928Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-12-01T10:54:39.0124239Z [ RUN ] SerializeTest.Basic 2022-12-01T10:54:39.0126416Z [ OK ] SerializeTest.Basic (0 ms) 2022-12-01T10:54:39.0126726Z [ RUN ] SerializeTest.BasicToFile 2022-12-01T10:54:39.0129748Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-12-01T10:54:39.0130067Z [ RUN ] SerializeTest.BasicViaFunc 2022-12-01T10:54:39.0132952Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-12-01T10:54:39.0133289Z [ RUN ] SerializeTest.Resized 2022-12-01T10:54:39.0135995Z [ OK ] SerializeTest.Resized (0 ms) 2022-12-01T10:54:39.0136281Z [ RUN ] SerializeTest.Sliced 2022-12-01T10:54:39.0137871Z [ OK ] SerializeTest.Sliced (0 ms) 2022-12-01T10:54:39.0138174Z [ RUN ] SerializeTest.NonContiguous 2022-12-01T10:54:39.0140199Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-12-01T10:54:39.0140517Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-12-01T10:54:39.0212855Z [ OK ] SerializeTest.ErrorOnMissingKey (7 ms) 2022-12-01T10:54:39.0213166Z [ RUN ] SerializeTest.XOR 2022-12-01T10:54:39.1619220Z [ OK ] SerializeTest.XOR (140 ms) 2022-12-01T10:54:39.1619557Z [ RUN ] SerializeTest.Optim 2022-12-01T10:54:39.1639112Z [ OK ] SerializeTest.Optim (2 ms) 2022-12-01T10:54:39.1639661Z [ RUN ] SerializeTest.Optim_Adagrad 2022-12-01T10:54:39.1666955Z [ OK ] SerializeTest.Optim_Adagrad (2 ms) 2022-12-01T10:54:39.1667499Z [ RUN ] SerializeTest.Optim_SGD 2022-12-01T10:54:39.1692255Z [ OK ] SerializeTest.Optim_SGD (2 ms) 2022-12-01T10:54:39.1692791Z [ RUN ] SerializeTest.Optim_Adam 2022-12-01T10:54:39.1723408Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-12-01T10:54:39.1723702Z [ RUN ] SerializeTest.Optim_AdamW 2022-12-01T10:54:39.1754554Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-12-01T10:54:39.1755129Z [ RUN ] SerializeTest.Optim_RMSprop 2022-12-01T10:54:39.1784684Z [ OK ] SerializeTest.Optim_RMSprop (3 ms) 2022-12-01T10:54:39.1784997Z [ RUN ] SerializeTest.Optim_LBFGS 2022-12-01T10:54:39.1814662Z [ OK ] SerializeTest.Optim_LBFGS (2 ms) 2022-12-01T10:54:39.1815475Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-12-01T10:54:39.1818596Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-12-01T10:54:39.1819176Z [ RUN ] SerializeTest.VectorOfTensors 2022-12-01T10:54:39.1820752Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-12-01T10:54:39.1821297Z [ RUN ] SerializeTest.IValue 2022-12-01T10:54:39.1824256Z [ OK ] SerializeTest.IValue (0 ms) 2022-12-01T10:54:39.1824946Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-12-01T10:54:39.1825993Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-12-01T10:54:39.1826557Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-12-01T10:54:39.1830717Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-12-01T10:54:39.1831421Z [----------] 22 tests from SerializeTest (172 ms total) 2022-12-01T10:54:39.1831729Z 2022-12-01T10:54:39.1832010Z [----------] 1 test from SpecialTest 2022-12-01T10:54:39.1832498Z [ RUN ] SpecialTest.special 2022-12-01T10:54:39.1832996Z [ OK ] SpecialTest.special (0 ms) 2022-12-01T10:54:39.1833361Z [----------] 1 test from SpecialTest (0 ms total) 2022-12-01T10:54:39.1833511Z 2022-12-01T10:54:39.1833655Z [----------] 5 tests from TestStatic 2022-12-01T10:54:39.1833901Z [ RUN ] TestStatic.AllOf 2022-12-01T10:54:39.1834178Z [ OK ] TestStatic.AllOf (0 ms) 2022-12-01T10:54:39.1834440Z [ RUN ] TestStatic.AnyOf 2022-12-01T10:54:39.1834699Z [ OK ] TestStatic.AnyOf (0 ms) 2022-12-01T10:54:39.1834970Z [ RUN ] TestStatic.EnableIfModule 2022-12-01T10:54:39.1835277Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-12-01T10:54:39.1835589Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-12-01T10:54:39.1835909Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-12-01T10:54:39.1836195Z [ RUN ] TestStatic.Apply 2022-12-01T10:54:39.1836462Z [ OK ] TestStatic.Apply (0 ms) 2022-12-01T10:54:39.1836746Z [----------] 5 tests from TestStatic (0 ms total) 2022-12-01T10:54:39.1836895Z 2022-12-01T10:54:39.1837043Z [----------] 45 tests from TensorTest 2022-12-01T10:54:39.1837303Z [ RUN ] TensorTest.ToDtype 2022-12-01T10:54:39.1858168Z [ OK ] TensorTest.ToDtype (2 ms) 2022-12-01T10:54:39.1858554Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-12-01T10:54:39.1858937Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-12-01T10:54:39.1859303Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-12-01T10:54:39.1892605Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (3 ms) 2022-12-01T10:54:39.1893167Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-12-01T10:54:39.1893865Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-12-01T10:54:39.1894353Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-12-01T10:54:39.1894798Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-12-01T10:54:39.1895125Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-12-01T10:54:39.1895537Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-12-01T10:54:39.1895946Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-12-01T10:54:39.1911144Z [ OK ] TensorTest.AtTensorCastRealToComplex (1 ms) 2022-12-01T10:54:39.1911771Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-12-01T10:54:39.1971325Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-12-01T10:54:39.1972020Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-12-01T10:54:39.1972779Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-12-01T10:54:39.1973515Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-12-01T10:54:39.1974089Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-12-01T10:54:39.1974629Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-12-01T10:54:39.1975018Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-12-01T10:54:39.1975420Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-12-01T10:54:39.1975954Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-12-01T10:54:39.1976387Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-12-01T10:54:39.1976893Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-12-01T10:54:39.1977289Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-12-01T10:54:39.1977703Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-12-01T10:54:39.1978438Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-12-01T10:54:39.1979060Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-12-01T10:54:39.1979532Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-12-01T10:54:39.1980283Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-12-01T10:54:39.1981003Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-12-01T10:54:39.1981502Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-12-01T10:54:39.1981983Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-12-01T10:54:39.1982404Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-12-01T10:54:39.1982813Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-12-01T10:54:39.2049509Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (6 ms) 2022-12-01T10:54:39.2050245Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-12-01T10:54:39.2050636Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-12-01T10:54:39.2051051Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-12-01T10:54:39.2051423Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-12-01T10:54:39.2063418Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-12-01T10:54:39.2063990Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-12-01T10:54:39.2064702Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-12-01T10:54:39.2065494Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-12-01T10:54:39.2065959Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-12-01T10:54:39.2066383Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-12-01T10:54:39.2074646Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-12-01T10:54:39.2075219Z [ RUN ] TensorTest.Arange 2022-12-01T10:54:39.2075513Z [ OK ] TensorTest.Arange (0 ms) 2022-12-01T10:54:39.2075846Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-12-01T10:54:39.2076249Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-12-01T10:54:39.2076691Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-12-01T10:54:39.2135727Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (5 ms) 2022-12-01T10:54:39.2136542Z [ RUN ] TensorTest.FromBlob 2022-12-01T10:54:39.2137032Z [ OK ] TensorTest.FromBlob (0 ms) 2022-12-01T10:54:39.2137468Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-12-01T10:54:39.2137940Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-12-01T10:54:39.2138273Z [ RUN ] TensorTest.FromBlobWithStrides 2022-12-01T10:54:39.2138607Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-12-01T10:54:39.2138895Z [ RUN ] TensorTest.Item 2022-12-01T10:54:39.2139148Z [ OK ] TensorTest.Item (0 ms) 2022-12-01T10:54:39.2139417Z [ RUN ] TensorTest.DataPtr 2022-12-01T10:54:39.2139695Z [ OK ] TensorTest.DataPtr (0 ms) 2022-12-01T10:54:39.2139946Z [ RUN ] TensorTest.Data 2022-12-01T10:54:39.2140307Z [ OK ] TensorTest.Data (0 ms) 2022-12-01T10:54:39.2140598Z [ RUN ] TensorTest.BackwardAndGrad 2022-12-01T10:54:39.2140905Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-12-01T10:54:39.2141231Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-12-01T10:54:39.2141589Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-12-01T10:54:39.2141948Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-12-01T10:54:39.2167659Z [ OK ] TensorTest.BackwardNonScalarOutputs (2 ms) 2022-12-01T10:54:39.2168243Z [ RUN ] TensorTest.IsLeaf 2022-12-01T10:54:39.2168766Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-12-01T10:54:39.2169090Z [ RUN ] TensorTest.OutputNr 2022-12-01T10:54:39.2169373Z [ OK ] TensorTest.OutputNr (0 ms) 2022-12-01T10:54:39.2169709Z [ RUN ] TensorTest.Version 2022-12-01T10:54:39.2169971Z [ OK ] TensorTest.Version (0 ms) 2022-12-01T10:54:39.2170239Z [ RUN ] TensorTest.Detach 2022-12-01T10:54:39.2170575Z [ OK ] TensorTest.Detach (0 ms) 2022-12-01T10:54:39.2170855Z [ RUN ] TensorTest.DetachInplace 2022-12-01T10:54:39.2171175Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-12-01T10:54:39.2171476Z [ RUN ] TensorTest.SetData 2022-12-01T10:54:39.2171745Z [ OK ] TensorTest.SetData (0 ms) 2022-12-01T10:54:39.2172090Z [ RUN ] TensorTest.RequiresGradInplace 2022-12-01T10:54:39.2188346Z [ OK ] TensorTest.RequiresGradInplace (1 ms) 2022-12-01T10:54:39.2188749Z [ RUN ] TensorTest.StdDimension 2022-12-01T10:54:39.2189156Z [ OK ] TensorTest.StdDimension (0 ms) 2022-12-01T10:54:39.2189523Z [ RUN ] TensorTest.ReshapeAlias 2022-12-01T10:54:39.2191239Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-12-01T10:54:39.2191758Z [----------] 45 tests from TensorTest (35 ms total) 2022-12-01T10:54:39.2191957Z 2022-12-01T10:54:39.2192115Z [----------] 36 tests from TensorIndexingTest 2022-12-01T10:54:39.2192462Z [ RUN ] TensorIndexingTest.Slice 2022-12-01T10:54:39.2192789Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-12-01T10:54:39.2193136Z [ RUN ] TensorIndexingTest.TensorIndex 2022-12-01T10:54:39.2220402Z [ OK ] TensorIndexingTest.TensorIndex (2 ms) 2022-12-01T10:54:39.2220741Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-12-01T10:54:39.2303380Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-12-01T10:54:39.2304096Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-12-01T10:54:39.2305227Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-12-01T10:54:39.2306004Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-12-01T10:54:39.2306575Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-12-01T10:54:39.2307120Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-12-01T10:54:39.2307851Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-12-01T10:54:39.2308283Z [ RUN ] TensorIndexingTest.TestNone 2022-12-01T10:54:39.2308849Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-12-01T10:54:39.2309295Z [ RUN ] TensorIndexingTest.TestStep 2022-12-01T10:54:39.2309679Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-12-01T10:54:39.2310193Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-12-01T10:54:39.2310815Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-12-01T10:54:39.2311171Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-12-01T10:54:39.2311528Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-12-01T10:54:39.2311892Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-12-01T10:54:39.2314394Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-12-01T10:54:39.2314971Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-12-01T10:54:39.2315483Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-12-01T10:54:39.2316108Z [ RUN ] TensorIndexingTest.TestByteMask 2022-12-01T10:54:39.2316723Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-12-01T10:54:39.2317381Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-12-01T10:54:39.2318072Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-12-01T10:54:39.2318787Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-12-01T10:54:39.2319468Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-12-01T10:54:39.2320095Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-12-01T10:54:39.2320723Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-12-01T10:54:39.2321345Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-12-01T10:54:39.2321993Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-12-01T10:54:39.2322622Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-12-01T10:54:39.2323134Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-12-01T10:54:39.2323510Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-12-01T10:54:39.2323899Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-12-01T10:54:39.2324265Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-12-01T10:54:39.2324615Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-12-01T10:54:39.2324968Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-12-01T10:54:39.2371280Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (4 ms) 2022-12-01T10:54:39.2371709Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-12-01T10:54:39.2390894Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (1 ms) 2022-12-01T10:54:39.2391542Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-12-01T10:54:39.2391906Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-12-01T10:54:39.2392428Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-12-01T10:54:39.2393184Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-12-01T10:54:39.2393608Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-12-01T10:54:39.2478175Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (8 ms) 2022-12-01T10:54:39.2478928Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-12-01T10:54:39.2479615Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-12-01T10:54:39.2480026Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-12-01T10:54:39.2572686Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (9 ms) 2022-12-01T10:54:39.2573346Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-12-01T10:54:39.2689077Z [ OK ] TensorIndexingTest.TestGetitemScalars (11 ms) 2022-12-01T10:54:39.2689515Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-12-01T10:54:39.2792679Z [ OK ] TensorIndexingTest.TestSetitemScalars (10 ms) 2022-12-01T10:54:39.2793191Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-12-01T10:54:39.2794038Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-12-01T10:54:39.2794477Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-12-01T10:54:39.2794845Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-12-01T10:54:39.2795300Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-12-01T10:54:39.2796112Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-12-01T10:54:39.2797091Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-12-01T10:54:39.2797805Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-12-01T10:54:39.2798271Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-12-01T10:54:39.2798645Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-12-01T10:54:39.2799009Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-12-01T10:54:39.2898443Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (10 ms) 2022-12-01T10:54:39.2899012Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-12-01T10:54:39.2917742Z [ OK ] TensorIndexingTest.TestZeroDimIndex (1 ms) 2022-12-01T10:54:39.2918534Z [----------] 36 tests from TensorIndexingTest (72 ms total) 2022-12-01T10:54:39.2918755Z 2022-12-01T10:54:39.2918912Z [----------] 18 tests from NumpyTests 2022-12-01T10:54:39.2919182Z [ RUN ] NumpyTests.TestNoneIndex 2022-12-01T10:54:39.2919488Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-12-01T10:54:39.2919806Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-12-01T10:54:39.2962501Z [ OK ] NumpyTests.TestEmptyFancyIndex (4 ms) 2022-12-01T10:54:39.2963103Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-12-01T10:54:39.2963659Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-12-01T10:54:39.2964172Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-12-01T10:54:39.2984923Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-12-01T10:54:39.2985490Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-12-01T10:54:39.2985856Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-12-01T10:54:39.2986247Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-12-01T10:54:39.3174044Z [ OK ] NumpyTests.TestBooleanShapeMismatch (18 ms) 2022-12-01T10:54:39.3174898Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-12-01T10:54:39.3175294Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-12-01T10:54:39.3175690Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-12-01T10:54:39.3289939Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (11 ms) 2022-12-01T10:54:39.3290593Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-12-01T10:54:39.3291237Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-12-01T10:54:39.3291769Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-12-01T10:54:39.3385911Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (9 ms) 2022-12-01T10:54:39.3386467Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-12-01T10:54:39.3481867Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (9 ms) 2022-12-01T10:54:39.3482570Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-12-01T10:54:39.3482991Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-12-01T10:54:39.3483818Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-12-01T10:54:39.3484411Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-12-01T10:54:39.3484754Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-12-01T10:54:39.3485120Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-12-01T10:54:39.3485472Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-12-01T10:54:39.3664250Z [ OK ] NumpyTests.TestBroaderrorsIndexing (17 ms) 2022-12-01T10:54:39.3664623Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-12-01T10:54:39.3884925Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (22 ms) 2022-12-01T10:54:39.3885396Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-12-01T10:54:39.3885727Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-12-01T10:54:39.3886317Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-12-01T10:54:39.3888209Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-12-01T10:54:39.3888817Z [----------] 18 tests from NumpyTests (97 ms total) 2022-12-01T10:54:39.3889117Z 2022-12-01T10:54:39.3889421Z [----------] 5 tests from TensorOptionsTest 2022-12-01T10:54:39.3890059Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-12-01T10:54:39.3890794Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-12-01T10:54:39.3891603Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-12-01T10:54:39.3892579Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-12-01T10:54:39.3893344Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-12-01T10:54:39.3893747Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-12-01T10:54:39.3904153Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-12-01T10:54:39.3904747Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-12-01T10:54:39.3905178Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-12-01T10:54:39.3905683Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-12-01T10:54:39.3906076Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-12-01T10:54:39.3906243Z 2022-12-01T10:54:39.3906386Z [----------] 1 test from DeviceTest 2022-12-01T10:54:39.3906689Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-12-01T10:54:39.3971588Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-12-01T10:54:39.4015023Z [----------] 1 test from DeviceTest (8 ms total) 2022-12-01T10:54:39.4021922Z 2022-12-01T10:54:39.4022247Z [----------] 3 tests from DefaultDtypeTest 2022-12-01T10:54:39.4022783Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-12-01T10:54:39.4023533Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-12-01T10:54:39.4024327Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-12-01T10:54:39.4025103Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-12-01T10:54:39.4025948Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-12-01T10:54:39.4026806Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-12-01T10:54:39.4027495Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-12-01T10:54:39.4027792Z 2022-12-01T10:54:39.4028058Z [----------] 1 test from TorchIncludeTest 2022-12-01T10:54:39.4028640Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-12-01T10:54:39.4138250Z [ OK ] TorchIncludeTest.GetSetNumThreads (16 ms) 2022-12-01T10:54:39.4138928Z [----------] 1 test from TorchIncludeTest (16 ms total) 2022-12-01T10:54:39.4139242Z 2022-12-01T10:54:39.4139542Z [----------] 28 tests from InferenceModeTest 2022-12-01T10:54:39.4140153Z [ RUN ] InferenceModeTest.TestTLSState 2022-12-01T10:54:39.4140486Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-12-01T10:54:39.4140846Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-12-01T10:54:39.4141272Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-12-01T10:54:39.4141684Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-12-01T10:54:39.4202708Z [ OK ] InferenceModeTest.TestExistingAutogradSession (6 ms) 2022-12-01T10:54:39.4203616Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-12-01T10:54:39.4204673Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-12-01T10:54:39.4205260Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-12-01T10:54:39.4205945Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-12-01T10:54:39.4206452Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-12-01T10:54:39.4206957Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-12-01T10:54:39.4207474Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-12-01T10:54:39.4207987Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-12-01T10:54:39.4208496Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-12-01T10:54:39.4252462Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (4 ms) 2022-12-01T10:54:39.4253336Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-12-01T10:54:39.4253834Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-12-01T10:54:39.4254382Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-12-01T10:54:39.4255055Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-12-01T10:54:39.4255575Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-12-01T10:54:39.4256080Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-12-01T10:54:39.4256592Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-12-01T10:54:39.4257103Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-12-01T10:54:39.4257584Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-12-01T10:54:39.4283065Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (2 ms) 2022-12-01T10:54:39.4283588Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-12-01T10:54:39.4307763Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (2 ms) 2022-12-01T10:54:39.4308272Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-12-01T10:54:39.4379312Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (6 ms) 2022-12-01T10:54:39.4380438Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-12-01T10:54:39.4381528Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-12-01T10:54:39.4382481Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-12-01T10:54:39.4407907Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (2 ms) 2022-12-01T10:54:39.4408862Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-12-01T10:54:39.4428452Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-12-01T10:54:39.4429402Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-12-01T10:54:39.4485041Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (5 ms) 2022-12-01T10:54:39.4486001Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-12-01T10:54:39.4597820Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (11 ms) 2022-12-01T10:54:39.4598838Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-12-01T10:54:39.4655337Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (5 ms) 2022-12-01T10:54:39.4656338Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-12-01T10:54:39.4665011Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-12-01T10:54:39.4665998Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-12-01T10:54:39.4695719Z [ OK ] InferenceModeTest.TestAccessVersionCounter (2 ms) 2022-12-01T10:54:39.4697093Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-12-01T10:54:39.4752740Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (5 ms) 2022-12-01T10:54:39.4753854Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-12-01T10:54:39.4754829Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-12-01T10:54:39.4755742Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-12-01T10:54:39.4756626Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-12-01T10:54:39.4757458Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-12-01T10:54:39.4758245Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-12-01T10:54:39.4759167Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-12-01T10:54:39.4760288Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-12-01T10:54:39.4761232Z [----------] 28 tests from InferenceModeTest (61 ms total) 2022-12-01T10:54:39.4761581Z 2022-12-01T10:54:39.4761897Z [----------] 4 tests from GradModeTest 2022-12-01T10:54:39.4762584Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-12-01T10:54:39.4763439Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-12-01T10:54:39.4764263Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-12-01T10:54:39.4765058Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-12-01T10:54:39.4765837Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-12-01T10:54:39.4766611Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-12-01T10:54:39.4767414Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-12-01T10:54:39.4784770Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (2 ms) 2022-12-01T10:54:39.4785620Z [----------] 4 tests from GradModeTest (3 ms total) 2022-12-01T10:54:39.4785958Z 2022-12-01T10:54:39.4786281Z [----------] 3 tests from OperationTest 2022-12-01T10:54:39.4786862Z [ RUN ] OperationTest.Lerp 2022-12-01T10:54:39.4792798Z [ OK ] OperationTest.Lerp (0 ms) 2022-12-01T10:54:39.4793395Z [ RUN ] OperationTest.Cross 2022-12-01T10:54:39.4815915Z [ OK ] OperationTest.Cross (2 ms) 2022-12-01T10:54:39.4816514Z [ RUN ] OperationTest.Linear_out 2022-12-01T10:54:39.4818566Z [ OK ] OperationTest.Linear_out (0 ms) 2022-12-01T10:54:39.4819261Z [----------] 3 tests from OperationTest (3 ms total) 2022-12-01T10:54:39.4819602Z 2022-12-01T10:54:39.4819959Z [----------] Global test environment tear-down 2022-12-01T10:54:39.4914652Z [==========] 991 tests from 48 test suites ran. (34510 ms total) 2022-12-01T10:54:39.4915133Z [ PASSED ] 991 tests. 2022-12-01T10:54:39.5655752Z + /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-01T10:54:39.8229326Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T10:54:39.8234308Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T10:54:39.8234646Z [==========] Running 801 tests from 25 test suites. 2022-12-01T10:54:39.8234970Z [----------] Global test environment set-up. 2022-12-01T10:54:39.8235255Z [----------] 1 test from Approx 2022-12-01T10:54:39.8235511Z [ RUN ] Approx.log_vml 2022-12-01T10:54:41.0142385Z [ OK ] Approx.log_vml (1190 ms) 2022-12-01T10:54:41.0142899Z [----------] 1 test from Approx (1190 ms total) 2022-12-01T10:54:41.0143150Z 2022-12-01T10:54:41.0143376Z [----------] 34 tests from ATen 2022-12-01T10:54:41.0143786Z [ RUN ] ATen._cast_Float 2022-12-01T10:54:41.0145259Z [ OK ] ATen._cast_Float (0 ms) 2022-12-01T10:54:41.0145737Z [ RUN ] ATen.negInt 2022-12-01T10:54:41.0149799Z [ OK ] ATen.negInt (0 ms) 2022-12-01T10:54:41.0150286Z [ RUN ] ATen.negFloat 2022-12-01T10:54:41.0154664Z [ OK ] ATen.negFloat (0 ms) 2022-12-01T10:54:41.0155090Z [ RUN ] ATen.addInt 2022-12-01T10:54:41.0161283Z [ OK ] ATen.addInt (0 ms) 2022-12-01T10:54:41.0161691Z [ RUN ] ATen.addFloat 2022-12-01T10:54:41.0168799Z [ OK ] ATen.addFloat (0 ms) 2022-12-01T10:54:41.0170089Z [ RUN ] ATen.subInt 2022-12-01T10:54:41.0177431Z [ OK ] ATen.subInt (0 ms) 2022-12-01T10:54:41.0177885Z [ RUN ] ATen.subFloat 2022-12-01T10:54:41.0184281Z [ OK ] ATen.subFloat (0 ms) 2022-12-01T10:54:41.0184689Z [ RUN ] ATen.lerp 2022-12-01T10:54:41.0192253Z [ OK ] ATen.lerp (0 ms) 2022-12-01T10:54:41.0192853Z [ RUN ] ATen.addcmulInt 2022-12-01T10:54:41.0200384Z [ OK ] ATen.addcmulInt (0 ms) 2022-12-01T10:54:41.0200852Z [ RUN ] ATen.addcmulFloat 2022-12-01T10:54:41.0209421Z [ OK ] ATen.addcmulFloat (0 ms) 2022-12-01T10:54:41.0209892Z [ RUN ] ATen.mulInt 2022-12-01T10:54:41.0215274Z [ OK ] ATen.mulInt (0 ms) 2022-12-01T10:54:41.0215676Z [ RUN ] ATen.mulFloat 2022-12-01T10:54:41.0219803Z [ OK ] ATen.mulFloat (0 ms) 2022-12-01T10:54:41.0220215Z [ RUN ] ATen.divInt 2022-12-01T10:54:41.0224420Z [ OK ] ATen.divInt (0 ms) 2022-12-01T10:54:41.0224828Z [ RUN ] ATen.divFloat 2022-12-01T10:54:41.0229400Z [ OK ] ATen.divFloat (0 ms) 2022-12-01T10:54:41.0233927Z [ RUN ] ATen.maxInt 2022-12-01T10:54:41.0234321Z [ OK ] ATen.maxInt (0 ms) 2022-12-01T10:54:41.0234734Z [ RUN ] ATen.maxFloat 2022-12-01T10:54:41.0239074Z [ OK ] ATen.maxFloat (0 ms) 2022-12-01T10:54:41.0239496Z [ RUN ] ATen.minInt 2022-12-01T10:54:41.0243872Z [ OK ] ATen.minInt (0 ms) 2022-12-01T10:54:41.0244276Z [ RUN ] ATen.minFloat 2022-12-01T10:54:41.0248728Z [ OK ] ATen.minFloat (0 ms) 2022-12-01T10:54:41.0249121Z [ RUN ] ATen.reluInt 2022-12-01T10:54:41.0252786Z [ OK ] ATen.reluInt (0 ms) 2022-12-01T10:54:41.0253226Z [ RUN ] ATen.reluFloat 2022-12-01T10:54:41.0257007Z [ OK ] ATen.reluFloat (0 ms) 2022-12-01T10:54:41.0257446Z [ RUN ] ATen.logFloat 2022-12-01T10:54:41.0260455Z [ OK ] ATen.logFloat (0 ms) 2022-12-01T10:54:41.0261022Z [ RUN ] ATen.fastLogFloat 2022-12-01T10:54:41.0435915Z [ OK ] ATen.fastLogFloat (17 ms) 2022-12-01T10:54:41.0436405Z [ RUN ] ATen.fastTanhFloat 2022-12-01T10:54:41.0493609Z [ OK ] ATen.fastTanhFloat (5 ms) 2022-12-01T10:54:41.0494365Z [ RUN ] ATen.fastSigmoidFloat 2022-12-01T10:54:41.0568478Z [ OK ] ATen.fastSigmoidFloat (7 ms) 2022-12-01T10:54:41.0568962Z [ RUN ] ATen.log10Float 2022-12-01T10:54:41.0572591Z [ OK ] ATen.log10Float (0 ms) 2022-12-01T10:54:41.0573026Z [ RUN ] ATen.log2Float 2022-12-01T10:54:41.0576431Z [ OK ] ATen.log2Float (0 ms) 2022-12-01T10:54:41.0576840Z [ RUN ] ATen.expFloat 2022-12-01T10:54:41.0580662Z [ OK ] ATen.expFloat (0 ms) 2022-12-01T10:54:41.0581093Z [ RUN ] ATen.erfFloat 2022-12-01T10:54:41.0584153Z [ OK ] ATen.erfFloat (0 ms) 2022-12-01T10:54:41.0584568Z [ RUN ] ATen.cosFloat 2022-12-01T10:54:41.0587803Z [ OK ] ATen.cosFloat (0 ms) 2022-12-01T10:54:41.0588227Z [ RUN ] ATen.eqInt 2022-12-01T10:54:41.0600399Z [ OK ] ATen.eqInt (1 ms) 2022-12-01T10:54:41.0601055Z [ RUN ] ATen.geInt 2022-12-01T10:54:41.0605860Z [ OK ] ATen.geInt (0 ms) 2022-12-01T10:54:41.0606257Z [ RUN ] ATen.gtInt 2022-12-01T10:54:41.0611359Z [ OK ] ATen.gtInt (0 ms) 2022-12-01T10:54:41.0611755Z [ RUN ] ATen.leInt 2022-12-01T10:54:41.0616807Z [ OK ] ATen.leInt (0 ms) 2022-12-01T10:54:41.0617193Z [ RUN ] ATen.ltInt 2022-12-01T10:54:41.0623060Z [ OK ] ATen.ltInt (0 ms) 2022-12-01T10:54:41.0623553Z [----------] 34 tests from ATen (48 ms total) 2022-12-01T10:54:41.0623795Z 2022-12-01T10:54:41.0624061Z [----------] 26 tests from BoundsInference 2022-12-01T10:54:41.0624502Z [ RUN ] BoundsInference._1 2022-12-01T10:54:41.0626014Z [ OK ] BoundsInference._1 (0 ms) 2022-12-01T10:54:41.0626460Z [ RUN ] BoundsInference._2 2022-12-01T10:54:41.0628575Z [ OK ] BoundsInference._2 (0 ms) 2022-12-01T10:54:41.0629026Z [ RUN ] BoundsInference._3 2022-12-01T10:54:41.0630692Z [ OK ] BoundsInference._3 (0 ms) 2022-12-01T10:54:41.0631259Z [ RUN ] BoundsInference._4 2022-12-01T10:54:41.0636809Z [ OK ] BoundsInference._4 (0 ms) 2022-12-01T10:54:41.0637387Z [ RUN ] BoundsInference._5 2022-12-01T10:54:41.0649481Z [ OK ] BoundsInference._5 (1 ms) 2022-12-01T10:54:41.0649901Z [ RUN ] BoundsInference._6 2022-12-01T10:54:41.0658808Z [ OK ] BoundsInference._6 (0 ms) 2022-12-01T10:54:41.0659297Z [ RUN ] BoundsInference.Adjacent 2022-12-01T10:54:41.0664628Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-12-01T10:54:41.0665243Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-12-01T10:54:41.0669873Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-12-01T10:54:41.0670491Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-12-01T10:54:41.0674427Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-12-01T10:54:41.0675201Z [ RUN ] BoundsInference.CacheReads 2022-12-01T10:54:41.0714932Z [ OK ] BoundsInference.CacheReads (3 ms) 2022-12-01T10:54:41.0715532Z [ RUN ] BoundsInference.Flattened 2022-12-01T10:54:41.0728176Z [ OK ] BoundsInference.Flattened (1 ms) 2022-12-01T10:54:41.0729745Z [ RUN ] BoundsInference.GetPotentialHazards 2022-12-01T10:54:41.0730418Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-12-01T10:54:41.0731127Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-12-01T10:54:41.0734136Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-12-01T10:54:41.0735080Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-12-01T10:54:41.0740131Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-12-01T10:54:41.0740896Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-12-01T10:54:41.0752461Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-12-01T10:54:41.0753383Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-12-01T10:54:41.0758785Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-12-01T10:54:41.0759744Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-12-01T10:54:41.0761081Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-12-01T10:54:41.0762273Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-12-01T10:54:41.0763454Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-12-01T10:54:41.0764411Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-12-01T10:54:41.0766809Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-12-01T10:54:41.0767692Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-12-01T10:54:41.0780996Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-12-01T10:54:41.0781848Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-12-01T10:54:41.0790910Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (0 ms) 2022-12-01T10:54:41.0791719Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-12-01T10:54:41.0794013Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-12-01T10:54:41.0794905Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-12-01T10:54:41.0797403Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-12-01T10:54:41.0798286Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-12-01T10:54:41.0801188Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-12-01T10:54:41.0802015Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-12-01T10:54:41.0804547Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-12-01T10:54:41.0805232Z [ RUN ] BoundsInference.IsOverlapping 2022-12-01T10:54:41.0827536Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-12-01T10:54:41.0828204Z [----------] 26 tests from BoundsInference (20 ms total) 2022-12-01T10:54:41.0828481Z 2022-12-01T10:54:41.0828685Z [----------] 4 tests from Conv 2022-12-01T10:54:41.0829126Z [ RUN ] Conv.DepthwiseConv2D 2022-12-01T10:54:41.3398747Z [ OK ] Conv.DepthwiseConv2D (256 ms) 2022-12-01T10:54:41.3399279Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-12-01T10:54:41.5991094Z [ OK ] Conv.DepthwiseConv2DNoBias (259 ms) 2022-12-01T10:54:41.5991677Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-12-01T10:54:41.7958598Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (196 ms) 2022-12-01T10:54:41.7959122Z [ RUN ] Conv.Conv2D 2022-12-01T10:54:42.7429368Z [ OK ] Conv.Conv2D (947 ms) 2022-12-01T10:54:42.7429759Z [----------] 4 tests from Conv (1659 ms total) 2022-12-01T10:54:42.7430119Z 2022-12-01T10:54:42.7430439Z [----------] 28 tests from CppPrinter 2022-12-01T10:54:42.7430848Z [ RUN ] CppPrinter.IntImm 2022-12-01T10:54:42.7431359Z [ OK ] CppPrinter.IntImm (0 ms) 2022-12-01T10:54:42.7433059Z [ RUN ] CppPrinter.FloatImm 2022-12-01T10:54:42.7433637Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-12-01T10:54:42.7434101Z [ RUN ] CppPrinter.FloatImm1 2022-12-01T10:54:42.7434504Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-12-01T10:54:42.7435057Z [ RUN ] CppPrinter.DoubleImm 2022-12-01T10:54:42.7435380Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-12-01T10:54:42.7435852Z [ RUN ] CppPrinter.DoubleImm1 2022-12-01T10:54:42.7436369Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-12-01T10:54:42.7436645Z [ RUN ] CppPrinter.HalfImm 2022-12-01T10:54:42.7436919Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-12-01T10:54:42.7437177Z [ RUN ] CppPrinter.Add 2022-12-01T10:54:42.7437425Z [ OK ] CppPrinter.Add (0 ms) 2022-12-01T10:54:42.7437757Z [ RUN ] CppPrinter.AddExpr1 2022-12-01T10:54:42.7438181Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-12-01T10:54:42.7438668Z [ RUN ] CppPrinter.AddExpr2 2022-12-01T10:54:42.7439147Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-12-01T10:54:42.7439422Z [ RUN ] CppPrinter.AddExpr3 2022-12-01T10:54:42.7439811Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-12-01T10:54:42.7440242Z [ RUN ] CppPrinter.Mod 2022-12-01T10:54:42.7440715Z [ OK ] CppPrinter.Mod (0 ms) 2022-12-01T10:54:42.7441188Z [ RUN ] CppPrinter.ModFloat 2022-12-01T10:54:42.7441675Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-12-01T10:54:42.7442141Z [ RUN ] CppPrinter.Max 2022-12-01T10:54:42.7442515Z [ OK ] CppPrinter.Max (0 ms) 2022-12-01T10:54:42.7442764Z [ RUN ] CppPrinter.MaxFloat 2022-12-01T10:54:42.7443039Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-12-01T10:54:42.7443304Z [ RUN ] CppPrinter.MaxHalf 2022-12-01T10:54:42.7443594Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-12-01T10:54:42.7443839Z [ RUN ] CppPrinter.And 2022-12-01T10:54:42.7444096Z [ OK ] CppPrinter.And (0 ms) 2022-12-01T10:54:42.7444377Z [ RUN ] CppPrinter.CompareSelect 2022-12-01T10:54:42.7444676Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-12-01T10:54:42.7444974Z [ RUN ] CppPrinter.IfThenElse 2022-12-01T10:54:42.7445264Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-12-01T10:54:42.7445537Z [ RUN ] CppPrinter.AllocateFree 2022-12-01T10:54:42.7445836Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-12-01T10:54:42.7446118Z [ RUN ] CppPrinter.LoadStore 2022-12-01T10:54:42.7446400Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-12-01T10:54:42.7446649Z [ RUN ] CppPrinter.Var 2022-12-01T10:54:42.7446908Z [ OK ] CppPrinter.Var (0 ms) 2022-12-01T10:54:42.7447162Z [ RUN ] CppPrinter.Cast 2022-12-01T10:54:42.7447412Z [ OK ] CppPrinter.Cast (0 ms) 2022-12-01T10:54:42.7447674Z [ RUN ] CppPrinter.BitCast 2022-12-01T10:54:42.7447948Z [ OK ] CppPrinter.BitCast (0 ms) 2022-12-01T10:54:42.7448195Z [ RUN ] CppPrinter.Let 2022-12-01T10:54:42.7448460Z [ OK ] CppPrinter.Let (0 ms) 2022-12-01T10:54:42.7448715Z [ RUN ] CppPrinter.For 2022-12-01T10:54:42.7448961Z [ OK ] CppPrinter.For (0 ms) 2022-12-01T10:54:42.7449211Z [ RUN ] CppPrinter.Cond 2022-12-01T10:54:42.7449479Z [ OK ] CppPrinter.Cond (0 ms) 2022-12-01T10:54:42.7449738Z [ RUN ] CppPrinter.Intrinsics 2022-12-01T10:54:42.7450023Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-12-01T10:54:42.7450311Z [ RUN ] CppPrinter.ExternalCall 2022-12-01T10:54:42.7450630Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-12-01T10:54:42.7450934Z [----------] 28 tests from CppPrinter (0 ms total) 2022-12-01T10:54:42.7451086Z 2022-12-01T10:54:42.7451235Z [----------] 8 tests from DynamicShapes 2022-12-01T10:54:42.7451524Z [ RUN ] DynamicShapes.SimpleGraph 2022-12-01T10:54:42.8295899Z [ OK ] DynamicShapes.SimpleGraph (85 ms) 2022-12-01T10:54:42.8296489Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-12-01T10:54:42.9045350Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (74 ms) 2022-12-01T10:54:42.9045812Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-12-01T10:54:42.9765535Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (71 ms) 2022-12-01T10:54:42.9765945Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-12-01T10:54:43.0167417Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (40 ms) 2022-12-01T10:54:43.0167851Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-12-01T10:54:43.1841887Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (167 ms) 2022-12-01T10:54:43.1842589Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-12-01T10:54:43.6290641Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (444 ms) 2022-12-01T10:54:43.6291648Z [ RUN ] DynamicShapes.GraphFromModel 2022-12-01T10:54:44.0076590Z [ OK ] DynamicShapes.GraphFromModel (378 ms) 2022-12-01T10:54:44.0077273Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-12-01T10:54:44.0830722Z [ OK ] DynamicShapes.MultiThreadedExecution (75 ms) 2022-12-01T10:54:44.0831424Z [----------] 8 tests from DynamicShapes (1339 ms total) 2022-12-01T10:54:44.0831710Z 2022-12-01T10:54:44.0831981Z [----------] 30 tests from Expr 2022-12-01T10:54:44.0832264Z [ RUN ] Expr.BasicValueTest 2022-12-01T10:54:44.0832546Z [ OK ] Expr.BasicValueTest (0 ms) 2022-12-01T10:54:44.0832827Z [ RUN ] Expr.BasicValueTest02 2022-12-01T10:54:44.0833115Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-12-01T10:54:44.0833404Z [ RUN ] Expr.IsChannelsLastContiguous 2022-12-01T10:54:44.0833729Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-12-01T10:54:44.0834020Z [ RUN ] Expr.LetTest01 2022-12-01T10:54:44.0834269Z [ OK ] Expr.LetTest01 (0 ms) 2022-12-01T10:54:44.0834515Z [ RUN ] Expr.LetTest02 2022-12-01T10:54:44.0834768Z [ OK ] Expr.LetTest02 (0 ms) 2022-12-01T10:54:44.0835010Z [ RUN ] Expr.LetStmtTest01 2022-12-01T10:54:44.0835281Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-12-01T10:54:44.0835529Z [ RUN ] Expr.IntTest 2022-12-01T10:54:44.0835764Z [ OK ] Expr.IntTest (0 ms) 2022-12-01T10:54:44.0836011Z [ RUN ] Expr.FloatTest 2022-12-01T10:54:44.0841794Z [ OK ] Expr.FloatTest (1 ms) 2022-12-01T10:54:44.0842251Z [ RUN ] Expr.ByteTest 2022-12-01T10:54:44.0842717Z [ OK ] Expr.ByteTest (0 ms) 2022-12-01T10:54:44.0843178Z [ RUN ] Expr.CharTest 2022-12-01T10:54:44.0843635Z [ OK ] Expr.CharTest (0 ms) 2022-12-01T10:54:44.0844014Z [ RUN ] Expr.ShortTest 2022-12-01T10:54:44.0844473Z [ OK ] Expr.ShortTest (0 ms) 2022-12-01T10:54:44.0844920Z [ RUN ] Expr.LongTest 2022-12-01T10:54:44.0845350Z [ OK ] Expr.LongTest (0 ms) 2022-12-01T10:54:44.0845780Z [ RUN ] Expr.HalfTest 2022-12-01T10:54:44.0846225Z [ OK ] Expr.HalfTest (0 ms) 2022-12-01T10:54:44.0846648Z [ RUN ] Expr.DoubleTest 2022-12-01T10:54:44.0847111Z [ OK ] Expr.DoubleTest (0 ms) 2022-12-01T10:54:44.0847566Z [ RUN ] Expr.VectorAdd01 2022-12-01T10:54:44.0859541Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-12-01T10:54:44.0860037Z [ RUN ] Expr.CompareSelectEQ 2022-12-01T10:54:44.0896869Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-12-01T10:54:44.0897405Z [ RUN ] Expr.CompareSelectDtypes 2022-12-01T10:54:44.0933346Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-12-01T10:54:44.0933894Z [ RUN ] Expr.IntrinsicsDtypes 2022-12-01T10:54:44.0940559Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-12-01T10:54:44.0941043Z [ RUN ] Expr.Substitute01 2022-12-01T10:54:44.0941501Z [ OK ] Expr.Substitute01 (0 ms) 2022-12-01T10:54:44.0941921Z [ RUN ] Expr.Math01 2022-12-01T10:54:44.0942332Z [ OK ] Expr.Math01 (0 ms) 2022-12-01T10:54:44.0942720Z [ RUN ] Expr.UnaryMath01 2022-12-01T10:54:44.0943735Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-12-01T10:54:44.0944185Z [ RUN ] Expr.BinaryMath01 2022-12-01T10:54:44.0944626Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-12-01T10:54:44.0945074Z [ RUN ] Expr.LogicalOps01 2022-12-01T10:54:44.0945735Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-12-01T10:54:44.0946179Z [ RUN ] Expr.LogicalOps02 2022-12-01T10:54:44.0946634Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-12-01T10:54:44.0947224Z [ RUN ] Expr.LogicalOps03 2022-12-01T10:54:44.0948054Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-12-01T10:54:44.0948504Z [ RUN ] Expr.BitwiseOps 2022-12-01T10:54:44.0948980Z [ OK ] Expr.BitwiseOps (0 ms) 2022-12-01T10:54:44.0949497Z [ RUN ] Expr.DynamicShapeAdd 2022-12-01T10:54:44.0952435Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-12-01T10:54:44.0952736Z [ RUN ] Expr.OutOfBounds 2022-12-01T10:54:44.0986866Z [ OK ] Expr.OutOfBounds (3 ms) 2022-12-01T10:54:44.0987363Z [ RUN ] Expr.OutOfBounds2d 2022-12-01T10:54:44.0995456Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-12-01T10:54:44.0996059Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-12-01T10:54:44.1001281Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-12-01T10:54:44.1001845Z [----------] 30 tests from Expr (17 ms total) 2022-12-01T10:54:44.1002065Z 2022-12-01T10:54:44.1002330Z [----------] 16 tests from ExternalCall 2022-12-01T10:54:44.1002820Z [ RUN ] ExternalCall.Conv1d_float 2022-12-01T10:54:44.1287079Z [ OK ] ExternalCall.Conv1d_float (28 ms) 2022-12-01T10:54:44.1287615Z [ RUN ] ExternalCall.Conv1d_int 2022-12-01T10:54:44.1583141Z [ OK ] ExternalCall.Conv1d_int (29 ms) 2022-12-01T10:54:44.1583830Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-12-01T10:54:44.1831250Z [ OK ] ExternalCall.Conv1d_nobias_noargs (24 ms) 2022-12-01T10:54:44.1831787Z [ RUN ] ExternalCall.Conv2d_float 2022-12-01T10:54:44.2144141Z [ OK ] ExternalCall.Conv2d_float (31 ms) 2022-12-01T10:54:44.2144789Z [ RUN ] ExternalCall.Conv2d_int 2022-12-01T10:54:44.2530363Z [ OK ] ExternalCall.Conv2d_int (38 ms) 2022-12-01T10:54:44.2530953Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-12-01T10:54:44.2812143Z [ OK ] ExternalCall.Conv2d_nobias_noargs (28 ms) 2022-12-01T10:54:44.2812838Z [ RUN ] ExternalCall.Addmm_float 2022-12-01T10:54:44.3086009Z [ OK ] ExternalCall.Addmm_float (27 ms) 2022-12-01T10:54:44.3086536Z [ RUN ] ExternalCall.Embedding 2022-12-01T10:54:44.3343807Z [ OK ] ExternalCall.Embedding (25 ms) 2022-12-01T10:54:44.3344351Z [ RUN ] ExternalCall.MaxReduction 2022-12-01T10:54:44.3578138Z [ OK ] ExternalCall.MaxReduction (23 ms) 2022-12-01T10:54:44.3579292Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-12-01T10:54:44.4264360Z [ OK ] ExternalCall.Prepacked_Linear_float (68 ms) 2022-12-01T10:54:44.4266676Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-12-01T10:54:44.4915842Z [ OK ] ExternalCall.Prepacked_Conv2d_float (65 ms) 2022-12-01T10:54:44.4920433Z [ RUN ] ExternalCall.BinaryFloat 2022-12-01T10:54:44.5825974Z [ OK ] ExternalCall.BinaryFloat (89 ms) 2022-12-01T10:54:44.5826547Z [ RUN ] ExternalCall.UnaryFloat 2022-12-01T10:54:44.6293516Z [ OK ] ExternalCall.UnaryFloat (46 ms) 2022-12-01T10:54:44.6294051Z [ RUN ] ExternalCall.ComputeInterop 2022-12-01T10:54:45.7165628Z [ OK ] ExternalCall.ComputeInterop (1087 ms) 2022-12-01T10:54:45.7165959Z [ RUN ] ExternalCall.Inlining 2022-12-01T10:54:45.7901004Z [ OK ] ExternalCall.Inlining (73 ms) 2022-12-01T10:54:45.7901353Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-12-01T10:54:45.9429222Z [ OK ] ExternalCall.JitCustomFusionOp (152 ms) 2022-12-01T10:54:45.9429873Z [----------] 16 tests from ExternalCall (1842 ms total) 2022-12-01T10:54:45.9430042Z 2022-12-01T10:54:45.9430189Z [----------] 8 tests from GraphOpt 2022-12-01T10:54:45.9430456Z [ RUN ] GraphOpt.OptimizeCat 2022-12-01T10:54:45.9760141Z [ OK ] GraphOpt.OptimizeCat (33 ms) 2022-12-01T10:54:45.9760915Z [ RUN ] GraphOpt.OptimizeCat2 2022-12-01T10:54:46.0123597Z [ OK ] GraphOpt.OptimizeCat2 (36 ms) 2022-12-01T10:54:46.0124144Z [ RUN ] GraphOpt.OptimizeCat3 2022-12-01T10:54:46.0543314Z [ OK ] GraphOpt.OptimizeCat3 (41 ms) 2022-12-01T10:54:46.0543701Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-12-01T10:54:46.0875677Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (33 ms) 2022-12-01T10:54:46.0876110Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-12-01T10:54:46.1502625Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (62 ms) 2022-12-01T10:54:46.1503414Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-12-01T10:54:46.1890973Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (38 ms) 2022-12-01T10:54:46.1891803Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-12-01T10:54:46.2304461Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (41 ms) 2022-12-01T10:54:46.2305231Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-12-01T10:54:46.2305941Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-12-01T10:54:46.2306295Z [----------] 8 tests from GraphOpt (287 ms total) 2022-12-01T10:54:46.2306447Z 2022-12-01T10:54:46.2306589Z [----------] 4 tests from IRPrinter 2022-12-01T10:54:46.2306866Z [ RUN ] IRPrinter.BasicValueTest 2022-12-01T10:54:46.2307168Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-12-01T10:54:46.2307456Z [ RUN ] IRPrinter.BasicValueTest02 2022-12-01T10:54:46.2307874Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-12-01T10:54:46.2308174Z [ RUN ] IRPrinter.CastTest 2022-12-01T10:54:46.2308435Z [ OK ] IRPrinter.CastTest (0 ms) 2022-12-01T10:54:46.2308824Z [ RUN ] IRPrinter.FunctionName 2022-12-01T10:54:46.2309159Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-12-01T10:54:46.2309460Z [----------] 4 tests from IRPrinter (0 ms total) 2022-12-01T10:54:46.2309648Z 2022-12-01T10:54:46.2309820Z [----------] 8 tests from IRVerifier 2022-12-01T10:54:46.2310089Z [ RUN ] IRVerifier.BitwiseOps 2022-12-01T10:54:46.2330289Z [ OK ] IRVerifier.BitwiseOps (2 ms) 2022-12-01T10:54:46.2330804Z [ RUN ] IRVerifier.CompareSelect 2022-12-01T10:54:46.2331285Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-12-01T10:54:46.2331700Z [ RUN ] IRVerifier.Ramp 2022-12-01T10:54:46.2332145Z [ OK ] IRVerifier.Ramp (0 ms) 2022-12-01T10:54:46.2332607Z [ RUN ] IRVerifier.Load 2022-12-01T10:54:46.2332999Z [ OK ] IRVerifier.Load (0 ms) 2022-12-01T10:54:46.2333355Z [ RUN ] IRVerifier.IfThenElse 2022-12-01T10:54:46.2333625Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-12-01T10:54:46.2333894Z [ RUN ] IRVerifier.For 2022-12-01T10:54:46.2334358Z [ OK ] IRVerifier.For (0 ms) 2022-12-01T10:54:46.2334789Z [ RUN ] IRVerifier.Block 2022-12-01T10:54:46.2335053Z [ OK ] IRVerifier.Block (0 ms) 2022-12-01T10:54:46.2335306Z [ RUN ] IRVerifier.Store 2022-12-01T10:54:46.2335553Z [ OK ] IRVerifier.Store (0 ms) 2022-12-01T10:54:46.2335851Z [----------] 8 tests from IRVerifier (2 ms total) 2022-12-01T10:54:46.2336005Z 2022-12-01T10:54:46.2336141Z [----------] 37 tests from Kernel 2022-12-01T10:54:46.2336441Z [ RUN ] Kernel.ParallelExternalCallBuf 2022-12-01T10:54:46.2911697Z [ OK ] Kernel.ParallelExternalCallBuf (57 ms) 2022-12-01T10:54:46.2912038Z [ RUN ] Kernel.InliningIntermediates 2022-12-01T10:54:46.3592301Z [ OK ] Kernel.InliningIntermediates (68 ms) 2022-12-01T10:54:46.3592838Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-12-01T10:54:46.4717524Z [ OK ] Kernel.PreAllocIntermediateBufs (112 ms) 2022-12-01T10:54:46.4717810Z [ RUN ] Kernel._1 2022-12-01T10:54:46.5014221Z [ OK ] Kernel._1 (29 ms) 2022-12-01T10:54:46.5014637Z [ RUN ] Kernel._2 2022-12-01T10:54:46.5332013Z [ OK ] Kernel._2 (31 ms) 2022-12-01T10:54:46.5332239Z [ RUN ] Kernel._3 2022-12-01T10:54:46.5655572Z [ OK ] Kernel._3 (32 ms) 2022-12-01T10:54:46.5655864Z [ RUN ] Kernel.Huge 2022-12-01T10:54:46.5906756Z [ OK ] Kernel.Huge (25 ms) 2022-12-01T10:54:46.5907501Z [ RUN ] Kernel.ParallelStrided 2022-12-01T10:54:46.7070661Z [ OK ] Kernel.ParallelStrided (116 ms) 2022-12-01T10:54:46.7071271Z [ RUN ] Kernel.CatInputTypesPromotion 2022-12-01T10:54:46.8018848Z [ OK ] Kernel.CatInputTypesPromotion (94 ms) 2022-12-01T10:54:46.8019343Z [ RUN ] Kernel.ToDType 2022-12-01T10:54:46.8306202Z [ OK ] Kernel.ToDType (28 ms) 2022-12-01T10:54:46.8306748Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-12-01T10:54:46.8597139Z [ OK ] Kernel.CatAndInlineWithAConstantDim (29 ms) 2022-12-01T10:54:46.8597694Z [ RUN ] Kernel.CatWithEmptyInputs 2022-12-01T10:54:46.9317444Z [ OK ] Kernel.CatWithEmptyInputs (71 ms) 2022-12-01T10:54:46.9317763Z [ RUN ] Kernel.CatWoConditionals 2022-12-01T10:54:47.0059361Z [ OK ] Kernel.CatWoConditionals (74 ms) 2022-12-01T10:54:47.0059733Z [ RUN ] Kernel.OptimizeConditionals 2022-12-01T10:54:47.1017360Z [ OK ] Kernel.OptimizeConditionals (95 ms) 2022-12-01T10:54:47.1017704Z [ RUN ] Kernel.SumAllAxes 2022-12-01T10:54:47.1525516Z [ OK ] Kernel.SumAllAxes (50 ms) 2022-12-01T10:54:47.1526024Z [ RUN ] Kernel.SumOneAxis 2022-12-01T10:54:47.5688650Z [ OK ] Kernel.SumOneAxis (416 ms) 2022-12-01T10:54:47.5689209Z [ RUN ] Kernel.SumMultipleAxes 2022-12-01T10:54:48.0079720Z [ OK ] Kernel.SumMultipleAxes (439 ms) 2022-12-01T10:54:48.0080259Z [ RUN ] Kernel.Softmax2D 2022-12-01T10:54:48.4616517Z [ OK ] Kernel.Softmax2D (453 ms) 2022-12-01T10:54:48.4617047Z [ RUN ] Kernel.Softmax3D 2022-12-01T10:54:49.3393538Z [ OK ] Kernel.Softmax3D (877 ms) 2022-12-01T10:54:49.3394059Z [ RUN ] Kernel.Softmax4D 2022-12-01T10:54:50.4815084Z [ OK ] Kernel.Softmax4D (1142 ms) 2022-12-01T10:54:50.4815597Z [ RUN ] Kernel.SignTest 2022-12-01T10:54:50.5529660Z [ OK ] Kernel.SignTest (71 ms) 2022-12-01T10:54:50.5530278Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-12-01T10:54:50.5830418Z [ OK ] Kernel.InlineProducerIntoReduction (30 ms) 2022-12-01T10:54:50.5831130Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-12-01T10:54:50.6187986Z [ OK ] Kernel.InlineReductionIntoConsumer (35 ms) 2022-12-01T10:54:50.6188603Z [ RUN ] Kernel.ConstantTensors 2022-12-01T10:54:50.6592599Z [ OK ] Kernel.ConstantTensors (40 ms) 2022-12-01T10:54:50.6593197Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-12-01T10:54:50.7000866Z [ OK ] Kernel.ConstantTensorsNonContiguous (40 ms) 2022-12-01T10:54:50.7001457Z [ RUN ] Kernel.RunFast 2022-12-01T10:54:50.7323497Z [ OK ] Kernel.RunFast (32 ms) 2022-12-01T10:54:50.7645977Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-12-01T10:54:50.7646596Z [ OK ] Kernel.RunWithAllocatedOutputs (32 ms) 2022-12-01T10:54:50.7647129Z [ RUN ] Kernel.CodegenInspection 2022-12-01T10:54:50.8049560Z [ OK ] Kernel.CodegenInspection (40 ms) 2022-12-01T10:54:50.8050137Z [ RUN ] Kernel.CustomLowering 2022-12-01T10:54:50.8297103Z [ OK ] Kernel.CustomLowering (24 ms) 2022-12-01T10:54:50.8297736Z [ RUN ] Kernel.Vectorize 2022-12-01T10:54:50.8609005Z [ OK ] Kernel.Vectorize (31 ms) 2022-12-01T10:54:50.8609623Z [ RUN ] Kernel.Strided1dWithinBounds 2022-12-01T10:54:50.8843281Z [ OK ] Kernel.Strided1dWithinBounds (23 ms) 2022-12-01T10:54:50.8843876Z [ RUN ] Kernel.InputAsOutput 2022-12-01T10:54:50.9190536Z [ OK ] Kernel.InputAsOutput (34 ms) 2022-12-01T10:54:50.9191071Z [ RUN ] Kernel.ScalarOut 2022-12-01T10:54:50.9403138Z [ OK ] Kernel.ScalarOut (21 ms) 2022-12-01T10:54:50.9403685Z [ RUN ] Kernel.ScalarTensorOut 2022-12-01T10:54:50.9669699Z [ OK ] Kernel.ScalarTensorOut (26 ms) 2022-12-01T10:54:50.9670358Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-12-01T10:54:51.4106515Z [ OK ] Kernel.FuseLoopsWithVariableBounds (443 ms) 2022-12-01T10:54:51.4107255Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-12-01T10:54:51.9171720Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (506 ms) 2022-12-01T10:54:52.2465668Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-12-01T10:54:52.2466176Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (329 ms) 2022-12-01T10:54:52.2466577Z [----------] 37 tests from Kernel (6013 ms total) 2022-12-01T10:54:52.2466726Z 2022-12-01T10:54:52.2466871Z [----------] 174 tests from LoopNest 2022-12-01T10:54:52.2467150Z [ RUN ] LoopNest.ExprSimple01 2022-12-01T10:54:52.2477726Z [ OK ] LoopNest.ExprSimple01 (1 ms) 2022-12-01T10:54:52.2478272Z [ RUN ] LoopNest.ExprLower01 2022-12-01T10:54:52.2478739Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-12-01T10:54:52.2479180Z [ RUN ] LoopNest.ExprSimple02 2022-12-01T10:54:52.2501303Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-12-01T10:54:52.2501932Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-12-01T10:54:52.2503918Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-12-01T10:54:52.2504573Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-12-01T10:54:52.2507836Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-12-01T10:54:52.2508362Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-12-01T10:54:52.2508803Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-12-01T10:54:52.2509281Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-12-01T10:54:52.2509816Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-12-01T10:54:52.2510263Z [ RUN ] LoopNest.ExprSliceHead 2022-12-01T10:54:52.2510773Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-12-01T10:54:52.2511296Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-12-01T10:54:52.2512738Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-12-01T10:54:52.2513423Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-12-01T10:54:52.2514123Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-12-01T10:54:52.2514794Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-12-01T10:54:52.2515225Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-12-01T10:54:52.2515559Z [ RUN ] LoopNest.ExprSliceTail 2022-12-01T10:54:52.2516171Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-12-01T10:54:52.2516665Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-12-01T10:54:52.2522223Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-12-01T10:54:52.2522801Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-12-01T10:54:52.2524143Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-12-01T10:54:52.2524700Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-12-01T10:54:52.2539474Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-12-01T10:54:52.2540038Z [ RUN ] LoopNest.ExprSplitWithTail 2022-12-01T10:54:52.2546199Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-12-01T10:54:52.2546792Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-12-01T10:54:52.2558889Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-12-01T10:54:52.2559463Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-12-01T10:54:52.2586475Z [ OK ] LoopNest.ExprSplitWithMask01 (2 ms) 2022-12-01T10:54:52.2587135Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-12-01T10:54:52.2591040Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-12-01T10:54:52.2591590Z [ RUN ] LoopNest.getLoopAt 2022-12-01T10:54:52.2592116Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-12-01T10:54:52.2592418Z [ RUN ] LoopNest.TileSimple 2022-12-01T10:54:52.3461853Z [ OK ] LoopNest.TileSimple (86 ms) 2022-12-01T10:54:52.3462308Z [ RUN ] LoopNest.TileWithTails 2022-12-01T10:54:52.4332391Z [ OK ] LoopNest.TileWithTails (87 ms) 2022-12-01T10:54:52.4332941Z [ RUN ] LoopNest.TileInMiddle 2022-12-01T10:54:52.5750228Z [ OK ] LoopNest.TileInMiddle (141 ms) 2022-12-01T10:54:52.5750934Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-12-01T10:54:52.5751465Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-12-01T10:54:52.5751839Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-12-01T10:54:52.5752197Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-12-01T10:54:52.5752562Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-12-01T10:54:52.5770317Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (1 ms) 2022-12-01T10:54:52.5770662Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-12-01T10:54:52.5846179Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-12-01T10:54:52.5846579Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-12-01T10:54:52.5965396Z [ OK ] LoopNest.ScheduleInlineSimple (11 ms) 2022-12-01T10:54:52.5965972Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-12-01T10:54:52.6516922Z [ OK ] LoopNest.ScheduleInlineFunc01 (55 ms) 2022-12-01T10:54:52.6517302Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-12-01T10:54:52.6519787Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-12-01T10:54:52.6520328Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-12-01T10:54:52.6523166Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-12-01T10:54:52.6523805Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-12-01T10:54:52.6526059Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-12-01T10:54:52.6526867Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-12-01T10:54:52.6613630Z [ OK ] LoopNest.ScheduleInlineIntrinsics (8 ms) 2022-12-01T10:54:52.6614253Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-12-01T10:54:52.6616433Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-12-01T10:54:52.6617095Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-12-01T10:54:52.6618289Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-12-01T10:54:52.6618889Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-12-01T10:54:52.6621989Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-12-01T10:54:52.6622358Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-12-01T10:54:52.6623838Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-12-01T10:54:52.6624360Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-12-01T10:54:52.6627498Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-12-01T10:54:52.6627864Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-12-01T10:54:52.6634587Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-12-01T10:54:52.6634941Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-12-01T10:54:52.6636590Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-12-01T10:54:52.6636957Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-12-01T10:54:52.6641225Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-12-01T10:54:52.6641603Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-12-01T10:54:52.6645786Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-12-01T10:54:52.6646165Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-12-01T10:54:52.6650600Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-12-01T10:54:52.6650981Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-12-01T10:54:52.6653077Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-12-01T10:54:52.6653433Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-12-01T10:54:52.6657514Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-12-01T10:54:52.6657905Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-12-01T10:54:52.6658971Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-12-01T10:54:52.6659479Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-12-01T10:54:52.6660099Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-12-01T10:54:52.6660663Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-12-01T10:54:52.6661142Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-12-01T10:54:52.6661534Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-12-01T10:54:52.6708373Z [ OK ] LoopNest.ScheduleFuserStyle (4 ms) 2022-12-01T10:54:52.6708700Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-12-01T10:54:52.6767584Z [ OK ] LoopNest.ScheduleFuserThreeArg (5 ms) 2022-12-01T10:54:52.6767927Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-12-01T10:54:52.6870615Z [ OK ] LoopNest.ScheduleDynamicShape2D (10 ms) 2022-12-01T10:54:52.6870970Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-12-01T10:54:52.6879361Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-12-01T10:54:52.6879685Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-12-01T10:54:52.7358990Z [ OK ] LoopNest.LoopNestComputeAt_2 (47 ms) 2022-12-01T10:54:52.7359305Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-12-01T10:54:52.7837525Z [ OK ] LoopNest.LoopNestComputeAt_3 (47 ms) 2022-12-01T10:54:52.7838091Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-12-01T10:54:52.8636024Z [ OK ] LoopNest.Reduce2dComputeAt (79 ms) 2022-12-01T10:54:52.8636369Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-12-01T10:54:52.8638651Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-12-01T10:54:52.8639002Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-12-01T10:54:52.8648428Z [ OK ] LoopNest.LoopNestReorderPartialAxes (0 ms) 2022-12-01T10:54:52.8648798Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-12-01T10:54:52.8657872Z [ OK ] LoopNest.LoopNestReorderInternalAxis (0 ms) 2022-12-01T10:54:52.8658272Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-12-01T10:54:52.8668221Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (0 ms) 2022-12-01T10:54:52.8668638Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-12-01T10:54:52.8669241Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-12-01T10:54:52.8669620Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-12-01T10:54:52.8682742Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-12-01T10:54:52.8683224Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-12-01T10:54:52.9222807Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (53 ms) 2022-12-01T10:54:52.9223288Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-12-01T10:54:52.9759790Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (53 ms) 2022-12-01T10:54:52.9760230Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-12-01T10:54:53.0443655Z [ OK ] LoopNest.LoopNestReorderLongStringFull (68 ms) 2022-12-01T10:54:53.0444063Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-12-01T10:54:53.0559454Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-12-01T10:54:53.0559914Z [ RUN ] LoopNest.OuterLoopVectorization 2022-12-01T10:54:53.0560709Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-12-01T10:54:53.0561116Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-12-01T10:54:53.0562854Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-12-01T10:54:53.0563331Z [ RUN ] LoopNest.Unroll 2022-12-01T10:54:53.0563953Z [ OK ] LoopNest.Unroll (0 ms) 2022-12-01T10:54:53.0564216Z [ RUN ] LoopNest.UnrollOuter 2022-12-01T10:54:53.0565889Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-12-01T10:54:53.0566320Z [ RUN ] LoopNest.UnrollInner 2022-12-01T10:54:53.0567354Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-12-01T10:54:53.0567761Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-12-01T10:54:53.0568821Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-12-01T10:54:53.0569299Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-12-01T10:54:53.0570409Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-12-01T10:54:53.0570776Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-12-01T10:54:53.0584915Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-12-01T10:54:53.0585269Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-12-01T10:54:53.0585684Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-12-01T10:54:53.0586034Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-12-01T10:54:53.0588786Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-12-01T10:54:53.0589154Z [ RUN ] LoopNest.UnrollEmpty 2022-12-01T10:54:53.0589510Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-12-01T10:54:53.0589858Z [ RUN ] LoopNest.NoUnroll 2022-12-01T10:54:53.0590130Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-12-01T10:54:53.0590408Z [ RUN ] LoopNest.UnrollWithLet 2022-12-01T10:54:53.0592491Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-12-01T10:54:53.0593018Z [ RUN ] LoopNest.IsNormalized 2022-12-01T10:54:53.0593470Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-12-01T10:54:53.0593785Z [ RUN ] LoopNest.NormalizeStartPositive 2022-12-01T10:54:53.0595388Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-12-01T10:54:53.0595981Z [ RUN ] LoopNest.NormalizeStartNegative 2022-12-01T10:54:53.0598223Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-12-01T10:54:53.0598805Z [ RUN ] LoopNest.NormalizeStartZero 2022-12-01T10:54:53.0599195Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-12-01T10:54:53.0599518Z [ RUN ] LoopNest.NormalizeStartVariable 2022-12-01T10:54:53.0601338Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-12-01T10:54:53.0602110Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-12-01T10:54:53.0603832Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-12-01T10:54:53.0604461Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-12-01T10:54:53.0606348Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-12-01T10:54:53.0606741Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-12-01T10:54:53.0610422Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-12-01T10:54:53.0610859Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-12-01T10:54:53.0615432Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-12-01T10:54:53.0615781Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-12-01T10:54:53.0625598Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-12-01T10:54:53.0625962Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-12-01T10:54:53.0705691Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (7 ms) 2022-12-01T10:54:53.0706050Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-12-01T10:54:53.0731326Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-12-01T10:54:53.0731760Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-12-01T10:54:53.0743039Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-12-01T10:54:53.0743773Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-12-01T10:54:53.0744295Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-12-01T10:54:53.0744928Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-12-01T10:54:53.0745402Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-12-01T10:54:53.0745904Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-12-01T10:54:53.0746386Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-12-01T10:54:53.0746822Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-12-01T10:54:53.0747200Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-12-01T10:54:53.0747554Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-12-01T10:54:53.0747900Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-12-01T10:54:53.0748206Z [ RUN ] LoopNest.CacheReadsSimple 2022-12-01T10:54:53.1099863Z [ OK ] LoopNest.CacheReadsSimple (35 ms) 2022-12-01T10:54:53.1100214Z [ RUN ] LoopNest.CacheReadsOuter 2022-12-01T10:54:53.1476808Z [ OK ] LoopNest.CacheReadsOuter (37 ms) 2022-12-01T10:54:53.1477271Z [ RUN ] LoopNest.CacheReadsInternal 2022-12-01T10:54:53.1880219Z [ OK ] LoopNest.CacheReadsInternal (40 ms) 2022-12-01T10:54:53.1880546Z [ RUN ] LoopNest.CacheReadsInner 2022-12-01T10:54:53.2510837Z [ OK ] LoopNest.CacheReadsInner (63 ms) 2022-12-01T10:54:53.2511279Z [ RUN ] LoopNest.CacheWritesSimple 2022-12-01T10:54:53.3227346Z [ OK ] LoopNest.CacheWritesSimple (71 ms) 2022-12-01T10:54:53.3227696Z [ RUN ] LoopNest.DeadStoreElimination 2022-12-01T10:54:53.3239778Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-12-01T10:54:53.3240167Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-12-01T10:54:53.3251429Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-12-01T10:54:53.3251811Z [ RUN ] LoopNest.CompoundTensorSimple 2022-12-01T10:54:53.3263931Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-12-01T10:54:53.3264335Z [ RUN ] LoopNest.InlineConstantIndex 2022-12-01T10:54:53.3267341Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-12-01T10:54:53.3267730Z [ RUN ] LoopNest.CompoundTensorUsed 2022-12-01T10:54:53.3289491Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-12-01T10:54:53.3289890Z [ RUN ] LoopNest.InlineFromLoad 2022-12-01T10:54:53.3290202Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-12-01T10:54:53.3290595Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-12-01T10:54:53.3291698Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-12-01T10:54:53.3292090Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-12-01T10:54:53.3294170Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-12-01T10:54:53.3294805Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-12-01T10:54:53.3297359Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-12-01T10:54:53.3297832Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-12-01T10:54:53.3301712Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-12-01T10:54:53.3302143Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-12-01T10:54:53.3305064Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-12-01T10:54:53.3305574Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-12-01T10:54:53.3308248Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-12-01T10:54:53.3308691Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-12-01T10:54:53.3311244Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-12-01T10:54:53.3311688Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-12-01T10:54:53.3314232Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-12-01T10:54:53.3314663Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-12-01T10:54:53.3317361Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-12-01T10:54:53.3317796Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-12-01T10:54:53.3319985Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-12-01T10:54:53.3320420Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-12-01T10:54:53.3322439Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-12-01T10:54:53.3322911Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-12-01T10:54:53.3324072Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-12-01T10:54:53.3324462Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-12-01T10:54:53.4729789Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (140 ms) 2022-12-01T10:54:53.4730211Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-12-01T10:54:53.5842723Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (111 ms) 2022-12-01T10:54:53.5843359Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-12-01T10:54:53.7247786Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (140 ms) 2022-12-01T10:54:53.7248403Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-12-01T10:54:53.8496675Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (124 ms) 2022-12-01T10:54:53.8497096Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-12-01T10:54:53.8498430Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-12-01T10:54:53.8499009Z [ RUN ] LoopNest.VectorizeUse 2022-12-01T10:54:53.8500128Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-12-01T10:54:53.8500649Z [ RUN ] LoopNest.Int64Direct 2022-12-01T10:54:53.8511966Z [ OK ] LoopNest.Int64Direct (1 ms) 2022-12-01T10:54:53.8512459Z [ RUN ] LoopNest.Int64Compute 2022-12-01T10:54:53.8512968Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-12-01T10:54:53.8513858Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-12-01T10:54:53.8514591Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-12-01T10:54:53.8515076Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-12-01T10:54:53.8515472Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-12-01T10:54:53.8515837Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-12-01T10:54:53.8548805Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (3 ms) 2022-12-01T10:54:53.8549253Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-12-01T10:54:53.8549698Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-12-01T10:54:53.8550087Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-12-01T10:54:53.8551189Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-12-01T10:54:53.8551556Z [ RUN ] LoopNest.fuseLoopsSimple 2022-12-01T10:54:53.8553096Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-12-01T10:54:53.8553397Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-12-01T10:54:53.8557771Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-12-01T10:54:53.8558076Z [ RUN ] LoopNest.fuseLoopsNested 2022-12-01T10:54:53.8563994Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-12-01T10:54:53.8564300Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-12-01T10:54:53.8567593Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-12-01T10:54:53.8567959Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-12-01T10:54:53.8570496Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-12-01T10:54:53.8571170Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-12-01T10:54:53.8571743Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-12-01T10:54:53.8572151Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-12-01T10:54:53.8572603Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-12-01T10:54:53.8572961Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-12-01T10:54:53.8573306Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-12-01T10:54:53.8573645Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-12-01T10:54:53.8574018Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-12-01T10:54:53.8574434Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-12-01T10:54:53.8575945Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-12-01T10:54:53.8576305Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-12-01T10:54:53.8580867Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-12-01T10:54:53.8581255Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-12-01T10:54:53.8584888Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-12-01T10:54:53.8585483Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-12-01T10:54:53.8589425Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-12-01T10:54:53.8589950Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-12-01T10:54:53.8597165Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-12-01T10:54:53.8597648Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-12-01T10:54:53.8602250Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-12-01T10:54:53.8602658Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-12-01T10:54:53.8611167Z [ OK ] LoopNest.fuseLoopsWith2DReductions (0 ms) 2022-12-01T10:54:53.8611597Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-12-01T10:54:53.8619063Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-12-01T10:54:53.8619640Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-12-01T10:54:53.8629357Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-12-01T10:54:53.8629802Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-12-01T10:54:53.8634817Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-12-01T10:54:53.8635265Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-12-01T10:54:53.8639213Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-12-01T10:54:53.8639687Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-12-01T10:54:53.8643254Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-12-01T10:54:53.8643715Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-12-01T10:54:53.8651261Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-12-01T10:54:53.8651713Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-12-01T10:54:53.8660953Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (0 ms) 2022-12-01T10:54:53.8661423Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-12-01T10:54:53.8665647Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-12-01T10:54:53.8666104Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-12-01T10:54:53.8670527Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-12-01T10:54:53.8671001Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-12-01T10:54:53.8675639Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-12-01T10:54:53.8676146Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-12-01T10:54:53.8676502Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-12-01T10:54:53.8676832Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-12-01T10:54:53.8677156Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-12-01T10:54:53.8677482Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-12-01T10:54:53.8677808Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-12-01T10:54:53.8678112Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-12-01T10:54:53.8678442Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-12-01T10:54:53.8678775Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-12-01T10:54:53.8679125Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-12-01T10:54:53.8679460Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-12-01T10:54:53.8692179Z [ OK ] LoopNest.reorderInvalidPermutations (1 ms) 2022-12-01T10:54:53.8692667Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-12-01T10:54:53.8693136Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-12-01T10:54:53.8693505Z [ RUN ] LoopNest.compressBufferSimple 2022-12-01T10:54:53.8694003Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-12-01T10:54:53.8694442Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-12-01T10:54:53.8695204Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-12-01T10:54:53.8695673Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-12-01T10:54:53.8696192Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-12-01T10:54:53.8696630Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-12-01T10:54:53.8697276Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-12-01T10:54:53.8697812Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-12-01T10:54:53.8698190Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-12-01T10:54:53.8698661Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-12-01T10:54:53.8699135Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-12-01T10:54:53.8699650Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-12-01T10:54:53.8700020Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-12-01T10:54:53.8700364Z [ RUN ] LoopNest.compressMultipleBuffers 2022-12-01T10:54:53.8700706Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-12-01T10:54:53.8701014Z [ RUN ] LoopNest.sanitizeNames 2022-12-01T10:54:53.8715298Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-12-01T10:54:53.8715647Z [----------] 174 tests from LoopNest (1625 ms total) 2022-12-01T10:54:53.8715801Z 2022-12-01T10:54:53.8715954Z [----------] 31 tests from MemDependency 2022-12-01T10:54:53.8716231Z [ RUN ] MemDependency.BoundOverlap 2022-12-01T10:54:53.8725986Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-12-01T10:54:53.8726311Z [ RUN ] MemDependency.BoundComparison 2022-12-01T10:54:53.8734005Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-12-01T10:54:53.8734362Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-12-01T10:54:53.8742582Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-12-01T10:54:53.8742953Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-12-01T10:54:53.8750958Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-12-01T10:54:53.8751292Z [ RUN ] MemDependency.BoundSubtract 2022-12-01T10:54:53.8757740Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-12-01T10:54:53.8758077Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-12-01T10:54:53.8777844Z [ OK ] MemDependency.BoundSubtractSymbolic (1 ms) 2022-12-01T10:54:53.8778224Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-12-01T10:54:53.8800823Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-12-01T10:54:53.8801228Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-12-01T10:54:53.8831534Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-12-01T10:54:53.8832025Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-12-01T10:54:53.8844969Z [ OK ] MemDependency.MemDependencyCheckerSimple (1 ms) 2022-12-01T10:54:53.8845489Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-12-01T10:54:53.8845981Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-12-01T10:54:53.8846477Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-12-01T10:54:53.8846887Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-12-01T10:54:53.8847319Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-12-01T10:54:53.8847919Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-12-01T10:54:53.8848362Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-12-01T10:54:53.8870541Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (2 ms) 2022-12-01T10:54:53.8871033Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-12-01T10:54:53.8872726Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-12-01T10:54:53.8873250Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-12-01T10:54:53.8874817Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-12-01T10:54:53.8875471Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-12-01T10:54:53.8876031Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-12-01T10:54:53.8876485Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-12-01T10:54:53.8886821Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-12-01T10:54:53.8887282Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-12-01T10:54:53.8913459Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-12-01T10:54:53.8913944Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-12-01T10:54:53.9040592Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (12 ms) 2022-12-01T10:54:53.9041077Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-12-01T10:54:53.9048963Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-12-01T10:54:53.9049412Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-12-01T10:54:53.9065757Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-12-01T10:54:53.9066449Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-12-01T10:54:53.9089907Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (2 ms) 2022-12-01T10:54:53.9090523Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-12-01T10:54:53.9122765Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (3 ms) 2022-12-01T10:54:53.9123418Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-12-01T10:54:53.9151817Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (2 ms) 2022-12-01T10:54:53.9152431Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-12-01T10:54:53.9183986Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-12-01T10:54:53.9184689Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-12-01T10:54:53.9194682Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-12-01T10:54:53.9195328Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-12-01T10:54:53.9202266Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-12-01T10:54:53.9202913Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-12-01T10:54:53.9222820Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-12-01T10:54:53.9223486Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-12-01T10:54:53.9236057Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-12-01T10:54:53.9236699Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-12-01T10:54:53.9246687Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-12-01T10:54:53.9247336Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-12-01T10:54:53.9397462Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (14 ms) 2022-12-01T10:54:53.9398110Z [----------] 31 tests from MemDependency (68 ms total) 2022-12-01T10:54:53.9398260Z 2022-12-01T10:54:53.9398393Z [----------] 2 tests from Ops 2022-12-01T10:54:53.9398628Z [ RUN ] Ops.Sum 2022-12-01T10:54:53.9436924Z [ OK ] Ops.Sum (4 ms) 2022-12-01T10:54:53.9437395Z [ RUN ] Ops.ChannelsLastSum 2022-12-01T10:54:54.0506824Z [ OK ] Ops.ChannelsLastSum (106 ms) 2022-12-01T10:54:54.0507332Z [----------] 2 tests from Ops (110 ms total) 2022-12-01T10:54:54.0507539Z 2022-12-01T10:54:54.0507786Z [----------] 10 tests from Quantization 2022-12-01T10:54:54.0508261Z [ RUN ] Quantization.QuantDequantInt8 2022-12-01T10:54:54.0779505Z [ OK ] Quantization.QuantDequantInt8 (27 ms) 2022-12-01T10:54:54.0780130Z [ RUN ] Quantization.QuantDequantUInt8 2022-12-01T10:54:54.1040186Z [ OK ] Quantization.QuantDequantUInt8 (26 ms) 2022-12-01T10:54:54.1040847Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-12-01T10:54:54.1309079Z [ OK ] Quantization.QuantDequantUInt8_NLC (26 ms) 2022-12-01T10:54:54.1309650Z [ RUN ] Quantization.QuantAddDequantInt8 2022-12-01T10:54:54.1611333Z [ OK ] Quantization.QuantAddDequantInt8 (30 ms) 2022-12-01T10:54:54.1612233Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-12-01T10:54:54.1913503Z [ OK ] Quantization.QuantAddDequantUInt8 (30 ms) 2022-12-01T10:54:54.1914149Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-12-01T10:54:54.2260065Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (34 ms) 2022-12-01T10:54:54.2260709Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-12-01T10:54:54.2682933Z [ OK ] Quantization.QuantMulDequantUInt8 (42 ms) 2022-12-01T10:54:54.2683624Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-12-01T10:54:54.3150329Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (46 ms) 2022-12-01T10:54:54.3151004Z [ RUN ] Quantization.UpsampleNearst2d 2022-12-01T10:54:54.3455915Z [ OK ] Quantization.UpsampleNearst2d (30 ms) 2022-12-01T10:54:54.3456476Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-12-01T10:54:54.4053057Z [ OK ] Quantization.QuantCatDequantUInt8 (59 ms) 2022-12-01T10:54:54.4053678Z [----------] 10 tests from Quantization (354 ms total) 2022-12-01T10:54:54.4053938Z 2022-12-01T10:54:54.4054626Z [----------] 2 tests from BufLiveRange 2022-12-01T10:54:54.4055246Z [ RUN ] BufLiveRange.SingleRangeLine 2022-12-01T10:54:54.4055836Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-12-01T10:54:54.4056399Z [ RUN ] BufLiveRange.MulRangeLine 2022-12-01T10:54:54.4056716Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-12-01T10:54:54.4057036Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-12-01T10:54:54.4057190Z 2022-12-01T10:54:54.4057328Z [----------] 6 tests from MemPlanning 2022-12-01T10:54:54.4057638Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-12-01T10:54:54.4708000Z [ OK ] MemPlanning.MemReuseWithTypeCast (65 ms) 2022-12-01T10:54:54.4708669Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-12-01T10:54:54.5456918Z [ OK ] MemPlanning.NoMemReuseForLargerType (74 ms) 2022-12-01T10:54:54.5457550Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-12-01T10:54:54.8059399Z [ OK ] MemPlanning.SameBufSizeMemReuse (260 ms) 2022-12-01T10:54:54.8059817Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-12-01T10:54:55.0708529Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (264 ms) 2022-12-01T10:54:55.0708973Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-12-01T10:54:55.4095527Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (338 ms) 2022-12-01T10:54:55.4096066Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-12-01T10:54:55.5580139Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (148 ms) 2022-12-01T10:54:55.5580562Z [----------] 6 tests from MemPlanning (1152 ms total) 2022-12-01T10:54:55.5580724Z 2022-12-01T10:54:55.5580891Z [----------] 45 tests from Reductions 2022-12-01T10:54:55.5581396Z [ RUN ] Reductions.ReduceSum0D_1 2022-12-01T10:54:55.5594959Z [ OK ] Reductions.ReduceSum0D_1 (1 ms) 2022-12-01T10:54:55.5595464Z [ RUN ] Reductions.ReduceSum0D_2 2022-12-01T10:54:55.5595876Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-12-01T10:54:55.5596215Z [ RUN ] Reductions.ReduceSum1D 2022-12-01T10:54:55.5596655Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-12-01T10:54:55.5596974Z [ RUN ] Reductions.ReduceSum2D 2022-12-01T10:54:55.5600603Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-12-01T10:54:55.5600948Z [ RUN ] Reductions.ReduceSum3D 2022-12-01T10:54:55.5632666Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-12-01T10:54:55.5633207Z [ RUN ] Reductions.ReduceSum10D 2022-12-01T10:54:56.2161946Z [ OK ] Reductions.ReduceSum10D (652 ms) 2022-12-01T10:54:56.2162537Z [ RUN ] Reductions.ReduceProduct 2022-12-01T10:54:56.2175540Z [ OK ] Reductions.ReduceProduct (1 ms) 2022-12-01T10:54:56.2176054Z [ RUN ] Reductions.ReduceMax 2022-12-01T10:54:56.2179343Z [ OK ] Reductions.ReduceMax (0 ms) 2022-12-01T10:54:56.2179928Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-12-01T10:54:56.2181448Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-12-01T10:54:56.2182066Z [ RUN ] Reductions.ReduceAnyAll 2022-12-01T10:54:56.2202245Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-12-01T10:54:56.2202791Z [ RUN ] Reductions.ReduceMatmul2D 2022-12-01T10:54:56.2211560Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-12-01T10:54:56.2212126Z [ RUN ] Reductions.ReduceRfactorLike 2022-12-01T10:54:56.2222629Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-12-01T10:54:56.2223228Z [ RUN ] Reductions.ReduceAsProducer 2022-12-01T10:54:56.2244669Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-12-01T10:54:56.2245233Z [ RUN ] Reductions.ReduceAsConsumer 2022-12-01T10:54:56.2291656Z [ OK ] Reductions.ReduceAsConsumer (4 ms) 2022-12-01T10:54:56.2292231Z [ RUN ] Reductions.SplitReduceAxis 2022-12-01T10:54:56.2307557Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-12-01T10:54:56.2308115Z [ RUN ] Reductions.SplitNonReduceAxis 2022-12-01T10:54:56.2340273Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-12-01T10:54:56.2340901Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-12-01T10:54:56.2378574Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-12-01T10:54:56.2379176Z [ RUN ] Reductions.ReduceRfactor 2022-12-01T10:54:56.2389997Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-12-01T10:54:56.2390588Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-12-01T10:54:56.2514405Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-12-01T10:54:56.2515023Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-12-01T10:54:56.2643779Z [ OK ] Reductions.Reduce3DRfactorOuter (12 ms) 2022-12-01T10:54:56.2644457Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-12-01T10:54:56.4326537Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (168 ms) 2022-12-01T10:54:56.4327035Z [ RUN ] Reductions.ReduceSplitTail 2022-12-01T10:54:56.4713208Z [ OK ] Reductions.ReduceSplitTail (38 ms) 2022-12-01T10:54:56.4713775Z [ RUN ] Reductions.ReduceSplitNoTail 2022-12-01T10:54:56.5154365Z [ OK ] Reductions.ReduceSplitNoTail (44 ms) 2022-12-01T10:54:56.5154760Z [ RUN ] Reductions.ReduceOverSplitTail 2022-12-01T10:54:56.5527767Z [ OK ] Reductions.ReduceOverSplitTail (37 ms) 2022-12-01T10:54:56.5528161Z [ RUN ] Reductions.ReduceSplitMask 2022-12-01T10:54:56.6005787Z [ OK ] Reductions.ReduceSplitMask (47 ms) 2022-12-01T10:54:56.6006183Z [ RUN ] Reductions.ReduceSplitNoMask 2022-12-01T10:54:56.6449484Z [ OK ] Reductions.ReduceSplitNoMask (44 ms) 2022-12-01T10:54:56.6450085Z [ RUN ] Reductions.ReduceOverSplitMask 2022-12-01T10:54:56.6842812Z [ OK ] Reductions.ReduceOverSplitMask (39 ms) 2022-12-01T10:54:56.6843190Z [ RUN ] Reductions.ReduceSplitRfactor 2022-12-01T10:54:56.6882696Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-12-01T10:54:56.6883068Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-12-01T10:54:56.6896537Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-12-01T10:54:56.6896964Z [ RUN ] Reductions.ReduceInlineReduction 2022-12-01T10:54:56.6897589Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-12-01T10:54:56.6897942Z [ RUN ] Reductions.ReduceInlineConsumer 2022-12-01T10:54:56.6984706Z [ OK ] Reductions.ReduceInlineConsumer (8 ms) 2022-12-01T10:54:56.6985064Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-12-01T10:54:56.7073122Z [ OK ] Reductions.ReduceInlineReducerInternal (8 ms) 2022-12-01T10:54:56.7073556Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-12-01T10:54:56.7119847Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-12-01T10:54:56.7120308Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-12-01T10:54:56.7162568Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-12-01T10:54:56.7163047Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-12-01T10:54:56.7204594Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-12-01T10:54:56.7205002Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-12-01T10:54:56.7218993Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-12-01T10:54:56.7219375Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-12-01T10:54:56.7236029Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-12-01T10:54:56.7236508Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-12-01T10:54:56.7255709Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (1 ms) 2022-12-01T10:54:56.7256143Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-12-01T10:54:56.7284814Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (2 ms) 2022-12-01T10:54:56.7285370Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-12-01T10:54:56.7460086Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (17 ms) 2022-12-01T10:54:56.7460601Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-12-01T10:54:56.7599870Z [ OK ] Reductions.ReductionRfactorCacheTempInner (13 ms) 2022-12-01T10:54:56.7600338Z [ RUN ] Reductions.ReductionVectorize 2022-12-01T10:54:56.7610330Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-12-01T10:54:56.7610953Z [ RUN ] Reductions.ReductionVectorizeInner 2022-12-01T10:54:56.7611328Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-12-01T10:54:56.7611768Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-12-01T10:54:56.7623466Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-12-01T10:54:56.7623819Z [ RUN ] Reductions.InitFunction 2022-12-01T10:54:56.7625559Z [ OK ] Reductions.InitFunction (0 ms) 2022-12-01T10:54:56.7625893Z [----------] 45 tests from Reductions (1204 ms total) 2022-12-01T10:54:56.7626051Z 2022-12-01T10:54:56.7626192Z [----------] 69 tests from Registerizer 2022-12-01T10:54:56.7626512Z [ RUN ] Registerizer.RegisterizerSimple 2022-12-01T10:54:56.7639061Z [ OK ] Registerizer.RegisterizerSimple (1 ms) 2022-12-01T10:54:56.7639535Z [ RUN ] Registerizer.RegisterizerLoop 2022-12-01T10:54:56.7640062Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-12-01T10:54:56.7640455Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-12-01T10:54:56.7642257Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-12-01T10:54:56.7642711Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-12-01T10:54:56.7643739Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-12-01T10:54:56.7644229Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-12-01T10:54:56.7645974Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-12-01T10:54:56.7646641Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-12-01T10:54:56.7656638Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-12-01T10:54:56.7657156Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-12-01T10:54:56.7659695Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-12-01T10:54:56.7660395Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-12-01T10:54:56.7663006Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-12-01T10:54:56.7663541Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-12-01T10:54:56.7665470Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-12-01T10:54:56.7666087Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-12-01T10:54:56.7667522Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-12-01T10:54:56.7668176Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-12-01T10:54:56.7669044Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-12-01T10:54:56.7669679Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-12-01T10:54:56.7671572Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-12-01T10:54:56.7671975Z [ RUN ] Registerizer.RegisterizerRepeated 2022-12-01T10:54:56.7674163Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-12-01T10:54:56.7674783Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-12-01T10:54:56.7675504Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-12-01T10:54:56.7676147Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-12-01T10:54:56.7677074Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-12-01T10:54:56.7677689Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-12-01T10:54:56.7680177Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-12-01T10:54:56.7680796Z [ RUN ] Registerizer.RegisterizerAllocs 2022-12-01T10:54:56.7682975Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-12-01T10:54:56.7683551Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-12-01T10:54:56.7684197Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-12-01T10:54:56.7684856Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-12-01T10:54:56.7685723Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-12-01T10:54:56.7686337Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-12-01T10:54:56.7687255Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-12-01T10:54:56.7687894Z [ RUN ] Registerizer.RegisterizerParallelized 2022-12-01T10:54:56.7714116Z [ OK ] Registerizer.RegisterizerParallelized (2 ms) 2022-12-01T10:54:56.7714732Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-12-01T10:54:56.7715905Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-12-01T10:54:56.7716693Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-12-01T10:54:56.7717498Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-12-01T10:54:56.7718131Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-12-01T10:54:56.7720142Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-12-01T10:54:56.7720804Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-12-01T10:54:56.7722727Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-12-01T10:54:56.7723165Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-12-01T10:54:56.7726287Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-12-01T10:54:56.7726761Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-12-01T10:54:56.7727877Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-12-01T10:54:56.7728281Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-12-01T10:54:56.7729759Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-12-01T10:54:56.7730128Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-12-01T10:54:56.7731634Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-12-01T10:54:56.7732032Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-12-01T10:54:56.7733981Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-12-01T10:54:56.7734371Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-12-01T10:54:56.7737874Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-12-01T10:54:56.7738271Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-12-01T10:54:56.7741913Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-12-01T10:54:56.7742314Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-12-01T10:54:56.7743855Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-12-01T10:54:56.7744253Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-12-01T10:54:56.7746385Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-12-01T10:54:56.7746842Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-12-01T10:54:56.7747828Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-12-01T10:54:56.7748272Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-12-01T10:54:56.7749763Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-12-01T10:54:56.7750198Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-12-01T10:54:56.7760271Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-12-01T10:54:56.7760658Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-12-01T10:54:56.7762440Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-12-01T10:54:56.7762852Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-12-01T10:54:56.7763949Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-12-01T10:54:56.7764347Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-12-01T10:54:56.7765871Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-12-01T10:54:56.7766263Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-12-01T10:54:56.7768544Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-12-01T10:54:56.7768910Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-12-01T10:54:56.7771077Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-12-01T10:54:56.7771469Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-12-01T10:54:56.7774615Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-12-01T10:54:56.7775024Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-12-01T10:54:56.7778895Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-12-01T10:54:56.7779476Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-12-01T10:54:56.7780376Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-12-01T10:54:56.7780970Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-12-01T10:54:56.7781759Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-12-01T10:54:56.7782201Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-12-01T10:54:56.7800193Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (1 ms) 2022-12-01T10:54:56.7800791Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-12-01T10:54:56.7802034Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-12-01T10:54:56.7802444Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-12-01T10:54:56.7803648Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-12-01T10:54:56.7804070Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-12-01T10:54:56.7805751Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-12-01T10:54:56.7806200Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-12-01T10:54:56.7816892Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (1 ms) 2022-12-01T10:54:56.7817367Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-12-01T10:54:56.7819489Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-12-01T10:54:56.7820040Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-12-01T10:54:56.7820685Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-12-01T10:54:56.7821186Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-12-01T10:54:56.7823147Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-12-01T10:54:56.7823592Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-12-01T10:54:56.7828828Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-12-01T10:54:56.7829298Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-12-01T10:54:56.7830234Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-12-01T10:54:56.7830671Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-12-01T10:54:56.7833219Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-12-01T10:54:56.7833612Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-12-01T10:54:56.7847401Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (1 ms) 2022-12-01T10:54:56.7847815Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-12-01T10:54:56.7850640Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-12-01T10:54:56.7851066Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-12-01T10:54:56.7853055Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-12-01T10:54:56.7853490Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-12-01T10:54:56.7863189Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-12-01T10:54:56.7863646Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-12-01T10:54:56.7864605Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-12-01T10:54:56.7865070Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-12-01T10:54:56.7866065Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-12-01T10:54:56.7866625Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-12-01T10:54:56.7868021Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-12-01T10:54:56.7868410Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-12-01T10:54:56.7870444Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-12-01T10:54:56.7870825Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-12-01T10:54:56.7872897Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-12-01T10:54:56.7873307Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-12-01T10:54:56.7875646Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-12-01T10:54:56.7876110Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-12-01T10:54:56.7890066Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-12-01T10:54:56.7890946Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-12-01T10:54:56.7891614Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-12-01T10:54:56.7892287Z [----------] 69 tests from Registerizer (25 ms total) 2022-12-01T10:54:56.7892562Z 2022-12-01T10:54:56.7892834Z [----------] 92 tests from Simplify 2022-12-01T10:54:56.7893277Z [ RUN ] Simplify.ConstantFoldSimple 2022-12-01T10:54:56.7893586Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-12-01T10:54:56.7893901Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-12-01T10:54:56.7894223Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-12-01T10:54:56.7894688Z [ RUN ] Simplify.ConstantFoldShifts 2022-12-01T10:54:56.7895194Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-12-01T10:54:56.7895690Z [ RUN ] Simplify.ConstantFoldBitwise 2022-12-01T10:54:56.7896152Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-12-01T10:54:56.7896534Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-12-01T10:54:56.7896854Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-12-01T10:54:56.7897386Z [ RUN ] Simplify.ConstantFoldMinMax 2022-12-01T10:54:56.7897827Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-12-01T10:54:56.7898427Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-12-01T10:54:56.7898963Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-12-01T10:54:56.7899515Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-12-01T10:54:56.7900284Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-12-01T10:54:56.7900667Z [ RUN ] Simplify.ConstantFoldWithVar 2022-12-01T10:54:56.7901008Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-12-01T10:54:56.7901490Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-12-01T10:54:56.7902155Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-12-01T10:54:56.7902810Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-12-01T10:54:56.7903476Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-12-01T10:54:56.7904078Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-12-01T10:54:56.7904446Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-12-01T10:54:56.7904755Z [ RUN ] Simplify.UnFoldableExpr 2022-12-01T10:54:56.7905068Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-12-01T10:54:56.7905419Z [ RUN ] Simplify.HashSimple 2022-12-01T10:54:56.7905701Z [ OK ] Simplify.HashSimple (0 ms) 2022-12-01T10:54:56.7905972Z [ RUN ] Simplify.HashEquivalence 2022-12-01T10:54:56.7906270Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-12-01T10:54:56.7906579Z [ RUN ] Simplify.HashEquivalenceRand 2022-12-01T10:54:56.7906990Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-12-01T10:54:56.7907332Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-12-01T10:54:56.7907694Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-12-01T10:54:56.7908025Z [ RUN ] Simplify.HashDifferenceTypes 2022-12-01T10:54:56.7908362Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-12-01T10:54:56.7908674Z [ RUN ] Simplify.HashLargeExpression 2022-12-01T10:54:56.7908993Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-12-01T10:54:56.7909289Z [ RUN ] Simplify.HashForLoopOptions 2022-12-01T10:54:56.7909604Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-12-01T10:54:56.7909898Z [ RUN ] Simplify.SimplifyAdd 2022-12-01T10:54:56.7910167Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-12-01T10:54:56.7910486Z [ RUN ] Simplify.SimplifySub 2022-12-01T10:54:56.7910767Z [ OK ] Simplify.SimplifySub (0 ms) 2022-12-01T10:54:56.7911200Z [ RUN ] Simplify.SimplifyMultiLayer 2022-12-01T10:54:56.7911535Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-12-01T10:54:56.7911885Z [ RUN ] Simplify.SimplifyMultiTerm 2022-12-01T10:54:56.7912197Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-12-01T10:54:56.7912474Z [ RUN ] Simplify.SimplifyCasts 2022-12-01T10:54:56.7912762Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-12-01T10:54:56.7913076Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-12-01T10:54:56.7913408Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-12-01T10:54:56.7913723Z [ RUN ] Simplify.SimplifyMultiVar 2022-12-01T10:54:56.7914025Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-12-01T10:54:56.7914324Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-12-01T10:54:56.7914659Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-12-01T10:54:56.7914958Z [ RUN ] Simplify.SimplifyAdds 2022-12-01T10:54:56.7915251Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-12-01T10:54:56.7915518Z [ RUN ] Simplify.SimplifyMuls 2022-12-01T10:54:56.7915800Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-12-01T10:54:56.7916076Z [ RUN ] Simplify.SimplifySubs 2022-12-01T10:54:56.7918004Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-12-01T10:54:56.7918392Z [ RUN ] Simplify.SimplifyDiv 2022-12-01T10:54:56.7918744Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-12-01T10:54:56.7919055Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-12-01T10:54:56.7919704Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-12-01T10:54:56.7920061Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-12-01T10:54:56.7921718Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-12-01T10:54:56.7922153Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-12-01T10:54:56.7923667Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-12-01T10:54:56.7924081Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-12-01T10:54:56.7924878Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-12-01T10:54:56.7925241Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-12-01T10:54:56.7927099Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-12-01T10:54:56.7927462Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-12-01T10:54:56.7929713Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-12-01T10:54:56.7930203Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-12-01T10:54:56.7932821Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-12-01T10:54:56.7933285Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-12-01T10:54:56.7933933Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-12-01T10:54:56.7934409Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-12-01T10:54:56.7935266Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-12-01T10:54:56.7935895Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-12-01T10:54:56.7937311Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-12-01T10:54:56.7937921Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-12-01T10:54:56.7939099Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-12-01T10:54:56.7939689Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-12-01T10:54:56.7940371Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-12-01T10:54:56.7940798Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-12-01T10:54:56.7942280Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-12-01T10:54:56.7942636Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-12-01T10:54:56.7944478Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-12-01T10:54:56.7944839Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-12-01T10:54:56.7947355Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-12-01T10:54:56.7947817Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-12-01T10:54:56.7948710Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-12-01T10:54:56.7949071Z [ RUN ] Simplify.SimplifyMod 2022-12-01T10:54:56.7963101Z [ OK ] Simplify.SimplifyMod (1 ms) 2022-12-01T10:54:56.7963406Z [ RUN ] Simplify.SimplifyMultiOp 2022-12-01T10:54:56.7965302Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-12-01T10:54:56.7965594Z [ RUN ] Simplify.SimplifyManyOps 2022-12-01T10:54:56.7968353Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-12-01T10:54:56.7968751Z [ RUN ] Simplify.SimplifyFactorization 2022-12-01T10:54:56.7977472Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-12-01T10:54:56.7977867Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-12-01T10:54:56.7978825Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-12-01T10:54:56.7979227Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-12-01T10:54:56.7980109Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-12-01T10:54:56.7980537Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-12-01T10:54:56.7981127Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-12-01T10:54:56.7981636Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-12-01T10:54:56.7982394Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-12-01T10:54:56.7982833Z [ RUN ] Simplify.SimplifyIfComponents 2022-12-01T10:54:56.7983551Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-12-01T10:54:56.7983965Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-12-01T10:54:56.7984444Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-12-01T10:54:56.7985009Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-12-01T10:54:56.7985974Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-12-01T10:54:56.7986301Z [ RUN ] Simplify.SimplifyNestedMax 2022-12-01T10:54:56.7999261Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-12-01T10:54:56.7999845Z [ RUN ] Simplify.SimplifyNestedMin 2022-12-01T10:54:56.8010686Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-12-01T10:54:56.8011263Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-12-01T10:54:56.8012897Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-12-01T10:54:56.8013248Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-12-01T10:54:56.8020324Z [ OK ] Simplify.SimplifyRoundModPattern (0 ms) 2022-12-01T10:54:56.8020858Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-12-01T10:54:56.8024387Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-12-01T10:54:56.8024793Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-12-01T10:54:56.8028324Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-12-01T10:54:56.8028703Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-12-01T10:54:56.8032552Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-12-01T10:54:56.8032982Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-12-01T10:54:56.8039517Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-12-01T10:54:56.8039955Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-12-01T10:54:56.8052484Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-12-01T10:54:56.8052992Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-12-01T10:54:56.8053939Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-12-01T10:54:56.8054784Z [ RUN ] Simplify.SimplifyConstantBranches 2022-12-01T10:54:56.8055278Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-12-01T10:54:56.8055596Z [ RUN ] Simplify.SimplifyConstantCond 2022-12-01T10:54:56.8063266Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-12-01T10:54:56.8063647Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-12-01T10:54:56.8064023Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-12-01T10:54:56.8064374Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-12-01T10:54:56.8067594Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-12-01T10:54:56.8067974Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-12-01T10:54:56.8074486Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-12-01T10:54:56.8074971Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-12-01T10:54:56.8075446Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-12-01T10:54:56.8075792Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-12-01T10:54:56.8077235Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-12-01T10:54:56.8077716Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-12-01T10:54:56.8078192Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-12-01T10:54:56.8078590Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-12-01T10:54:56.8078913Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-12-01T10:54:56.8079300Z [ RUN ] Simplify.SimplifyForCleansUp 2022-12-01T10:54:56.8081967Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-12-01T10:54:56.8082367Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-12-01T10:54:56.8083735Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-12-01T10:54:56.8084177Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-12-01T10:54:56.8084623Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-12-01T10:54:56.8085187Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-12-01T10:54:56.8085787Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-12-01T10:54:56.8086423Z [ RUN ] Simplify.DontSimplifyRand 2022-12-01T10:54:56.8086773Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-12-01T10:54:56.8087088Z [ RUN ] Simplify.SimplifyReorderForCond 2022-12-01T10:54:56.8091284Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-12-01T10:54:56.8091886Z [ RUN ] Simplify.SimplifyFuseConditions 2022-12-01T10:54:56.8114165Z [ OK ] Simplify.SimplifyFuseConditions (2 ms) 2022-12-01T10:54:56.8114764Z [ RUN ] Simplify.SimplifySyncThreads 2022-12-01T10:54:56.8121204Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-12-01T10:54:56.8121651Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-12-01T10:54:56.8122008Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-12-01T10:54:56.8122417Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-12-01T10:54:56.8122801Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-12-01T10:54:56.8123146Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-12-01T10:54:56.8213080Z [ OK ] Simplify.CompareSelectLoopBounds (9 ms) 2022-12-01T10:54:56.8213702Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-12-01T10:54:56.8214137Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-12-01T10:54:56.8214679Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-12-01T10:54:56.8215193Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-12-01T10:54:56.8215708Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-12-01T10:54:56.8216729Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-12-01T10:54:56.8217170Z [----------] 92 tests from Simplify (33 ms total) 2022-12-01T10:54:56.8217329Z 2022-12-01T10:54:56.8217486Z [----------] 12 tests from TEFuserPass 2022-12-01T10:54:56.8217762Z [ RUN ] TEFuserPass.FuserPass_1 2022-12-01T10:54:56.8222940Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-12-01T10:54:56.8223271Z [ RUN ] TEFuserPass.FuserPass_2 2022-12-01T10:54:56.8226144Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-12-01T10:54:56.8226481Z [ RUN ] TEFuserPass.FuserPass_3 2022-12-01T10:54:56.8228408Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-12-01T10:54:56.8228729Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-12-01T10:54:56.8239103Z [ OK ] TEFuserPass.FuserPass_0DimInput (1 ms) 2022-12-01T10:54:56.8239710Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-12-01T10:54:56.8240139Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-12-01T10:54:56.8240478Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-12-01T10:54:56.8240800Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-12-01T10:54:56.8241127Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-12-01T10:54:56.8246971Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-12-01T10:54:56.8247289Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-12-01T10:54:56.8249349Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-12-01T10:54:56.8249995Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-12-01T10:54:56.8250683Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-12-01T10:54:56.8251012Z [ RUN ] TEFuserPass.FuserPass_Where 2022-12-01T10:54:56.8252739Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-12-01T10:54:56.8253275Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-12-01T10:54:56.8253793Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-12-01T10:54:56.8254385Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-12-01T10:54:57.0842442Z [ OK ] TEFuserPass.DynamicShapeFusion (258 ms) 2022-12-01T10:54:57.0843052Z [----------] 12 tests from TEFuserPass (262 ms total) 2022-12-01T10:54:57.0843297Z 2022-12-01T10:54:57.0843691Z [----------] 3 tests from Type 2022-12-01T10:54:57.0844133Z [ RUN ] Type.Test01 2022-12-01T10:54:57.0844414Z [ OK ] Type.Test01 (0 ms) 2022-12-01T10:54:57.0844650Z [ RUN ] Type.BitCasting 2022-12-01T10:54:57.0844913Z [ OK ] Type.BitCasting (0 ms) 2022-12-01T10:54:57.0845184Z [ RUN ] Type.Propagation 2022-12-01T10:54:57.0845654Z [ OK ] Type.Propagation (0 ms) 2022-12-01T10:54:57.0845929Z [----------] 3 tests from Type (0 ms total) 2022-12-01T10:54:57.0846071Z 2022-12-01T10:54:57.0846266Z [----------] 1 test from SpecializationsInCustomPasses 2022-12-01T10:54:57.0846618Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-12-01T10:54:57.0860124Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-12-01T10:54:57.0860866Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-12-01T10:54:57.0861068Z 2022-12-01T10:54:57.0861207Z [----------] 150 tests from LLVM 2022-12-01T10:54:57.0861463Z [ RUN ] LLVM.ByteImmTest 2022-12-01T10:54:57.1061160Z [ OK ] LLVM.ByteImmTest (19 ms) 2022-12-01T10:54:57.1061466Z [ RUN ] LLVM.CharImmTest 2022-12-01T10:54:57.1244158Z [ OK ] LLVM.CharImmTest (18 ms) 2022-12-01T10:54:57.1244713Z [ RUN ] LLVM.ShortImmTest 2022-12-01T10:54:57.1427738Z [ OK ] LLVM.ShortImmTest (18 ms) 2022-12-01T10:54:57.1428074Z [ RUN ] LLVM.IntImmTest 2022-12-01T10:54:57.1610596Z [ OK ] LLVM.IntImmTest (18 ms) 2022-12-01T10:54:57.1610855Z [ RUN ] LLVM.LongImmTest 2022-12-01T10:54:57.1795742Z [ OK ] LLVM.LongImmTest (18 ms) 2022-12-01T10:54:57.1796028Z [ RUN ] LLVM.FloatImmTest 2022-12-01T10:54:57.1980535Z [ OK ] LLVM.FloatImmTest (18 ms) 2022-12-01T10:54:57.1981055Z [ RUN ] LLVM.DoubleImmTest 2022-12-01T10:54:57.2164431Z [ OK ] LLVM.DoubleImmTest (18 ms) 2022-12-01T10:54:57.2164894Z [ RUN ] LLVM.HalfImmTest 2022-12-01T10:54:57.2349003Z [ OK ] LLVM.HalfImmTest (18 ms) 2022-12-01T10:54:57.2349511Z [ RUN ] LLVM.ByteAddTest 2022-12-01T10:54:57.2532993Z [ OK ] LLVM.ByteAddTest (18 ms) 2022-12-01T10:54:57.2533493Z [ RUN ] LLVM.CharAddTest 2022-12-01T10:54:57.2714284Z [ OK ] LLVM.CharAddTest (18 ms) 2022-12-01T10:54:57.2714784Z [ RUN ] LLVM.ShortAddTest 2022-12-01T10:54:57.2895319Z [ OK ] LLVM.ShortAddTest (18 ms) 2022-12-01T10:54:57.2895783Z [ RUN ] LLVM.IntAddTest 2022-12-01T10:54:57.3077039Z [ OK ] LLVM.IntAddTest (18 ms) 2022-12-01T10:54:57.3077478Z [ RUN ] LLVM.LongAddTest 2022-12-01T10:54:57.3258404Z [ OK ] LLVM.LongAddTest (18 ms) 2022-12-01T10:54:57.3258892Z [ RUN ] LLVM.FloatAddTest 2022-12-01T10:54:57.3440295Z [ OK ] LLVM.FloatAddTest (18 ms) 2022-12-01T10:54:57.3440781Z [ RUN ] LLVM.DoubleAddTest 2022-12-01T10:54:57.3620663Z [ OK ] LLVM.DoubleAddTest (17 ms) 2022-12-01T10:54:57.3620947Z [ RUN ] LLVM.HalfAddTest 2022-12-01T10:54:57.3803088Z [ OK ] LLVM.HalfAddTest (18 ms) 2022-12-01T10:54:57.3803392Z [ RUN ] LLVM.ByteSubTest 2022-12-01T10:54:57.3982546Z [ OK ] LLVM.ByteSubTest (17 ms) 2022-12-01T10:54:57.3982808Z [ RUN ] LLVM.CharSubTest 2022-12-01T10:54:57.4163793Z [ OK ] LLVM.CharSubTest (18 ms) 2022-12-01T10:54:57.4164077Z [ RUN ] LLVM.ShortSubTest 2022-12-01T10:54:57.4345646Z [ OK ] LLVM.ShortSubTest (18 ms) 2022-12-01T10:54:57.4345900Z [ RUN ] LLVM.IntSubTest 2022-12-01T10:54:57.4530072Z [ OK ] LLVM.IntSubTest (18 ms) 2022-12-01T10:54:57.4530351Z [ RUN ] LLVM.LongSubTest 2022-12-01T10:54:57.4716458Z [ OK ] LLVM.LongSubTest (18 ms) 2022-12-01T10:54:57.4716738Z [ RUN ] LLVM.FloatSubTest 2022-12-01T10:54:57.4900137Z [ OK ] LLVM.FloatSubTest (18 ms) 2022-12-01T10:54:57.4900432Z [ RUN ] LLVM.DoubleSubTest 2022-12-01T10:54:57.5088593Z [ OK ] LLVM.DoubleSubTest (18 ms) 2022-12-01T10:54:57.5088877Z [ RUN ] LLVM.HalfSubTest 2022-12-01T10:54:57.5271493Z [ OK ] LLVM.HalfSubTest (18 ms) 2022-12-01T10:54:57.5271762Z [ RUN ] LLVM.ByteMulTest 2022-12-01T10:54:57.5455520Z [ OK ] LLVM.ByteMulTest (18 ms) 2022-12-01T10:54:57.5455846Z [ RUN ] LLVM.CharMulTest 2022-12-01T10:54:57.5637972Z [ OK ] LLVM.CharMulTest (18 ms) 2022-12-01T10:54:57.5638254Z [ RUN ] LLVM.ShortMulTest 2022-12-01T10:54:57.5820208Z [ OK ] LLVM.ShortMulTest (18 ms) 2022-12-01T10:54:57.5820476Z [ RUN ] LLVM.IntMulTest 2022-12-01T10:54:57.6001906Z [ OK ] LLVM.IntMulTest (18 ms) 2022-12-01T10:54:57.6002162Z [ RUN ] LLVM.LongMulTest 2022-12-01T10:54:57.6185467Z [ OK ] LLVM.LongMulTest (18 ms) 2022-12-01T10:54:57.6185766Z [ RUN ] LLVM.FloatMulTest 2022-12-01T10:54:57.6369783Z [ OK ] LLVM.FloatMulTest (18 ms) 2022-12-01T10:54:57.6370314Z [ RUN ] LLVM.DoubleMulTest 2022-12-01T10:54:57.6556102Z [ OK ] LLVM.DoubleMulTest (18 ms) 2022-12-01T10:54:57.6556576Z [ RUN ] LLVM.HalfMulTest 2022-12-01T10:54:57.6740133Z [ OK ] LLVM.HalfMulTest (18 ms) 2022-12-01T10:54:57.6740616Z [ RUN ] LLVM.ByteDivTest 2022-12-01T10:54:57.6922345Z [ OK ] LLVM.ByteDivTest (18 ms) 2022-12-01T10:54:57.6922823Z [ RUN ] LLVM.CharDivTest 2022-12-01T10:54:57.7104443Z [ OK ] LLVM.CharDivTest (18 ms) 2022-12-01T10:54:57.7104953Z [ RUN ] LLVM.ShortDivTest 2022-12-01T10:54:57.7286283Z [ OK ] LLVM.ShortDivTest (18 ms) 2022-12-01T10:54:57.7286821Z [ RUN ] LLVM.IntDivTest 2022-12-01T10:54:57.7469592Z [ OK ] LLVM.IntDivTest (18 ms) 2022-12-01T10:54:57.7470095Z [ RUN ] LLVM.LongDivTest 2022-12-01T10:54:57.7653124Z [ OK ] LLVM.LongDivTest (18 ms) 2022-12-01T10:54:57.7653611Z [ RUN ] LLVM.FloatDivTest 2022-12-01T10:54:57.7834834Z [ OK ] LLVM.FloatDivTest (18 ms) 2022-12-01T10:54:57.7835323Z [ RUN ] LLVM.DoubleDivTest 2022-12-01T10:54:57.8018305Z [ OK ] LLVM.DoubleDivTest (18 ms) 2022-12-01T10:54:57.8018791Z [ RUN ] LLVM.HalfDivTest 2022-12-01T10:54:57.8201221Z [ OK ] LLVM.HalfDivTest (18 ms) 2022-12-01T10:54:57.8201761Z [ RUN ] LLVM.IntToFloatCastTest 2022-12-01T10:54:57.8384857Z [ OK ] LLVM.IntToFloatCastTest (18 ms) 2022-12-01T10:54:57.8385461Z [ RUN ] LLVM.FloatToIntCastTest 2022-12-01T10:54:57.8566363Z [ OK ] LLVM.FloatToIntCastTest (18 ms) 2022-12-01T10:54:57.8566896Z [ RUN ] LLVM.IntToLongCastTest 2022-12-01T10:54:57.8749696Z [ OK ] LLVM.IntToLongCastTest (18 ms) 2022-12-01T10:54:57.8750221Z [ RUN ] LLVM.ByteToCharCastTest 2022-12-01T10:54:57.8931016Z [ OK ] LLVM.ByteToCharCastTest (18 ms) 2022-12-01T10:54:57.8931563Z [ RUN ] LLVM.HalfToLongCastTest 2022-12-01T10:54:57.9113304Z [ OK ] LLVM.HalfToLongCastTest (18 ms) 2022-12-01T10:54:57.9113837Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-12-01T10:54:57.9297445Z [ OK ] LLVM.ByteToDoubleCastTest (18 ms) 2022-12-01T10:54:57.9298009Z [ RUN ] LLVM.FloatToByteCastTest 2022-12-01T10:54:57.9479945Z [ OK ] LLVM.FloatToByteCastTest (18 ms) 2022-12-01T10:54:57.9480531Z [ RUN ] LLVM.FloatToCharCastTest 2022-12-01T10:54:57.9662726Z [ OK ] LLVM.FloatToCharCastTest (18 ms) 2022-12-01T10:54:57.9663280Z [ RUN ] LLVM.ByteToFloatCastTest 2022-12-01T10:54:57.9846494Z [ OK ] LLVM.ByteToFloatCastTest (18 ms) 2022-12-01T10:54:57.9847041Z [ RUN ] LLVM.CharToFloatCastTest 2022-12-01T10:54:58.0030222Z [ OK ] LLVM.CharToFloatCastTest (18 ms) 2022-12-01T10:54:58.0030978Z [ RUN ] LLVM.BitCast 2022-12-01T10:54:58.0756852Z [ OK ] LLVM.BitCast (72 ms) 2022-12-01T10:54:58.0757335Z [ RUN ] LLVM.fastLogFloat 2022-12-01T10:54:58.1349009Z [ OK ] LLVM.fastLogFloat (59 ms) 2022-12-01T10:54:58.1349482Z [ RUN ] LLVM.LetTest01 2022-12-01T10:54:58.1532106Z [ OK ] LLVM.LetTest01 (18 ms) 2022-12-01T10:54:58.1532463Z [ RUN ] LLVM.LetTest02 2022-12-01T10:54:58.1711891Z [ OK ] LLVM.LetTest02 (18 ms) 2022-12-01T10:54:58.1712207Z [ RUN ] LLVM.LetTestMultitype 2022-12-01T10:54:58.1892943Z [ OK ] LLVM.LetTestMultitype (18 ms) 2022-12-01T10:54:58.1893230Z [ RUN ] LLVM.BufferTest 2022-12-01T10:54:58.2075035Z [ OK ] LLVM.BufferTest (18 ms) 2022-12-01T10:54:58.2075317Z [ RUN ] LLVM.BlockTest 2022-12-01T10:54:58.2257850Z [ OK ] LLVM.BlockTest (18 ms) 2022-12-01T10:54:58.2258337Z [ RUN ] LLVM.LoadStoreTest 2022-12-01T10:54:58.2441351Z [ OK ] LLVM.LoadStoreTest (18 ms) 2022-12-01T10:54:58.2441646Z [ RUN ] LLVM.IfThenElseTest 2022-12-01T10:54:58.2649907Z [ OK ] LLVM.IfThenElseTest (20 ms) 2022-12-01T10:54:58.2650472Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-12-01T10:54:58.3237585Z [ OK ] LLVM.CondNoFalseBlockTest (58 ms) 2022-12-01T10:54:58.3826826Z [ RUN ] LLVM.CondTest 2022-12-01T10:54:58.3827178Z [ OK ] LLVM.CondTest (58 ms) 2022-12-01T10:54:58.3827441Z [ RUN ] LLVM.CondNestedTest 2022-12-01T10:54:58.4655521Z [ OK ] LLVM.CondNestedTest (82 ms) 2022-12-01T10:54:58.4655866Z [ RUN ] LLVM.DirectVectorization 2022-12-01T10:54:58.4914444Z [ OK ] LLVM.DirectVectorization (25 ms) 2022-12-01T10:54:58.4915075Z [ RUN ] LLVM.VecLoadStoreTest 2022-12-01T10:54:58.5102013Z [ OK ] LLVM.VecLoadStoreTest (18 ms) 2022-12-01T10:54:58.5102564Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-12-01T10:54:58.5292970Z [ OK ] LLVM.VecFloat_erfLane4Test (19 ms) 2022-12-01T10:54:58.5293571Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-12-01T10:54:58.5483905Z [ OK ] LLVM.VecFloat_erfcLane4Test (19 ms) 2022-12-01T10:54:58.5484458Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-12-01T10:54:58.5676282Z [ OK ] LLVM.VecFloat_acosLane4Test (19 ms) 2022-12-01T10:54:58.5676826Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-12-01T10:54:58.5866188Z [ OK ] LLVM.VecFloat_asinLane4Test (18 ms) 2022-12-01T10:54:58.5866716Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-12-01T10:54:58.6057140Z [ OK ] LLVM.VecFloat_atanLane4Test (19 ms) 2022-12-01T10:54:58.6057694Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-12-01T10:54:58.6250047Z [ OK ] LLVM.VecFloat_coshLane4Test (19 ms) 2022-12-01T10:54:58.6250574Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-12-01T10:54:58.6442079Z [ OK ] LLVM.VecFloat_sinhLane4Test (19 ms) 2022-12-01T10:54:58.6442575Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-12-01T10:54:58.6633742Z [ OK ] LLVM.VecFloat_tanhLane4Test (19 ms) 2022-12-01T10:54:58.6634283Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-12-01T10:54:58.6825507Z [ OK ] LLVM.VecFloat_expm1Lane4Test (19 ms) 2022-12-01T10:54:58.6826071Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-12-01T10:54:58.7015238Z [ OK ] LLVM.VecFloat_lgammaLane4Test (18 ms) 2022-12-01T10:54:58.7015801Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-12-01T10:54:58.7207840Z [ OK ] LLVM.VecFloat_erfLane8Test (19 ms) 2022-12-01T10:54:58.7208408Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-12-01T10:54:58.7399843Z [ OK ] LLVM.VecFloat_erfcLane8Test (19 ms) 2022-12-01T10:54:58.7400376Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-12-01T10:54:58.7594266Z [ OK ] LLVM.VecFloat_acosLane8Test (19 ms) 2022-12-01T10:54:58.7594571Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-12-01T10:54:58.7785196Z [ OK ] LLVM.VecFloat_asinLane8Test (19 ms) 2022-12-01T10:54:58.7785615Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-12-01T10:54:58.7978024Z [ OK ] LLVM.VecFloat_atanLane8Test (19 ms) 2022-12-01T10:54:58.7978350Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-12-01T10:54:58.8171962Z [ OK ] LLVM.VecFloat_coshLane8Test (19 ms) 2022-12-01T10:54:58.8172266Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-12-01T10:54:58.8365966Z [ OK ] LLVM.VecFloat_sinhLane8Test (19 ms) 2022-12-01T10:54:58.8557856Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-12-01T10:54:58.8558381Z [ OK ] LLVM.VecFloat_tanhLane8Test (19 ms) 2022-12-01T10:54:58.8558697Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-12-01T10:54:58.8750982Z [ OK ] LLVM.VecFloat_expm1Lane8Test (19 ms) 2022-12-01T10:54:58.8751300Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-12-01T10:54:58.8943538Z [ OK ] LLVM.VecFloat_lgammaLane8Test (19 ms) 2022-12-01T10:54:58.8943830Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-12-01T10:54:58.9144705Z [ OK ] LLVM.VecDouble_erfLane2Test (20 ms) 2022-12-01T10:54:58.9145011Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-12-01T10:54:58.9340117Z [ OK ] LLVM.VecDouble_erfcLane2Test (19 ms) 2022-12-01T10:54:58.9340439Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-12-01T10:54:58.9531872Z [ OK ] LLVM.VecDouble_acosLane2Test (19 ms) 2022-12-01T10:54:58.9532281Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-12-01T10:54:58.9720179Z [ OK ] LLVM.VecDouble_asinLane2Test (18 ms) 2022-12-01T10:54:58.9720527Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-12-01T10:54:58.9909141Z [ OK ] LLVM.VecDouble_atanLane2Test (18 ms) 2022-12-01T10:54:58.9909676Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-12-01T10:54:59.0096349Z [ OK ] LLVM.VecDouble_coshLane2Test (18 ms) 2022-12-01T10:54:59.0096702Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-12-01T10:54:59.0284165Z [ OK ] LLVM.VecDouble_sinhLane2Test (18 ms) 2022-12-01T10:54:59.0284471Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-12-01T10:54:59.0472903Z [ OK ] LLVM.VecDouble_tanhLane2Test (18 ms) 2022-12-01T10:54:59.0473247Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-12-01T10:54:59.0664798Z [ OK ] LLVM.VecDouble_expm1Lane2Test (19 ms) 2022-12-01T10:54:59.0665100Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-12-01T10:54:59.0853200Z [ OK ] LLVM.VecDouble_lgammaLane2Test (18 ms) 2022-12-01T10:54:59.0853513Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-12-01T10:54:59.1045622Z [ OK ] LLVM.VecDouble_erfLane4Test (19 ms) 2022-12-01T10:54:59.1045911Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-12-01T10:54:59.1241034Z [ OK ] LLVM.VecDouble_erfcLane4Test (19 ms) 2022-12-01T10:54:59.1241383Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-12-01T10:54:59.1433855Z [ OK ] LLVM.VecDouble_acosLane4Test (19 ms) 2022-12-01T10:54:59.1434227Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-12-01T10:54:59.1627113Z [ OK ] LLVM.VecDouble_asinLane4Test (19 ms) 2022-12-01T10:54:59.1627656Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-12-01T10:54:59.1819946Z [ OK ] LLVM.VecDouble_atanLane4Test (19 ms) 2022-12-01T10:54:59.1820294Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-12-01T10:54:59.2013512Z [ OK ] LLVM.VecDouble_coshLane4Test (19 ms) 2022-12-01T10:54:59.2013818Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-12-01T10:54:59.2207003Z [ OK ] LLVM.VecDouble_sinhLane4Test (19 ms) 2022-12-01T10:54:59.2207342Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-12-01T10:54:59.2398057Z [ OK ] LLVM.VecDouble_tanhLane4Test (19 ms) 2022-12-01T10:54:59.2398627Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-12-01T10:54:59.2591223Z [ OK ] LLVM.VecDouble_expm1Lane4Test (19 ms) 2022-12-01T10:54:59.2591793Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-12-01T10:54:59.2783811Z [ OK ] LLVM.VecDouble_lgammaLane4Test (19 ms) 2022-12-01T10:54:59.2784354Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-12-01T10:54:59.2971507Z [ OK ] LLVM.VectorizerLoadStoreTest (18 ms) 2022-12-01T10:54:59.2971829Z [ RUN ] LLVM.VectorizeBitCast 2022-12-01T10:54:59.3180251Z [ OK ] LLVM.VectorizeBitCast (20 ms) 2022-12-01T10:54:59.3180672Z [ RUN ] LLVM.MemcpyTest 2022-12-01T10:54:59.3382333Z [ OK ] LLVM.MemcpyTest (20 ms) 2022-12-01T10:54:59.3382659Z [ RUN ] LLVM.BzeroTest 2022-12-01T10:54:59.3581437Z [ OK ] LLVM.BzeroTest (19 ms) 2022-12-01T10:54:59.3581704Z [ RUN ] LLVM.ElemwiseAdd 2022-12-01T10:54:59.4069706Z [ OK ] LLVM.ElemwiseAdd (48 ms) 2022-12-01T10:54:59.4069991Z [ RUN ] LLVM.ElemwiseAddFloat 2022-12-01T10:54:59.4533564Z [ OK ] LLVM.ElemwiseAddFloat (46 ms) 2022-12-01T10:54:59.4533892Z [ RUN ] LLVM.ElemwiseLog10Float 2022-12-01T10:54:59.4766546Z [ OK ] LLVM.ElemwiseLog10Float (23 ms) 2022-12-01T10:54:59.4766862Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-12-01T10:54:59.4995123Z [ OK ] LLVM.ElemwiseLog1pFloat (22 ms) 2022-12-01T10:54:59.4995419Z [ RUN ] LLVM.ElemwiseMaxInt 2022-12-01T10:54:59.5317445Z [ OK ] LLVM.ElemwiseMaxInt (32 ms) 2022-12-01T10:54:59.5317779Z [ RUN ] LLVM.ElemwiseMinInt 2022-12-01T10:54:59.5642624Z [ OK ] LLVM.ElemwiseMinInt (32 ms) 2022-12-01T10:54:59.5643095Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-12-01T10:54:59.5931005Z [ OK ] LLVM.ElemwiseMaxFloat (28 ms) 2022-12-01T10:54:59.5931419Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-12-01T10:54:59.6221319Z [ OK ] LLVM.ElemwiseMaxNaNFloat (28 ms) 2022-12-01T10:54:59.6221751Z [ RUN ] LLVM.ElemwiseMinFloat 2022-12-01T10:54:59.6511473Z [ OK ] LLVM.ElemwiseMinFloat (28 ms) 2022-12-01T10:54:59.6511831Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-12-01T10:54:59.6801856Z [ OK ] LLVM.ElemwiseMinNaNFloat (28 ms) 2022-12-01T10:54:59.6802180Z [ RUN ] LLVM.ElemwiseMod 2022-12-01T10:54:59.7076436Z [ OK ] LLVM.ElemwiseMod (27 ms) 2022-12-01T10:54:59.7076793Z [ RUN ] LLVM.CompareSelectIntEQ 2022-12-01T10:54:59.7414118Z [ OK ] LLVM.CompareSelectIntEQ (33 ms) 2022-12-01T10:54:59.7414457Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-12-01T10:54:59.7746080Z [ OK ] LLVM.CompareSelectFloatEQ (33 ms) 2022-12-01T10:54:59.7746422Z [ RUN ] LLVM.CompareSelectByteGT 2022-12-01T10:54:59.8079082Z [ OK ] LLVM.CompareSelectByteGT (33 ms) 2022-12-01T10:54:59.8079413Z [ RUN ] LLVM.CompareSelectByteGE 2022-12-01T10:54:59.8416183Z [ OK ] LLVM.CompareSelectByteGE (33 ms) 2022-12-01T10:54:59.8416495Z [ RUN ] LLVM.CompareSelectByteLT 2022-12-01T10:54:59.8750324Z [ OK ] LLVM.CompareSelectByteLT (33 ms) 2022-12-01T10:54:59.8750630Z [ RUN ] LLVM.CompareSelectByteLE 2022-12-01T10:54:59.9081809Z [ OK ] LLVM.CompareSelectByteLE (33 ms) 2022-12-01T10:54:59.9082096Z [ RUN ] LLVM.StoreFloat 2022-12-01T10:54:59.9266072Z [ OK ] LLVM.StoreFloat (18 ms) 2022-12-01T10:54:59.9266619Z [ RUN ] LLVM.SimpleMath01 2022-12-01T10:54:59.9638201Z [ OK ] LLVM.SimpleMath01 (37 ms) 2022-12-01T10:54:59.9638477Z [ RUN ] LLVM.ComputeMul 2022-12-01T10:55:00.0101996Z [ OK ] LLVM.ComputeMul (46 ms) 2022-12-01T10:55:00.0102475Z [ RUN ] LLVM.BroadcastAdd 2022-12-01T10:55:00.1210825Z [ OK ] LLVM.BroadcastAdd (110 ms) 2022-12-01T10:55:00.1211316Z [ RUN ] LLVM.BitwiseOps 2022-12-01T10:55:00.1395772Z [ OK ] LLVM.BitwiseOps (18 ms) 2022-12-01T10:55:00.1396313Z [ RUN ] LLVM.ArithmeticRightShift 2022-12-01T10:55:00.1577755Z [ OK ] LLVM.ArithmeticRightShift (18 ms) 2022-12-01T10:55:00.1578298Z [ RUN ] LLVM.LogicalRightShift 2022-12-01T10:55:00.1758426Z [ OK ] LLVM.LogicalRightShift (18 ms) 2022-12-01T10:55:00.1758960Z [ RUN ] LLVM.DynamicShapeAdd 2022-12-01T10:55:00.3074635Z [ OK ] LLVM.DynamicShapeAdd (131 ms) 2022-12-01T10:55:00.3074994Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-12-01T10:55:00.4385689Z [ OK ] LLVM.BindDynamicShapeAdd (131 ms) 2022-12-01T10:55:00.4386244Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-12-01T10:55:00.5695463Z [ OK ] LLVM.TensorDynamicShapeAdd (130 ms) 2022-12-01T10:55:00.5695863Z [ RUN ] LLVM.DynamicShape2D 2022-12-01T10:55:00.7871560Z [ OK ] LLVM.DynamicShape2D (217 ms) 2022-12-01T10:55:00.7871923Z [ RUN ] LLVM.EmptyStmt 2022-12-01T10:55:00.8050762Z [ OK ] LLVM.EmptyStmt (17 ms) 2022-12-01T10:55:00.8051232Z [ RUN ] LLVM.EliminatedStmt 2022-12-01T10:55:00.8227526Z [ OK ] LLVM.EliminatedStmt (17 ms) 2022-12-01T10:55:00.8228057Z [ RUN ] LLVM.SimpleReduction 2022-12-01T10:55:00.9050889Z [ OK ] LLVM.SimpleReduction (82 ms) 2022-12-01T10:55:00.9051419Z [ RUN ] LLVM.RFactorReduction 2022-12-01T10:55:00.9378432Z [ OK ] LLVM.RFactorReduction (32 ms) 2022-12-01T10:55:00.9379009Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-12-01T10:55:00.9872816Z [ OK ] LLVM.RFactorVectorizedReduction (49 ms) 2022-12-01T10:55:00.9873443Z [ RUN ] LLVM.SimpleParallelSS 2022-12-01T10:55:01.0112994Z [ OK ] LLVM.SimpleParallelSS (24 ms) 2022-12-01T10:55:01.0113532Z [ RUN ] LLVM.SimpleParallelSP 2022-12-01T10:55:01.0374013Z [ OK ] LLVM.SimpleParallelSP (25 ms) 2022-12-01T10:55:01.0374760Z [ RUN ] LLVM.SimpleParallelPS 2022-12-01T10:55:01.0647776Z [ OK ] LLVM.SimpleParallelPS (27 ms) 2022-12-01T10:55:01.0648334Z [ RUN ] LLVM.SimpleParallelPP 2022-12-01T10:55:01.0915392Z [ OK ] LLVM.SimpleParallelPP (26 ms) 2022-12-01T10:55:01.0915934Z [ RUN ] LLVM.CompositeParallel 2022-12-01T10:55:04.1568394Z [ OK ] LLVM.CompositeParallel (3065 ms) 2022-12-01T10:55:04.1568935Z [ RUN ] LLVM.VectorizedGEMM 2022-12-01T10:55:04.2383536Z [ OK ] LLVM.VectorizedGEMM (81 ms) 2022-12-01T10:55:04.2384030Z [ RUN ] LLVM.CallRaw 2022-12-01T10:55:04.8878143Z [ OK ] LLVM.CallRaw (649 ms) 2022-12-01T10:55:04.8878576Z [ RUN ] LLVM.CustomTarget 2022-12-01T10:55:04.9106892Z [ OK ] LLVM.CustomTarget (22 ms) 2022-12-01T10:55:04.9107408Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-12-01T10:55:04.9476941Z [ OK ] LLVM.CodeGenKernelFuncName (36 ms) 2022-12-01T10:55:04.9477557Z [----------] 150 tests from LLVM (7861 ms total) 2022-12-01T10:55:04.9477820Z 2022-12-01T10:55:04.9477994Z [----------] Global test environment tear-down 2022-12-01T10:55:04.9549240Z [==========] 801 tests from 25 test suites ran. (25124 ms total) 2022-12-01T10:55:04.9549786Z [ PASSED ] 801 tests. 2022-12-01T10:55:04.9550235Z 2022-12-01T10:55:04.9550387Z  YOU HAVE 5 DISABLED TESTS 2022-12-01T10:55:04.9550511Z 2022-12-01T10:55:05.0232850Z + [[ linux-bionic-py3.7-clang9 == pytorch-linux-xenial-py3* ]] 2022-12-01T10:55:05.0233338Z + assert_git_not_dirty 2022-12-01T10:55:05.0233618Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:55:05.0233912Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:55:05.0235779Z ++ git status --porcelain 2022-12-01T10:55:05.1038113Z + git_status= 2022-12-01T10:55:05.1038523Z + [[ -n '' ]] 2022-12-01T10:55:05.1038724Z + test_aot_compilation 2022-12-01T10:55:05.1039042Z + echo 'Testing Ahead of Time compilation' 2022-12-01T10:55:05.1039270Z Testing Ahead of Time compilation 2022-12-01T10:55:05.1039750Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:55:05.1049874Z + 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-01T10:55:05.1060293Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T10:55:05.1060675Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T10:55:05.1070549Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-12-01T10:55:05.1071139Z + /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-01T10:55:05.3341187Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T10:55:05.3341557Z [==========] Running 6 tests from 2 test suites. 2022-12-01T10:55:05.3341965Z [----------] Global test environment set-up. 2022-12-01T10:55:05.3342253Z [----------] 4 tests from Function 2022-12-01T10:55:05.3342536Z [ RUN ] Function.ExecuteSlowMul 2022-12-01T10:55:05.3542825Z [ OK ] Function.ExecuteSlowMul (20 ms) 2022-12-01T10:55:05.3543423Z [ RUN ] Function.Serialization 2022-12-01T10:55:05.3543953Z [ OK ] Function.Serialization (0 ms) 2022-12-01T10:55:05.3544482Z [ RUN ] Function.ValidInput 2022-12-01T10:55:05.3544894Z [ OK ] Function.ValidInput (0 ms) 2022-12-01T10:55:05.3545167Z [ RUN ] Function.InvalidInput 2022-12-01T10:55:05.3551395Z [ OK ] Function.InvalidInput (0 ms) 2022-12-01T10:55:05.3551977Z [----------] 4 tests from Function (21 ms total) 2022-12-01T10:55:05.3552256Z 2022-12-01T10:55:05.3552442Z [----------] 2 tests from MobileNNCRegistryTest 2022-12-01T10:55:05.3552752Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-12-01T10:55:05.3553131Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-12-01T10:55:05.3553608Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-12-01T10:55:05.3554065Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-12-01T10:55:05.3554606Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-12-01T10:55:05.3554794Z 2022-12-01T10:55:05.3554963Z [----------] Global test environment tear-down 2022-12-01T10:55:05.3555282Z [==========] 6 tests from 2 test suites ran. (21 ms total) 2022-12-01T10:55:05.3555526Z [ PASSED ] 6 tests. 2022-12-01T10:55:05.3555642Z 2022-12-01T10:55:05.3555762Z  YOU HAVE 1 DISABLED TEST 2022-12-01T10:55:05.3555882Z 2022-12-01T10:55:05.4151129Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-12-01T10:55:05.4151418Z + source test/mobile/nnc/test_aot_compile.sh 2022-12-01T10:55:05.4151708Z ++ set -e -o pipefail 2022-12-01T10:55:05.4154916Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:55:05.4327599Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:55:05.4328202Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:55:05.4331082Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-12-01T10:55:05.4356620Z ++ CURRENT_DIR=test/mobile/nnc 2022-12-01T10:55:05.4357008Z ++ MODEL=aot_test_model.pt 2022-12-01T10:55:05.4357411Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-12-01T10:55:05.4357716Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-12-01T10:55:05.4360955Z +++ mktemp -d -t build_XXX 2022-12-01T10:55:05.4396433Z ++ TMP_DIR=/tmp/build_3RZ 2022-12-01T10:55:05.4397548Z + test_custom_script_ops 2022-12-01T10:55:05.4397997Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T10:55:05.4398300Z + echo 'Testing custom script operators' 2022-12-01T10:55:05.4398609Z Testing custom script operators 2022-12-01T10:55:05.4399196Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-12-01T10:55:05.4399474Z + pushd test/custom_operator 2022-12-01T10:55:05.4399709Z ~/workspace/test/custom_operator ~/workspace 2022-12-01T10:55:05.4400077Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-12-01T10:55:05.4955882Z + python test_custom_ops.py -v 2022-12-01T10:55:06.3998822Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-12-01T10:55:06.4009530Z 2022-12-01T10:55:06.4009823Z Running tests... 2022-12-01T10:55:06.4010504Z ---------------------------------------------------------------------- 2022-12-01T10:55:06.4049324Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-12-01T10:55:06.4479032Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.043s) 2022-12-01T10:55:06.4486338Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:55:06.4509543Z 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-01T10:55:06.4510405Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T10:55:06.4521247Z ok (0.003s) 2022-12-01T10:55:06.4529654Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:55:06.4533983Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-12-01T10:55:06.4612492Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-12-01T10:55:06.4612765Z 2022-12-01T10:55:06.4613103Z ---------------------------------------------------------------------- 2022-12-01T10:55:06.4613348Z Ran 7 tests in 0.060s 2022-12-01T10:55:06.4613465Z 2022-12-01T10:55:06.4613512Z OK 2022-12-01T10:55:06.4613605Z 2022-12-01T10:55:06.4613692Z Generating XML reports... 2022-12-01T10:55:06.4646181Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201105506.xml 2022-12-01T10:55:06.6577814Z + python model.py --export-script-module=model.pt 2022-12-01T10:55:07.5652998Z + build/test_custom_ops ./model.pt 2022-12-01T10:55:07.7984986Z [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-01T10:55:07.8483307Z ok 2022-12-01T10:55:07.9103090Z + popd 2022-12-01T10:55:07.9103354Z ~/workspace 2022-12-01T10:55:07.9103541Z + assert_git_not_dirty 2022-12-01T10:55:07.9103920Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:55:07.9104199Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:55:07.9107015Z ++ git status --porcelain 2022-12-01T10:55:07.9900783Z + git_status= 2022-12-01T10:55:07.9901450Z + [[ -n '' ]] 2022-12-01T10:55:07.9901629Z + test_custom_backend 2022-12-01T10:55:07.9901956Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T10:55:07.9902231Z + echo 'Testing custom backends' 2022-12-01T10:55:07.9902419Z Testing custom backends 2022-12-01T10:55:07.9902786Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-12-01T10:55:07.9903068Z + pushd test/custom_backend 2022-12-01T10:55:07.9903480Z ~/workspace/test/custom_backend ~/workspace 2022-12-01T10:55:07.9903862Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-12-01T10:55:08.0362353Z + python test_custom_backend.py -v 2022-12-01T10:55:08.9337503Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-12-01T10:55:08.9348061Z 2022-12-01T10:55:08.9348630Z Running tests... 2022-12-01T10:55:08.9349041Z ---------------------------------------------------------------------- 2022-12-01T10:55:08.9355045Z test_execute (__main__.TestCustomBackend) 2022-12-01T10:55:08.9847438Z Test execution using the custom backend. ... ok (0.050s) 2022-12-01T10:55:08.9855905Z test_save_load (__main__.TestCustomBackend) 2022-12-01T10:55:09.0023724Z Test that a lowered module can be executed correctly ... ok (0.017s) 2022-12-01T10:55:09.0026359Z 2022-12-01T10:55:09.0027018Z ---------------------------------------------------------------------- 2022-12-01T10:55:09.0027286Z Ran 2 tests in 0.068s 2022-12-01T10:55:09.0027426Z 2022-12-01T10:55:09.0027497Z OK 2022-12-01T10:55:09.0027596Z 2022-12-01T10:55:09.0027688Z Generating XML reports... 2022-12-01T10:55:09.0056504Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201105508.xml 2022-12-01T10:55:09.1900382Z + python backend.py --export-module-to=model.pt 2022-12-01T10:55:10.1485261Z + build/test_custom_backend ./model.pt 2022-12-01T10:55:10.3805269Z Testing custom_backend 2022-12-01T10:55:10.4382399Z OK 2022-12-01T10:55:10.5006831Z + rm -f ./model.pt 2022-12-01T10:55:10.5036426Z + popd 2022-12-01T10:55:10.5036784Z ~/workspace 2022-12-01T10:55:10.5037107Z + assert_git_not_dirty 2022-12-01T10:55:10.5037520Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:55:10.5037818Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:55:10.5039835Z ++ git status --porcelain 2022-12-01T10:55:10.5849196Z + git_status= 2022-12-01T10:55:10.5849755Z + [[ -n '' ]] 2022-12-01T10:55:10.5849977Z + test_torch_function_benchmark 2022-12-01T10:55:10.5850261Z + echo 'Testing __torch_function__ benchmarks' 2022-12-01T10:55:10.5850491Z Testing __torch_function__ benchmarks 2022-12-01T10:55:10.5850712Z + pushd benchmarks/overrides_benchmark 2022-12-01T10:55:10.5850972Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-12-01T10:55:10.5851252Z + python bench.py -n 1 -m 2 2022-12-01T10:55:11.3303491Z Type tensor had a minimum time of 0.008821487426757812 us and a standard deviation of 0.20786825916729867 us. 2022-12-01T10:55:11.3303986Z Type SubTensor had a minimum time of 0.01239776611328125 us and a standard deviation of 0.035403354559093714 us. 2022-12-01T10:55:11.3304716Z Type WithTorchFunction had a minimum time of 0.008344650268554688 us and a standard deviation of 0.01702732697594911 us. 2022-12-01T10:55:11.3305752Z Type SubWithTorchFunction had a minimum time of 0.017642974853515625 us and a standard deviation of 0.010958180610032286 us. 2022-12-01T10:55:11.4855575Z + python pyspybench.py Tensor -n 1 2022-12-01T10:55:12.3871168Z + python pyspybench.py SubTensor -n 1 2022-12-01T10:55:13.2758681Z + python pyspybench.py WithTorchFunction -n 1 2022-12-01T10:55:14.1592988Z + python pyspybench.py SubWithTorchFunction -n 1 2022-12-01T10:55:15.0381977Z + popd 2022-12-01T10:55:15.0382363Z ~/workspace 2022-12-01T10:55:15.0382683Z + assert_git_not_dirty 2022-12-01T10:55:15.0383146Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:55:15.0383442Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:55:15.0385735Z ++ git status --porcelain 2022-12-01T10:55:15.1188686Z + git_status= 2022-12-01T10:55:15.1189122Z + [[ -n '' ]] 2022-12-01T10:55:15.1260842Z Prepare all required actions 2022-12-01T10:55:15.1261153Z Getting action download info 2022-12-01T10:55:15.3336957Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:55:15.3337168Z with: 2022-12-01T10:55:15.3337497Z github-token: *** 2022-12-01T10:55:15.3337667Z env: 2022-12-01T10:55:15.3337825Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:15.3338009Z ##[endgroup] 2022-12-01T10:55:15.3365100Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:55:15.3365342Z with: 2022-12-01T10:55:15.3365506Z shell: bash 2022-12-01T10:55:15.3365670Z timeout_minutes: 10 2022-12-01T10:55:15.3365851Z max_attempts: 5 2022-12-01T10:55:15.3366034Z retry_wait_seconds: 30 2022-12-01T10:55:15.3366406Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T10:55:15.3366836Z polling_interval_seconds: 1 2022-12-01T10:55:15.3367133Z warning_on_retry: true 2022-12-01T10:55:15.3367310Z continue_on_error: false 2022-12-01T10:55:15.3367549Z env: 2022-12-01T10:55:15.3367717Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:15.3368017Z GITHUB_TOKEN: *** 2022-12-01T10:55:15.3368194Z ##[endgroup] 2022-12-01T10:55:15.6747630Z 2022-12-01T10:55:15.6753430Z ##[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:55:15.6792202Z + python3 -m pip install requests==2.26.0 2022-12-01T10:55:16.2870752Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:55:16.3065022Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:55:16.3196845Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.13) 2022-12-01T10:55:16.3350064Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-12-01T10:55:16.3368783Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-12-01T10:55:16.3377823Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-12-01T10:55:16.5244828Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0cdfe79b8a599be7f 2022-12-01T10:55:19.0649991Z + GHA_WORKFLOW_JOB_ID=9818358967 2022-12-01T10:55:19.0650521Z + echo '::set-output name=job-id::9818358967' 2022-12-01T10:55:19.0658615Z ##[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:55:19.6821000Z Command completed after 1 attempt(s). 2022-12-01T10:55:19.6821186Z 2022-12-01T10:55:19.6822647Z ##[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:55:19.6930070Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:55:19.6930299Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:55:19.7211706Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:19.7211945Z env: 2022-12-01T10:55:19.7212117Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:19.7212325Z MONITOR_SCRIPT_PID: 6172 2022-12-01T10:55:19.7212515Z ##[endgroup] 2022-12-01T10:55:19.7310480Z Prepare all required actions 2022-12-01T10:55:19.7310743Z Getting action download info 2022-12-01T10:55:19.9065746Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:55:20.0579010Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:55:20.0579241Z with: 2022-12-01T10:55:20.0579468Z file-suffix: test-default-2-2-linux.2xlarge_9818358967 2022-12-01T10:55:20.0579674Z env: 2022-12-01T10:55:20.0579850Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:20.0580046Z ##[endgroup] 2022-12-01T10:55:20.0604259Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:55:20.0604552Z # Remove any previous test jsons if they exist 2022-12-01T10:55:20.0604785Z rm -f test-jsons-*.zip 2022-12-01T10:55:20.0605031Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:55:20.0617068Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:20.0617328Z env: 2022-12-01T10:55:20.0617505Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:20.0617737Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_9818358967 2022-12-01T10:55:20.0618032Z ##[endgroup] 2022-12-01T10:55:20.0752183Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:55:20.0778830Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:55:20.0784641Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:55:20.0786025Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:55:20.0794345Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:55:20.0814327Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:55:20.0814956Z # Remove any previous test reports if they exist 2022-12-01T10:55:20.0815229Z rm -f test-reports-*.zip 2022-12-01T10:55:20.0815488Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:55:20.0826837Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:20.0827065Z env: 2022-12-01T10:55:20.0827245Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:20.0827480Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_9818358967 2022-12-01T10:55:20.0827707Z ##[endgroup] 2022-12-01T10:55:20.0923935Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201105508.xml (deflated 55%) 2022-12-01T10:55:20.0924564Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201105506.xml (deflated 65%) 2022-12-01T10:55:20.0929337Z adding: test/test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201100806.xml (deflated 56%) 2022-12-01T10:55:20.1065764Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201100806.xml (deflated 96%) 2022-12-01T10:55:20.1253381Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201100806.xml (deflated 97%) 2022-12-01T10:55:20.1257729Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201100806.xml (deflated 82%) 2022-12-01T10:55:20.1264359Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201101618.xml (deflated 63%) 2022-12-01T10:55:20.1274782Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201101618.xml (deflated 85%) 2022-12-01T10:55:20.1281708Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201101618.xml (deflated 85%) 2022-12-01T10:55:20.1294392Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201101618.xml (deflated 83%) 2022-12-01T10:55:20.1370905Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201101618.xml (deflated 94%) 2022-12-01T10:55:20.1377254Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201101618.xml (deflated 74%) 2022-12-01T10:55:20.1422067Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201102000.xml (deflated 97%) 2022-12-01T10:55:20.1427893Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201102128.xml (deflated 45%) 2022-12-01T10:55:20.1433424Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201102128.xml (deflated 74%) 2022-12-01T10:55:20.1442262Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201102128.xml (deflated 86%) 2022-12-01T10:55:20.1455846Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201102128.xml (deflated 90%) 2022-12-01T10:55:20.1476746Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201102128.xml (deflated 76%) 2022-12-01T10:55:20.1480821Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201102128.xml (deflated 70%) 2022-12-01T10:55:20.1486765Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201102128.xml (deflated 43%) 2022-12-01T10:55:20.1494941Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201102128.xml (deflated 40%) 2022-12-01T10:55:20.1504164Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201102128.xml (deflated 71%) 2022-12-01T10:55:20.1516921Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201102128.xml (deflated 42%) 2022-12-01T10:55:20.1524577Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201102128.xml (deflated 59%) 2022-12-01T10:55:20.1532282Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201102128.xml (deflated 52%) 2022-12-01T10:55:20.1537132Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201102128.xml (deflated 60%) 2022-12-01T10:55:20.1551171Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201102128.xml (deflated 42%) 2022-12-01T10:55:20.1558116Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201102128.xml (deflated 42%) 2022-12-01T10:55:20.1729727Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221201102222.xml (deflated 97%) 2022-12-01T10:55:20.1733004Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221201102244.xml (deflated 63%) 2022-12-01T10:55:20.1743672Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221201102244.xml (deflated 90%) 2022-12-01T10:55:20.1755055Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20221201102244.xml (deflated 85%) 2022-12-01T10:55:20.1763723Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221201102244.xml (deflated 76%) 2022-12-01T10:55:20.1764758Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201102334.xml (deflated 41%) 2022-12-01T10:55:20.1765809Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201102334.xml (deflated 67%) 2022-12-01T10:55:20.1766757Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201102334.xml (deflated 73%) 2022-12-01T10:55:20.1767781Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201102334.xml (deflated 81%) 2022-12-01T10:55:20.1768776Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201102342.xml (deflated 59%) 2022-12-01T10:55:20.1769804Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201102342.xml (deflated 82%) 2022-12-01T10:55:20.1770950Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201102342.xml (deflated 85%) 2022-12-01T10:55:20.1772032Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201102342.xml (deflated 76%) 2022-12-01T10:55:20.1773108Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221201102424.xml (deflated 62%) 2022-12-01T10:55:20.1774170Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221201102424.xml (deflated 52%) 2022-12-01T10:55:20.1775439Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221201102424.xml (deflated 65%) 2022-12-01T10:55:20.1776545Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221201102424.xml (deflated 59%) 2022-12-01T10:55:20.1777595Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201102425.xml (deflated 90%) 2022-12-01T10:55:20.1778532Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201102425.xml (deflated 67%) 2022-12-01T10:55:20.1779504Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201102441.xml (deflated 41%) 2022-12-01T10:55:20.1780574Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201102441.xml (deflated 95%) 2022-12-01T10:55:20.1781164Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201102441.xml (deflated 58%) 2022-12-01T10:55:20.1781712Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201102445.xml (deflated 41%) 2022-12-01T10:55:20.1782283Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201102445.xml (deflated 43%) 2022-12-01T10:55:20.1782866Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201102445.xml (deflated 78%) 2022-12-01T10:55:20.1784101Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221201102452.xml (deflated 83%) 2022-12-01T10:55:20.1785070Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201102457.xml (deflated 72%) 2022-12-01T10:55:20.1786344Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201102457.xml (deflated 82%) 2022-12-01T10:55:20.1787585Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201102457.xml (deflated 74%) 2022-12-01T10:55:20.1788580Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201102457.xml (deflated 41%) 2022-12-01T10:55:20.1789613Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201102457.xml (deflated 69%) 2022-12-01T10:55:20.1790691Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201102457.xml (deflated 81%) 2022-12-01T10:55:20.1791733Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201102457.xml (deflated 56%) 2022-12-01T10:55:20.1792682Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201102459.xml (deflated 89%) 2022-12-01T10:55:20.1796877Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201102505.xml (deflated 94%) 2022-12-01T10:55:20.1798307Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201102505.xml (deflated 85%) 2022-12-01T10:55:20.1799801Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201102505.xml (deflated 87%) 2022-12-01T10:55:20.1804213Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20221201102505.xml (deflated 96%) 2022-12-01T10:55:20.1806701Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201102510.xml (deflated 90%) 2022-12-01T10:55:20.1807736Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201102511.xml (deflated 54%) 2022-12-01T10:55:20.1808749Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201102511.xml (deflated 76%) 2022-12-01T10:55:20.1809801Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201102511.xml (deflated 85%) 2022-12-01T10:55:20.1810895Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201102511.xml (deflated 71%) 2022-12-01T10:55:20.1811891Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201102511.xml (deflated 67%) 2022-12-01T10:55:20.1812967Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201102511.xml (deflated 76%) 2022-12-01T10:55:20.1814178Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201102511.xml (deflated 66%) 2022-12-01T10:55:20.1815559Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201102511.xml (deflated 74%) 2022-12-01T10:55:20.1816716Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201102511.xml (deflated 70%) 2022-12-01T10:55:20.1817703Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201102511.xml (deflated 61%) 2022-12-01T10:55:20.1818673Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201102511.xml (deflated 69%) 2022-12-01T10:55:20.1819571Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201102511.xml (deflated 80%) 2022-12-01T10:55:20.1820547Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201102511.xml (deflated 43%) 2022-12-01T10:55:20.1821569Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201102511.xml (deflated 79%) 2022-12-01T10:55:20.1822558Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201102511.xml (deflated 59%) 2022-12-01T10:55:20.1823526Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102514.xml (deflated 74%) 2022-12-01T10:55:20.1824495Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201102515.xml (deflated 90%) 2022-12-01T10:55:20.1825567Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201102515.xml (deflated 87%) 2022-12-01T10:55:20.1826582Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201102517.xml (deflated 87%) 2022-12-01T10:55:20.1827590Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201102517.xml (deflated 55%) 2022-12-01T10:55:20.1828628Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201102517.xml (deflated 69%) 2022-12-01T10:55:20.1829582Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201102518.xml (deflated 77%) 2022-12-01T10:55:20.1830506Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201102518.xml (deflated 42%) 2022-12-01T10:55:20.1831404Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201102520.xml (deflated 65%) 2022-12-01T10:55:20.1832486Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221201102520.xml (deflated 73%) 2022-12-01T10:55:20.1833562Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201102521.xml (deflated 71%) 2022-12-01T10:55:20.1834499Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201102523.xml (deflated 85%) 2022-12-01T10:55:20.1835470Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221201102525.xml (deflated 62%) 2022-12-01T10:55:20.1957253Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201102536.xml (deflated 97%) 2022-12-01T10:55:20.1958471Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201102537.xml (deflated 52%) 2022-12-01T10:55:20.1959806Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201102612.xml (deflated 54%) 2022-12-01T10:55:20.1961126Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201102612.xml (deflated 71%) 2022-12-01T10:55:20.1962389Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201102612.xml (deflated 65%) 2022-12-01T10:55:20.1963584Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221201102612.xml (deflated 80%) 2022-12-01T10:55:20.1964726Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201102612.xml (deflated 83%) 2022-12-01T10:55:20.1965952Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20221201102612.xml (deflated 74%) 2022-12-01T10:55:20.1967138Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201102612.xml (deflated 57%) 2022-12-01T10:55:20.1968358Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201102612.xml (deflated 73%) 2022-12-01T10:55:20.1969573Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20221201102612.xml (deflated 81%) 2022-12-01T10:55:20.1970834Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201102612.xml (deflated 76%) 2022-12-01T10:55:20.1972137Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201102612.xml (deflated 69%) 2022-12-01T10:55:20.1973348Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201102612.xml (deflated 71%) 2022-12-01T10:55:20.1974799Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201102612.xml (deflated 50%) 2022-12-01T10:55:20.1976054Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201102612.xml (deflated 65%) 2022-12-01T10:55:20.1977170Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221201102612.xml (deflated 70%) 2022-12-01T10:55:20.1978301Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201102612.xml (deflated 78%) 2022-12-01T10:55:20.1979507Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201102612.xml (deflated 79%) 2022-12-01T10:55:20.1980532Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201102621.xml (deflated 53%) 2022-12-01T10:55:20.1981629Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20221201102628.xml (deflated 91%) 2022-12-01T10:55:20.1982543Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201102635.xml (deflated 43%) 2022-12-01T10:55:20.1983534Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201102642.xml (deflated 78%) 2022-12-01T10:55:20.1984459Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201102642.xml (deflated 95%) 2022-12-01T10:55:20.1985490Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201102642.xml (deflated 97%) 2022-12-01T10:55:20.1986455Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201102642.xml (deflated 84%) 2022-12-01T10:55:20.1987372Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201102642.xml (deflated 96%) 2022-12-01T10:55:20.1988360Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20221201102648.xml (deflated 93%) 2022-12-01T10:55:20.1989281Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20221201102653.xml (deflated 84%) 2022-12-01T10:55:20.1992030Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201102658.xml (deflated 88%) 2022-12-01T10:55:20.1993042Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201102702.xml (deflated 40%) 2022-12-01T10:55:20.1994058Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201102702.xml (deflated 84%) 2022-12-01T10:55:20.1995137Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201102706.xml (deflated 75%) 2022-12-01T10:55:20.1996134Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201102710.xml (deflated 91%) 2022-12-01T10:55:20.1997248Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201102714.xml (deflated 57%) 2022-12-01T10:55:20.1998303Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201102719.xml (deflated 62%) 2022-12-01T10:55:20.1999297Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201102722.xml (deflated 63%) 2022-12-01T10:55:20.2000267Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201102726.xml (deflated 84%) 2022-12-01T10:55:20.2001233Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201102731.xml (deflated 95%) 2022-12-01T10:55:20.2044981Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20221201104443.xml (deflated 97%) 2022-12-01T10:55:20.2045943Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201104741.xml (deflated 53%) 2022-12-01T10:55:20.2046862Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201104741.xml (deflated 54%) 2022-12-01T10:55:20.2047822Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201104741.xml (deflated 42%) 2022-12-01T10:55:20.2048777Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201104741.xml (deflated 40%) 2022-12-01T10:55:20.2049661Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201104741.xml (deflated 88%) 2022-12-01T10:55:20.2050605Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201104741.xml (deflated 70%) 2022-12-01T10:55:20.2083429Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20221201104741.xml (deflated 95%) 2022-12-01T10:55:20.2096630Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201104741.xml (deflated 95%) 2022-12-01T10:55:20.2097694Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201104741.xml (deflated 86%) 2022-12-01T10:55:20.2098627Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201104741.xml (deflated 74%) 2022-12-01T10:55:20.2100326Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20221201105112.xml (deflated 88%) 2022-12-01T10:55:20.2101363Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20221201105157.xml (deflated 77%) 2022-12-01T10:55:20.2102294Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20221201105157.xml (deflated 80%) 2022-12-01T10:55:20.2103912Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20221201105157.xml (deflated 91%) 2022-12-01T10:55:20.2104944Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201105224.xml (deflated 62%) 2022-12-01T10:55:20.2109259Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20221201105224.xml (deflated 89%) 2022-12-01T10:55:20.2120974Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201105224.xml (deflated 93%) 2022-12-01T10:55:20.2122036Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201105224.xml (deflated 42%) 2022-12-01T10:55:20.2123111Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201105238.xml (deflated 42%) 2022-12-01T10:55:20.2124206Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201105238.xml (deflated 42%) 2022-12-01T10:55:20.2125230Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201105238.xml (deflated 41%) 2022-12-01T10:55:20.2126249Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201105238.xml (deflated 41%) 2022-12-01T10:55:20.2127290Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201105238.xml (deflated 42%) 2022-12-01T10:55:20.2128247Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201105238.xml (deflated 73%) 2022-12-01T10:55:20.2129140Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201105238.xml (deflated 41%) 2022-12-01T10:55:20.2130025Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201105238.xml (deflated 40%) 2022-12-01T10:55:20.2130906Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201105238.xml (deflated 40%) 2022-12-01T10:55:20.2131713Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201105238.xml (deflated 39%) 2022-12-01T10:55:20.2132577Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201105238.xml (deflated 41%) 2022-12-01T10:55:20.2133492Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201105238.xml (deflated 85%) 2022-12-01T10:55:20.2143284Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201105238.xml (deflated 96%) 2022-12-01T10:55:20.2144396Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201105238.xml (deflated 42%) 2022-12-01T10:55:20.2145513Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201105238.xml (deflated 41%) 2022-12-01T10:55:20.2146483Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201105242.xml (deflated 77%) 2022-12-01T10:55:20.2147399Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201105242.xml (deflated 53%) 2022-12-01T10:55:20.2148288Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201105242.xml (deflated 91%) 2022-12-01T10:55:20.2149265Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201105242.xml (deflated 39%) 2022-12-01T10:55:20.2150200Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201105245.xml (deflated 95%) 2022-12-01T10:55:20.2151396Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201105245.xml (deflated 95%) 2022-12-01T10:55:20.2152573Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201105245.xml (deflated 76%) 2022-12-01T10:55:20.2153698Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201105245.xml (deflated 84%) 2022-12-01T10:55:20.2158937Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201105245.xml (deflated 93%) 2022-12-01T10:55:20.2160563Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201105310.xml (deflated 87%) 2022-12-01T10:55:20.2161600Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201105315.xml (deflated 73%) 2022-12-01T10:55:20.2162786Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201105319.xml (deflated 55%) 2022-12-01T10:55:20.2163910Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201105330.xml (deflated 80%) 2022-12-01T10:55:20.2164928Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201105330.xml (deflated 67%) 2022-12-01T10:55:20.2165942Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201105330.xml (deflated 40%) 2022-12-01T10:55:20.2166947Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201105330.xml (deflated 42%) 2022-12-01T10:55:20.2172253Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-18a8230ea99f8fe5.xml (deflated 93%) 2022-12-01T10:55:20.2180147Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-fbf0c4d25ab2263f.xml (deflated 93%) 2022-12-01T10:55:20.2180989Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-5b96425a4cd88513.xml (deflated 66%) 2022-12-01T10:55:20.2247933Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-66532105d299b988.xml (deflated 96%) 2022-12-01T10:55:20.2315297Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-1016ed3264e30c26.xml (deflated 96%) 2022-12-01T10:55:20.2316201Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-5968d3c622c4943b.xml (deflated 92%) 2022-12-01T10:55:20.2329167Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-12-01T10:55:20.2337441Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-12-01T10:55:20.2354497Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-12-01T10:55:20.2368297Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-12-01T10:55:20.2369022Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-12-01T10:55:20.2392102Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:55:20.2392404Z # Remove any previous test reports if they exist 2022-12-01T10:55:20.2392637Z rm -f usage-log-*.zip 2022-12-01T10:55:20.2392911Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:55:20.2393200Z # so check to see if the file exists first 2022-12-01T10:55:20.2393416Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:55:20.2393660Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:55:20.2393928Z fi 2022-12-01T10:55:20.2405318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:20.2405535Z env: 2022-12-01T10:55:20.2405707Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:20.2405942Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_9818358967 2022-12-01T10:55:20.2406164Z ##[endgroup] 2022-12-01T10:55:20.2665109Z adding: usage_log.txt (deflated 97%) 2022-12-01T10:55:20.2723102Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:55:20.2723570Z with: 2022-12-01T10:55:20.2723897Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:55:20.2724276Z retention-days: 14 2022-12-01T10:55:20.2724608Z if-no-files-found: warn 2022-12-01T10:55:20.2724922Z path: test-jsons-*.zip 2022-12-01T10:55:20.2725238Z name: artifact 2022-12-01T10:55:20.2725551Z s3-bucket: gha-artifacts 2022-12-01T10:55:20.2725859Z region: us-east-1 2022-12-01T10:55:20.2726124Z env: 2022-12-01T10:55:20.2726424Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:20.2726734Z ##[endgroup] 2022-12-01T10:55:20.6405168Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:55:20.6405915Z With the provided path, there will be 1 file uploaded 2022-12-01T10:55:20.6406223Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:55:20.6457892Z Starting upload of test-jsons-test-default-2-2-linux.2xlarge_9818358967.zip 2022-12-01T10:55:20.7489516Z Finished upload of test-jsons-test-default-2-2-linux.2xlarge_9818358967.zip 2022-12-01T10:55:20.7628523Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:55:20.7628745Z with: 2022-12-01T10:55:20.7628935Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:55:20.7629152Z retention-days: 14 2022-12-01T10:55:20.7629399Z if-no-files-found: error 2022-12-01T10:55:20.7629591Z path: test-reports-*.zip 2022-12-01T10:55:20.7629774Z name: artifact 2022-12-01T10:55:20.7629958Z s3-bucket: gha-artifacts 2022-12-01T10:55:20.7630137Z region: us-east-1 2022-12-01T10:55:20.7630314Z env: 2022-12-01T10:55:20.7630490Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:20.7630665Z ##[endgroup] 2022-12-01T10:55:21.1057366Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:55:21.1058087Z With the provided path, there will be 1 file uploaded 2022-12-01T10:55:21.1058428Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:55:21.1065365Z Starting upload of test-reports-test-default-2-2-linux.2xlarge_9818358967.zip 2022-12-01T10:55:21.3204299Z Finished upload of test-reports-test-default-2-2-linux.2xlarge_9818358967.zip 2022-12-01T10:55:21.3343684Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:55:21.3343902Z with: 2022-12-01T10:55:21.3344094Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:55:21.3344314Z retention-days: 14 2022-12-01T10:55:21.3344511Z if-no-files-found: ignore 2022-12-01T10:55:21.3344694Z path: usage-log-*.zip 2022-12-01T10:55:21.3362478Z name: artifact 2022-12-01T10:55:21.3362674Z s3-bucket: gha-artifacts 2022-12-01T10:55:21.3362888Z region: us-east-1 2022-12-01T10:55:21.3363059Z env: 2022-12-01T10:55:21.3363219Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:21.3363409Z ##[endgroup] 2022-12-01T10:55:21.6743250Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:55:21.6743902Z With the provided path, there will be 1 file uploaded 2022-12-01T10:55:21.6744196Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:55:21.6751458Z Starting upload of usage-log-test-default-2-2-linux.2xlarge_9818358967.zip 2022-12-01T10:55:21.7813520Z Finished upload of usage-log-test-default-2-2-linux.2xlarge_9818358967.zip 2022-12-01T10:55:21.7957363Z ##[group]Run set -x 2022-12-01T10:55:21.7957572Z set -x 2022-12-01T10:55:21.7957793Z python3 -m pip install -r requirements.txt 2022-12-01T10:55:21.7958031Z python3 -m pip install boto3==1.19.12 2022-12-01T10:55:21.7958328Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:55:21.7969747Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:21.7969951Z env: 2022-12-01T10:55:21.7970128Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:21.7970332Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:55:21.7970514Z BRANCH: pull/89997 2022-12-01T10:55:21.7970698Z TEST_CONFIG: default 2022-12-01T10:55:21.7970877Z SHARD_NUMBER: 2 2022-12-01T10:55:21.7971111Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:55:21.7971329Z PR_NUMBER: 89997 2022-12-01T10:55:21.7971519Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:55:21.7971714Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:55:21.7971977Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:55:21.7972183Z TAG: 2022-12-01T10:55:21.7972337Z WORKFLOW_ID: 3591403534 2022-12-01T10:55:21.7972655Z GITHUB_TOKEN: *** 2022-12-01T10:55:21.7972846Z GHA_WORKFLOW_JOB_ID: 9818358967 2022-12-01T10:55:21.7973022Z ##[endgroup] 2022-12-01T10:55:21.7997844Z + python3 -m pip install -r requirements.txt 2022-12-01T10:55:22.0170234Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:55:22.0435695Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T10:55:22.0461420Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T10:55:22.0469706Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T10:55:22.0479206Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T10:55:22.0850218Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T10:55:22.0859358Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:55:22.0936691Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T10:55:22.0944323Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:55:22.1170371Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:55:22.1336638Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T10:55:22.1345141Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-12-01T10:55:22.1350670Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T10:55:22.1360686Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T10:55:22.1381455Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.38.4) 2022-12-01T10:55:22.1397091Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T10:55:22.1646557Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T10:55:22.1656448Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T10:55:22.1674400Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T10:55:22.1825951Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T10:55:22.1844405Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T10:55:22.1855276Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T10:55:22.1863221Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T10:55:22.2770330Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:55:22.4869373Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:55:22.5053670Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:55:22.5102749Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-12-01T10:55:22.5128981Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-12-01T10:55:22.5141415Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-12-01T10:55:22.5190845Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-12-01T10:55:22.5210391Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T10:55:22.5362032Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T10:55:22.7269415Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:56:04.3709824Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:56:04.3711208Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-12-01T10:56:04.3712240Z 2022-12-01T10:56:04.3712763Z ----- Historic stats comparison result ------ 2022-12-01T10:56:04.3712995Z 2022-12-01T10:56:04.3713262Z job: linux-bionic-py3.7-clang9 2022-12-01T10:56:04.3713522Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:56:04.3713671Z 2022-12-01T10:56:04.3713818Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:56:04.3713994Z 2022-12-01T10:56:04.3714141Z : (master) 2022-12-01T10:56:04.3717195Z | 2022-12-01T10:56:04.3717599Z | * c13d400bff (HEAD) total time 4519.37s 2022-12-01T10:56:04.3717927Z | | 2022-12-01T10:56:04.3718156Z | : (59 commits) 2022-12-01T10:56:04.3718412Z |/ 2022-12-01T10:56:04.3719007Z * 67eb2d5952 (base) 16 reports, total time 4344.22s ± 602.80s 2022-12-01T10:56:04.3723537Z * 1c5ca724f4 8 reports, total time 4368.61s ± 616.59s 2022-12-01T10:56:04.3724098Z * 9d6109c4b0 8 reports, total time 4383.64s ± 695.73s 2022-12-01T10:56:04.3724653Z * 736adc0808 8 reports, total time 4306.63s ± 637.14s 2022-12-01T10:56:04.3724968Z * a348975e00 8 reports, total time 4289.15s ± 623.87s 2022-12-01T10:56:04.3725262Z * db13049b88 8 reports, total time 4387.24s ± 674.56s 2022-12-01T10:56:04.3725576Z * d07b85393a 8 reports, total time 4300.86s ± 637.56s 2022-12-01T10:56:04.3725890Z * ac25c210e5 8 reports, total time 4257.12s ± 662.22s 2022-12-01T10:56:04.3726193Z * 2355b6256b 8 reports, total time 4350.11s ± 742.08s 2022-12-01T10:56:04.3726504Z * 4f95f7ae9b 8 reports, total time 4359.00s ± 715.95s 2022-12-01T10:56:04.3726703Z | 2022-12-01T10:56:04.3726855Z : 2022-12-01T10:56:04.3726936Z 2022-12-01T10:56:04.3727054Z Removed (across 353 suites) 0 tests, totaling 0.00s 2022-12-01T10:56:04.3727315Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:56:04.3727575Z Added (across 388 suites) 64747 tests, totaling +4519.37s 2022-12-01T10:56:04.5210434Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:56:04.5210663Z with: 2022-12-01T10:56:04.5210816Z env: 2022-12-01T10:56:04.5210985Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:56:04.5211157Z ##[endgroup] 2022-12-01T10:56:04.5226426Z ##[group]Run set -eou pipefail 2022-12-01T10:56:04.5226662Z set -eou pipefail 2022-12-01T10:56:04.5226865Z  2022-12-01T10:56:04.5227098Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:56:04.5227333Z for _ in $(seq 1440); do 2022-12-01T10:56:04.5227550Z  # Break if no ssh session exists anymore 2022-12-01T10:56:04.5227764Z  if [ "$(who)" = "" ]; then 2022-12-01T10:56:04.5227933Z  break 2022-12-01T10:56:04.5228095Z  fi 2022-12-01T10:56:04.5228260Z  echo "." 2022-12-01T10:56:04.5228416Z  sleep 5 2022-12-01T10:56:04.5228580Z done 2022-12-01T10:56:04.5240182Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:56:04.5240384Z env: 2022-12-01T10:56:04.5240559Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:56:04.5240747Z ##[endgroup] 2022-12-01T10:56:04.5265210Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:56:04.5336084Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:56:04.5336416Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:56:04.5336665Z # shellcheck disable=SC2046 2022-12-01T10:56:04.5336894Z docker stop $(docker ps -q) || true 2022-12-01T10:56:04.5337107Z # Prune all of the docker images 2022-12-01T10:56:04.5337324Z docker system prune -af 2022-12-01T10:56:04.5348131Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:56:04.5348349Z env: 2022-12-01T10:56:04.5348522Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:56:04.5348695Z ##[endgroup] 2022-12-01T10:56:04.8972634Z 3638bcaed7de 2022-12-01T10:56:06.1458452Z Deleted Containers: 2022-12-01T10:56:16.1876157Z 3638bcaed7def5f33fe88beea65a851fcd2b4d6a21de1614783417dd21939c95 2022-12-01T10:56:16.1876504Z 2022-12-01T10:56:16.1876618Z Deleted Images: 2022-12-01T10:56:16.1877616Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:56:16.1879040Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:56:16.1879894Z deleted: sha256:79a24f7e31ea76d2ddb469f649fa8ec153a9d95b2910eec865272f9fe1492257 2022-12-01T10:56:16.1880245Z deleted: sha256:c1d569b3b7aecb26b66d2051263ba61aa46d8254055f1adf855c83dbb4f8177e 2022-12-01T10:56:16.1880734Z deleted: sha256:b8d1f473f6b1a07bef17d41165749de9fb5f8e8395202d332380a5b0fd997c19 2022-12-01T10:56:16.1881238Z deleted: sha256:a5cb4f755e86e80ca35205044b67fa63e5ac77b04cfc8348f771ceb9436c387e 2022-12-01T10:56:16.1881743Z deleted: sha256:73294294aa551e90351c3f45afd3d2e7e5e835f2b89c4f4a54c0aa134927ef42 2022-12-01T10:56:16.1882330Z deleted: sha256:34e926883150ec25ea7c9fed4cf7134ed64ed3aded69be083ab67cd3d1fe3b22 2022-12-01T10:56:16.1882921Z deleted: sha256:9395b567cb7b0287051b1d4451ebdde9d49f7727c3542af86e069716aa8b54bd 2022-12-01T10:56:16.1883383Z deleted: sha256:f9b817c00a1eb2074cdc73be7036aa71903b9dd31b070ed1a8fd3bc83fe1f1c3 2022-12-01T10:56:16.1883757Z deleted: sha256:5f5263c972513f67380da1bb4742be6dfb0b94d6d13aae0dc4d92ee49982623d 2022-12-01T10:56:16.1884076Z deleted: sha256:e20f49fc9f7135cc00b1f14769005c0130d254bd77d6b45c4ffd82092970a61d 2022-12-01T10:56:16.1884370Z deleted: sha256:98bb35f2f25e123f8755850a597499d23d3bf69ebbd0550a2c63477230be9ad1 2022-12-01T10:56:16.1884673Z deleted: sha256:38bc8e029ea774f88f232199b0dc38de373eac8b8520cf79887770480a568f12 2022-12-01T10:56:16.1885000Z deleted: sha256:0c9d68da477ec4c1c4f820d38da29f670a13f302a786b658b8aa0bf19b4e74b9 2022-12-01T10:56:16.1885430Z deleted: sha256:de8381314e3c72a427c188391df2123b817e95cee6f9f23d305b339ac9146f32 2022-12-01T10:56:16.1885747Z deleted: sha256:db0c2f0622bb771b624fec24e3e6b5f5f8bab84856c9d9051b86ee05cc076a80 2022-12-01T10:56:16.1886084Z deleted: sha256:ff884857a18ee01e3feccefb595b4dd622234c596629ba5daf3b62c9d50300fa 2022-12-01T10:56:16.1886420Z deleted: sha256:b765a86d0d36e58eacff6a38035b439ed07f4da10883e6e493eccfcd6ead6d48 2022-12-01T10:56:16.1886751Z deleted: sha256:2aab29bd8781d5d23cebf9dbf11cc74f867446211f347d20dfb0b32fc00d9cd3 2022-12-01T10:56:16.1887087Z deleted: sha256:50daa08a8d7f4c2083950c4b15b8da1e93490cdb0c734ef4ee9c8f23291a7adc 2022-12-01T10:56:16.1887421Z deleted: sha256:1b368af574c7caffa7731ac85cf239cd9a14b139e0d6c1e0fc5e71d50dc4d344 2022-12-01T10:56:16.1887738Z deleted: sha256:4206e3489e5b3632c718576fff1e400372c840fd417039cea9e944b75497bf08 2022-12-01T10:56:16.1888024Z deleted: sha256:f784048f6bd235ddf4001431cf88df9675417b4e5f832f209fd973186ac7ffb8 2022-12-01T10:56:16.1888334Z deleted: sha256:d6767ca63dc41041eba27401089df893b90b9841424a897644ec78f085f0d40d 2022-12-01T10:56:16.1888640Z deleted: sha256:3218be89574e96f52f2aea4029e604aff3e2795320a252319712b12522bc7229 2022-12-01T10:56:16.1888932Z deleted: sha256:954f56c0d913b9c5becd97962377d7f0f215a31513f9a8469ea5d7f0caff0ebc 2022-12-01T10:56:16.1889243Z deleted: sha256:3f6cd1c07e1e1acc188167f8a8346baa43629131598d32c25e88b16c68cde384 2022-12-01T10:56:16.1889571Z deleted: sha256:30b8e6ee746b07a34fd5b2abeecda5c213f061608c44cb99699a7b793bd3be06 2022-12-01T10:56:16.1889890Z deleted: sha256:3fac8601bb971ee954e5207c26cd9a525d824d199936d3067f496b104221ab8a 2022-12-01T10:56:16.1890188Z deleted: sha256:dce0e4b15443704b78e12423c9d06617816593efe7456cf6ebbf1c7f7195feb8 2022-12-01T10:56:16.1890496Z deleted: sha256:8826855eef42ed86a5f5314bf9091142c896deb6b5ce84a5b18e01449485add7 2022-12-01T10:56:16.1890806Z deleted: sha256:b1b20323ce7a57c1b0bb7df881729d2097da70333c4d75280cf16c5389524eee 2022-12-01T10:56:16.1891129Z deleted: sha256:3a2a0641bbe358dc4c43721ae2d1fcbced6f27bb21aaabb04b6c48cecd650264 2022-12-01T10:56:16.1891468Z deleted: sha256:c7d16d72c5135cbfe8a095ea4b22bf302e588c2f8cbfb62652b6bfb5bc9cb89d 2022-12-01T10:56:16.1891799Z deleted: sha256:53d60ffb16275ba27ed95350c9dc8d3a12435b79d7cdc607e5bba1cf55d033b3 2022-12-01T10:56:16.1892125Z deleted: sha256:4c8e1046b14da7434bbd85a3efb84aed4f77d58448a8eb954f912ea7439b8398 2022-12-01T10:56:16.1892436Z deleted: sha256:2e6d07ac4b56ac9f969c192fbc6a733ef64b3d61a919f6035d7a88a1032825f9 2022-12-01T10:56:16.1892838Z deleted: sha256:aaa58be2bca6711fbdee68a82fccc8d2a857adf01cbff301de48b134d1a1c53c 2022-12-01T10:56:16.1893181Z deleted: sha256:90ad95c0244327c7d331dc6683f09a8edb0f0d8fbd168d74b5bb87753632d940 2022-12-01T10:56:16.1893523Z deleted: sha256:bd2551cd8fb15cddac03cf796de0f4dc50a18d4452b3010aec6e7b050fab0763 2022-12-01T10:56:16.1893874Z deleted: sha256:19e5912baecc223a7ff2bae2ba2f39cfa0807a55d70dbfe58ec8b1912fab0188 2022-12-01T10:56:16.1894248Z deleted: sha256:05484cdf1d2861150ef4aaf43fbf559ca34cabbb13968426a5abef11ab23d1bd 2022-12-01T10:56:16.1894894Z deleted: sha256:3556ba7424916f2c82acd7176796afd41ac6cb681708afbb270b9600f9fcb391 2022-12-01T10:56:16.1895201Z deleted: sha256:58bb967b9a729ff18f0a86ea843576bbb52aa19f2c41f694968b5cd715a8fbfe 2022-12-01T10:56:16.1895563Z deleted: sha256:59da41a45f6ebe58e9f3c2fe43045ca9b2d38e6da1f1c9e4390661120e5cee87 2022-12-01T10:56:16.1895887Z deleted: sha256:5169db1033603d85faa2082fb4b3403266667e3cad6011b4225c1a6c70bd22b6 2022-12-01T10:56:16.1896228Z deleted: sha256:102f3bcf5fc3d2c8828eef77f76f6df15e689786e47e32ddf4fb9c66f2cb2244 2022-12-01T10:56:16.1896573Z deleted: sha256:b6710aa3fc59b7c040affd08cd1c8f830f798640d0e74c1a6d22aac7bde5457b 2022-12-01T10:56:16.1896902Z deleted: sha256:1dbdb809e34385f466c8c07b42b579c3a1a37328e9784711935767c2c22ad45b 2022-12-01T10:56:16.1897225Z deleted: sha256:65dcce4b17a2e2d1505d7e43d0e01c177e181edeb26eae0939dfa1b2a1bba436 2022-12-01T10:56:16.1897554Z deleted: sha256:ed29ce5a82fc41f80d7102a811caf8edb4b603e341dc93abeab20be416a24b82 2022-12-01T10:56:16.1897965Z deleted: sha256:eb96cee48d24538d27fcc550215a1504b81adb9f00c47440903d3d31d1e67af7 2022-12-01T10:56:16.1898288Z deleted: sha256:68760763eeef0724af8299c9deb7d9de30e499f135c7b3f0895a7029413293cc 2022-12-01T10:56:16.1898588Z deleted: sha256:246fc786d598762a4ca4f0e6f928ee5e302c5f13c6d54479f7a2490b7fb38399 2022-12-01T10:56:16.1898911Z deleted: sha256:0e6324cf2caf938f920029d04ca7be2a1d8e92c45b96d06fbe181804d5ef4753 2022-12-01T10:56:16.1899236Z deleted: sha256:e81d92d13eb3796fa8fd81c39ace9912298626127c1bd7474e33996ae722551b 2022-12-01T10:56:16.1899559Z deleted: sha256:a87447cf297ce78b3862b5f06f0d0cecf33d7942e9e7961af6d6c7d33810e207 2022-12-01T10:56:16.1899858Z deleted: sha256:62b622b3c836ed8412284519a95af3f142ac092907fc500bfc0d151f5aefbc71 2022-12-01T10:56:16.1900167Z deleted: sha256:7483f6f6a6b20181363d9d7a18bbdda1456076546c6ade3743e11aa88bc0b4df 2022-12-01T10:56:16.1900487Z deleted: sha256:5c11a32947ebcca61a6b4ecf994f9500945bcc2de9260e1c54a6965b28815199 2022-12-01T10:56:16.1900797Z deleted: sha256:06de1668ed6941daa526133c98f207de07d8389bffe0b408bfe66d1a92347170 2022-12-01T10:56:16.1901106Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-12-01T10:56:16.1901268Z 2022-12-01T10:56:16.1901367Z Total reclaimed space: 10.45GB 2022-12-01T10:56:16.1983376Z Post job cleanup. 2022-12-01T10:56:16.2067428Z Post job cleanup. 2022-12-01T10:56:16.3168823Z [command]/usr/bin/git version 2022-12-01T10:56:16.3210088Z git version 2.37.1 2022-12-01T10:56:16.3248717Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/65519a25-19b6-4e59-80b2-53d8223dc571' before making global git config changes 2022-12-01T10:56:16.3249133Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:56:16.3253406Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:56:16.3302306Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:56:16.3331845Z [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:56:16.3678477Z Entering 'android/libs/fbjni' 2022-12-01T10:56:16.3728992Z Entering 'third_party/FP16' 2022-12-01T10:56:16.3775204Z Entering 'third_party/FXdiv' 2022-12-01T10:56:16.3824601Z Entering 'third_party/NNPACK' 2022-12-01T10:56:16.3873799Z Entering 'third_party/QNNPACK' 2022-12-01T10:56:16.3920550Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:56:16.3955339Z Entering 'third_party/XNNPACK' 2022-12-01T10:56:16.4057000Z Entering 'third_party/benchmark' 2022-12-01T10:56:16.4107685Z Entering 'third_party/cpuinfo' 2022-12-01T10:56:16.4163147Z Entering 'third_party/cub' 2022-12-01T10:56:16.4215546Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:56:16.4255791Z Entering 'third_party/cutlass' 2022-12-01T10:56:16.4296330Z Entering 'third_party/eigen' 2022-12-01T10:56:16.4367989Z Entering 'third_party/fbgemm' 2022-12-01T10:56:16.4435829Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:56:16.4495551Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:56:16.4549786Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:56:16.4609663Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:56:16.4655308Z Entering 'third_party/flatbuffers' 2022-12-01T10:56:16.4692322Z Entering 'third_party/fmt' 2022-12-01T10:56:16.4738291Z Entering 'third_party/foxi' 2022-12-01T10:56:16.4785284Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:56:16.4842490Z Entering 'third_party/gloo' 2022-12-01T10:56:16.4889993Z Entering 'third_party/googletest' 2022-12-01T10:56:16.4936009Z Entering 'third_party/ideep' 2022-12-01T10:56:16.4999324Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:56:16.5122224Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:56:16.5207509Z Entering 'third_party/ios-cmake' 2022-12-01T10:56:16.5255118Z Entering 'third_party/ittapi' 2022-12-01T10:56:16.5288739Z Entering 'third_party/kineto' 2022-12-01T10:56:16.5323934Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:56:16.5357358Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:56:16.5392169Z Entering 'third_party/nccl/nccl' 2022-12-01T10:56:16.5449236Z Entering 'third_party/neon2sse' 2022-12-01T10:56:16.5490173Z Entering 'third_party/nlohmann' 2022-12-01T10:56:16.5525184Z Entering 'third_party/onnx' 2022-12-01T10:56:16.5706155Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:56:16.5805886Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:56:16.5855885Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:56:16.5977071Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:56:16.6123667Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:56:16.6213189Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:56:16.6322928Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:56:16.6375569Z Entering 'third_party/pocketfft' 2022-12-01T10:56:16.6409815Z Entering 'third_party/protobuf' 2022-12-01T10:56:16.6545204Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:56:16.6608778Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:56:16.6661812Z Entering 'third_party/psimd' 2022-12-01T10:56:16.6703914Z Entering 'third_party/pthreadpool' 2022-12-01T10:56:16.6750864Z Entering 'third_party/pybind11' 2022-12-01T10:56:16.6797315Z Entering 'third_party/python-enum' 2022-12-01T10:56:16.6842013Z Entering 'third_party/python-peachpy' 2022-12-01T10:56:16.6892970Z Entering 'third_party/python-six' 2022-12-01T10:56:16.6934117Z Entering 'third_party/sleef' 2022-12-01T10:56:16.6986369Z Entering 'third_party/tbb' 2022-12-01T10:56:16.7021849Z Entering 'third_party/tensorpipe' 2022-12-01T10:56:16.7083232Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:56:16.7145558Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:56:16.7207165Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:56:16.7271798Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:56:16.7352117Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:56:16.7401443Z Entering 'third_party/zstd' 2022-12-01T10:56:16.7463182Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:56:16.7490309Z http.https://github.com/.extraheader 2022-12-01T10:56:16.7497985Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:56:16.7529135Z [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:56:16.7780029Z Entering 'android/libs/fbjni' 2022-12-01T10:56:16.7799040Z http.https://github.com/.extraheader 2022-12-01T10:56:16.7825932Z Entering 'third_party/FP16' 2022-12-01T10:56:16.7845246Z http.https://github.com/.extraheader 2022-12-01T10:56:16.7870689Z Entering 'third_party/FXdiv' 2022-12-01T10:56:16.7890967Z http.https://github.com/.extraheader 2022-12-01T10:56:16.7917305Z Entering 'third_party/NNPACK' 2022-12-01T10:56:16.7937872Z http.https://github.com/.extraheader 2022-12-01T10:56:16.7964011Z Entering 'third_party/QNNPACK' 2022-12-01T10:56:16.7983902Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8009809Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:56:16.8029763Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8056085Z Entering 'third_party/XNNPACK' 2022-12-01T10:56:16.8075982Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8112643Z Entering 'third_party/benchmark' 2022-12-01T10:56:16.8132142Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8158285Z Entering 'third_party/cpuinfo' 2022-12-01T10:56:16.8178060Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8205206Z Entering 'third_party/cub' 2022-12-01T10:56:16.8226832Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8252498Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:56:16.8272236Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8303786Z Entering 'third_party/cutlass' 2022-12-01T10:56:16.8323546Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8356227Z Entering 'third_party/eigen' 2022-12-01T10:56:16.8377344Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8404050Z Entering 'third_party/fbgemm' 2022-12-01T10:56:16.8424023Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8450254Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:56:16.8470849Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8497384Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:56:16.8517065Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8543863Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:56:16.8563502Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8589471Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:56:16.8609894Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8638266Z Entering 'third_party/flatbuffers' 2022-12-01T10:56:16.8659003Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8687242Z Entering 'third_party/fmt' 2022-12-01T10:56:16.8707450Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8733278Z Entering 'third_party/foxi' 2022-12-01T10:56:16.8754353Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8780298Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:56:16.8799777Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8826525Z Entering 'third_party/gloo' 2022-12-01T10:56:16.8845586Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8871875Z Entering 'third_party/googletest' 2022-12-01T10:56:16.8892617Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8918767Z Entering 'third_party/ideep' 2022-12-01T10:56:16.8938129Z http.https://github.com/.extraheader 2022-12-01T10:56:16.8963894Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:56:16.8983680Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9012349Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:56:16.9033808Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9066382Z Entering 'third_party/ios-cmake' 2022-12-01T10:56:16.9086883Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9113917Z Entering 'third_party/ittapi' 2022-12-01T10:56:16.9134815Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9161682Z Entering 'third_party/kineto' 2022-12-01T10:56:16.9181910Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9208704Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:56:16.9230132Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9256509Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:56:16.9276211Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9302679Z Entering 'third_party/nccl/nccl' 2022-12-01T10:56:16.9323632Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9350524Z Entering 'third_party/neon2sse' 2022-12-01T10:56:16.9370571Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9397273Z Entering 'third_party/nlohmann' 2022-12-01T10:56:16.9417303Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9443902Z Entering 'third_party/onnx' 2022-12-01T10:56:16.9464397Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9503083Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:56:16.9522985Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9549898Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:56:16.9569960Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9598352Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:56:16.9619043Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9644698Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:56:16.9665810Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9696990Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:56:16.9716171Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9743074Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:56:16.9762835Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9788791Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:56:16.9809076Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9839933Z Entering 'third_party/pocketfft' 2022-12-01T10:56:16.9860415Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9886281Z Entering 'third_party/protobuf' 2022-12-01T10:56:16.9907069Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9937124Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:56:16.9956575Z http.https://github.com/.extraheader 2022-12-01T10:56:16.9982801Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:56:17.0001802Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0029659Z Entering 'third_party/psimd' 2022-12-01T10:56:17.0050489Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0076624Z Entering 'third_party/pthreadpool' 2022-12-01T10:56:17.0097283Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0122406Z Entering 'third_party/pybind11' 2022-12-01T10:56:17.0141696Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0167746Z Entering 'third_party/python-enum' 2022-12-01T10:56:17.0187547Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0213118Z Entering 'third_party/python-peachpy' 2022-12-01T10:56:17.0233059Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0258812Z Entering 'third_party/python-six' 2022-12-01T10:56:17.0278778Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0305469Z Entering 'third_party/sleef' 2022-12-01T10:56:17.0325818Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0352407Z Entering 'third_party/tbb' 2022-12-01T10:56:17.0372130Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0400201Z Entering 'third_party/tensorpipe' 2022-12-01T10:56:17.0419668Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0446608Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:56:17.0465574Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0492086Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:56:17.0511581Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0537691Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:56:17.0556743Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0583239Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:56:17.0602356Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0628437Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:56:17.0647463Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0676340Z Entering 'third_party/zstd' 2022-12-01T10:56:17.0698022Z http.https://github.com/.extraheader 2022-12-01T10:56:17.0935093Z Cleaning up orphan processes